Does Vera support sleepy devices? Whenever user clicks a button and makes a command it should be stored in Vera hub until device wakes up and sends wakeUpNotification and only then Vera hub should send the stored command to a device. Is there any way to support a sleepy device in Vera framework? I am willing to get my hands dirty and write a proper device type file for Eurotronic thermostatic valve. Are there any documentation with all the possible values, commands and services which you put in device type description file?
This is supported by default within the Vera firmware. When a device variable is modified, it is sent immediately, but if no response comes back it is converted into a task which waits until the device wakes up (or the unit is reset, in which case it is lost). Once the device has woken, the messages in the task are all delivered.