sincze / Domoticz-Omnik-Local-Web-Plugin

Domoticz Python Plugin that can read data from the local inverter webinterface
5 stars 2 forks source link

Sofar Solar; yield today not grabbed from inverter? #18

Open sMartjeB opened 2 months ago

sMartjeB commented 2 months ago

First of all, thank you for this great plugin!

I have a Sofar inverter which uses the http://192.168.x.x/js/status.js command and part of the response is:

myDeviceArray[0]="SA1ES116K5N707 ,V500,,SA1ES116,6 00,230,883,75310,,1,";

In the webinterface it shows: solar 5

In domoticz I have the following solar devices (generated by the plugin) solar4 I expected that the yield today value would be shown in one of the above.

Yield today is presented below, but is seems calculated, not the value from the converter (8.83kWh) solar3

Is it possible to read yield today data from the converter and generate this extra device in domoticz?