I'm trying to use a RFXMeter counter (device type = 113, subtype = 0) to show the daily energy production and the total energy produced by my solar installation. I'm sending the next message to mqtt topic domoticz/in:
Code: Select all
{"type":"command","param":"udevice","idx":765,"nvalue":0,"svalue":"2772;7188405"}
If I send another message later, with a new instant production in Watts and a current total energy produced (kWh), the new instant production is shown either in top right corner as in the middle of the device box.
No idea how RFXMeters are updated from MQTT (or via JSON API, the result is the same).
Any suggestions?
Thanks in advance,
Jordi