For obvious reasons there are different update for different devices, why should you else bother to create so many different updateXxx situations. Briefly: to update a device type Abc you use
Code: Select all
domoticz.devices(MyDevice).updateAbc(value)A RFXmeter, RFXmeter counter device shows on the top bar a value in kWh. And on the second line, either Today with 2 values, or just 1 value without any text. However, you can only update 1 value.
Where can I find more inside information about what is going on underneath the hood of this device? Can I change these values on the second line of this device. Is there a reference where the ins and outs of all devices are described and how to use them.
Any help is very welcome.