Improved Logic when an inverter goes off-line, & API response time sensor
Improved Logic when an inverter goes off-line, & API response time sensor
A minor release which fixes the off-line inverter logic and adds an API response time sensor.
This corrects the logic when an inverter goes off-line, previously it continued to update values even though no data was available - now when it detects that an inverter has gone off-line, it will stop polling, the entities will not be updated and they will show unavailable whilst it is off-line, apart from sensor.inverter which will display the current status 'off-line'.
Added new sensor to time the response time for a variable fetch on the OpenAPI - with the various problems seen accessing the FoxESS cloud servers, this sensor provides the time taken in milliseconds to get an API response. Typically a response should take less than 1 second but the integration will handle very slow api responses (up to 75 seconds), it is also useful to monitor the round trip time for your location.
Updated Readme with changes