-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: unknown datapoint BidCos-RF.OEQxxxxxxx:1.STATE" #140
Comments
hello, is the problem resolved if you change the start time from 0.1 to 1 in the inject node? |
Hello, unfortunately no, because I've already set start time to 5 seconds. |
Have you seen the documentation re/piVCCU here: https://github.com/rdmtc/node-red-contrib-ccu#pivccu? What are your IPs for piVCCU and the host system? |
Hi @ptweety, thanks for that link again. I had read it but entered one false port in my firewall settings for the 2010 tcp. Though, two things still are not working:
Just to confirm my setup, is it enough to open the ports 2048, 2049, 2001 and 2010 or do I have to add the pivCCU-IP to the firewall settings, too? My IPs: 192.168.178.58 ist my pivCCU and 192.168.178.42:1880 is my nodered |
I would recommend to use these IP address settings:
and the following port settings:
That should cover everything you need. You can also activate
and change the listen address to |
Thanks @ptweety, that did the trick. |
Hi there,
I have been using Homematic thermostats (HM-CC-RT-DN) and window contacts (HM-Sec-SC-2) under Node-RED on a Raspberry Pi 3 Model B with piVCCU as CCU2 and the radio module HM-MOD-RPI-PCB for a long time .
However, it wasn't until this weekend that I switched my flows from the old nodes node-red-contrib-homematic and node-red-contrib-homematic-rpc to node-red-contrib-ccu. That worked very well in itself and I was even able to streamline my flows.
But I still have one problem. When Node-RED is restarted, the current status of the window contacts should be displayed, i.e. whether they are open or closed. To do this, I created a get Value node with the corresponding channel and the STATE datapoint and let it trigger via a time-controlled inject. Then the debug message appears: "Error: unknown datapoint BidCos-RF.OEQxxxxxxx: 1.STATE". If I open and close the window once and execute the node or inject again by hand, the error does not recur. So I would first have to open and close all windows so that the datapoint is known.
Is there a better solution, for example to somehow update the list of datapoints or save it to anywhere? Or is it a bug?
Thanks and best regards
The text was updated successfully, but these errors were encountered: