Alessandro Del Prete
Alessandro Del Prete
I was about to open an issue more or less for the same request. So glad you already addressed it @Lissy93 and thanks to @aghybris for the request. One thing:...
> it seems that the app is not loggin the Grid useage as in the Inverter APP/Web portal. the component was developed based on the register map of the inverter....
> I am also having difficulties saving data in my InfluxDB. Speedtest does not seem to try to contact the database and I can't find any log entry in speedtest....
> Can you share your Grafana config? I uploaded it to Grafana dashboard library: https://grafana.com/grafana/dashboards/16339 If @henrywhitaker3 wants, he can reference it in the install/config instructions.
Speedtest Tracker has support for influxdb1. I read that in some way you can use influxdb2 for apps designed for influxdb1 by passing the config parameters in a certain way,...
when you create a dash in grafana you simply have to select the influxdb2 connector. I use grafana with both influxdb1 and 2.
check first if you have data in influxdb1, through its interface:  once you're sure there's data coming in influxdb1 from speedtest-tracker, then add the datasource to grafana like this:...
Since [0.107.7](https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.7) that switch option is deprecated, they've introduced a specific setting:  ```yaml # BEFORE: 'clients': - name: client-name # … # AFTER: 'clients': 'persistent': - name: client-name #...
> I am getting the following error when registering my opnsense server - [%key:common::config_flow::error::unknown%] Did you install the addon on OPNsense?
From the hass system, try `telnet ip_opnsense 80` to check if it can open port 80 on opnsense IP address.