You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Remove apsystems_ecur.start_query and apsystems_ecu.end_query service, now there is a switch on the ECU called switch.ecu_query_device if the switch is on, will query the device, if off it will read from cache. Can be used with an automation to turn on/off querying when the sun has set or risen
Add 2 additional sensors sensor.ecu_inverters and sensor.ecu_inverters_online to show you how man inverters have been configured in your ECU and how many are currently reporting data
Break up sensors in groups in the Device UI, make it easier to add important ones to Lovelace
Add support for the download diagnostics button the on the devices - hopefully will help debugging when there are problems
Start adding code support for http query method for ECU_R_PRO and ECU_C devices
Example ECU device page
Bug fixes
Fixes errors in caching
Change the socket code to be synchronous instead of async and hopefully work better
Add more exception handling and detect error conditions