DheerajKhajuria / pimatic-mysensors

mysensors
http://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin
GNU General Public License v2.0
23 stars 24 forks source link

Retrieve values from controller by sensor #86

Open rikki78 opened 7 years ago

rikki78 commented 7 years ago

Hi,

Would it be possible to add a variable to a sensor in pimatic, that can be retreived by the sensor after power-up? I would like to be able to add some custom settings (for example the interval between messages) to a sensor, without changing the software. So if the sensor powers up, this value(s) is/are requested and used by the sensor. Sending a custom value from the controller won't work in this case, as the sensor is sleeping most of the time.

thanks!