request() - please clarify
Posted: Friday 30 October 2015 17:55
Hi,
I'm not getting anywhere. For my EnergyMeter I really do need to retrieve last known values in case of
power loss. The MySensor API is providing a feature to send and request values like for example V_VAR1.
I've read suggestions to substitute request() and send() with setstate() and loadstate() but those two
require writing into an eeprom and that cannot be done continuously. The eeprom would stop working
after 100.000 or so write cycles.
So please, could anyone clarify that for me: Is request() supported by Domoticz or isn't it?
I need to know to get on
Thanks,
Christoph
EDIT: sending the value obviously does work: in the Domoticz database I can find the correct
value for V_VAR1. It's retrieving it that won't work...
I'm not getting anywhere. For my EnergyMeter I really do need to retrieve last known values in case of
power loss. The MySensor API is providing a feature to send and request values like for example V_VAR1.
I've read suggestions to substitute request() and send() with setstate() and loadstate() but those two
require writing into an eeprom and that cannot be done continuously. The eeprom would stop working
after 100.000 or so write cycles.
So please, could anyone clarify that for me: Is request() supported by Domoticz or isn't it?
I need to know to get on
Thanks,
Christoph
EDIT: sending the value obviously does work: in the Domoticz database I can find the correct
value for V_VAR1. It's retrieving it that won't work...