Domoticz V_TEXT sensor now bidirectional
-
YEEEEEEESSSSHHH!!! This is now implemented in Domoticz!
https://github.com/domoticz/domoticz/issues/2380You can change the V_TEXT sensor value in Domoticz via JSON, Scripts and Blocky and the update will be sent directly to the node without any hacks!!! This is big update; you can pass lots of information, parameters etc directly to the nodes without extra steps and work-arounds. LCD screen updates, speech-to-text commands, parameter/code driven nodes...now we just need bigger payload size for MySensors...
Edit: Just remember when updating that you may need to change your old sketches + tricks and hacks because you now get the V_TEXT update twice if you have the old hacks active.
-
@sushukka finally! thanks for letting us know
-
And thank you for putting back the subject into light
-
Hey,
yes. I think that has to do with this error i am getting since i updated Domoticz:
2018-07-07 10:56:10.962 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 10:56:12.638 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 10:56:14.307 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:06:06.240 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:06:08.005 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:06:09.660 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:16:01.821 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:16:03.607 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:16:05.250 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:25:54.471 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:25:56.130 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:25:57.782 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:35:51.868 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:35:53.537 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:35:55.196 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:45:47.051 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:45:48.865 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:45:50.579 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:55:47.429 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:55:49.137 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87 2018-07-07 11:55:50.788 Error: MySensors: Text update received for unknown node_id: 2, child_id: 87
I don't know which sensor is involved with that Error.
How do i debug that if i don't know my node-ID's?
-
Reboot each node and look at the presentation until you find node is 2
-
@edsteve Or if you have labelled it all correctly, look under Hardware, all the Node IDs are there along with Child IDs...
-
Thanks. Found it.