Does pimatic-mysensors support the mysensors smart sleep feature? If yes, can someone give an example how to send parameters to a sleeping node?
-
MySensors smartsleep
-
@sweebee do you know ?
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
No, its not supported by the pimatic-mysensors plugin.
-
Thanks for the answer. Than I must do some request from the sensor to the controller when it awakes.
-
Is it right that the request() function also is not implemented? (Except requestTime() which works as I tested).
-
I don’t think it is.
I’ve realised this by creating a new sensor child and send data from that child when it awakes. This will trigger a function in node-red to send configuration data to the node. In that way the number of parameters that can be used is more than enough… -
@Heizelmann As far as I recollect the request is working. I use it to request the dimlevel of my dimmer after waking up.
-
I do not use node-red, only mysensors plugin. I tried
request(5, V_VAR1);
on sensor sketch, but
Pimatic only logsdebug [pimatic-mysensors]: <- request from 50
I also defined a MysensorsMultiDevice with nodeid 50 and child id 5 with type 24 (V_VAR1). But Pimatic doesn’t send.