jbouwh / omnikdatalogger

Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT
https://jbsoft.nl/site/omnik-datalogger/
GNU General Public License v3.0
11 stars 3 forks source link

Add `http_only` option to plan specific settings #31

Closed jbouwh closed 2 years ago

jbouwh commented 2 years ago

Add the http_only option to the plant specific settings. tcpclient hass a fallback method using HTTP. This mode fetches http://{inverter_address}:80/js/status.js end extracts the data. Without this option omnikdatalogger will try to connect over port 8899 first and fallback if this operation fails.