Talk:Omnik Solar Inverter

From Domoticz
Revision as of 19:00, 16 November 2016 by Pgit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using the Etoday value to pass energy use to domoticz leads to errors in the weekly graphs. the wiki page on the domoticz API/JSON lists the requirements for the energy meter as: ENERGY = cumulative energy in watt hours (this is just a "dummy" counter, all counting must be done by client).

Therefore it is better to pass the ETotal value from the omnik data logger script to Domoticz instead of EToday * 1000


Woutrrr has further devellopped Omnik-Data-Logger on https://github.com/Woutrrr/Omnik-Data-Logger. It now uses a new file PluginLoader.py for output to Mysql, PVoutput, CSV and the , the console. Also see the additional ettings in config.cfg. Since the procedure to log and enable or disable these output options does not use ..._enabled variables anymore, the modifications to the script in order to output to Domoticz should be adjusted as well