Skip to content

Release v1.2.11

Choose a tag to compare

@ksheumaker ksheumaker released this 19 Feb 17:57
3166ad4

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

Screen Shot 2022-02-04 at 9 40 57 PM

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