Skip to content

0.4.4

Compare
Choose a tag to compare
@wills106 wills106 released this 24 Feb 06:14

Gen2 & Gen3
Padded the following with leading zeros to make them look more like real time entries:

  • sensor.solax_charger_start_time_1
  • sensor.solax_charger_end_time_1
  • sensor.solax_charger_start_time_2
  • sensor.solax_charger_end_time_2

Added the following selects:
(You need to manually add these to your Lovelace)

  • select.solax_charger_start_time_1
  • select.solax_charger_end_time_1
  • select.solax_charger_start_time_2
  • select.solax_charger_end_time_2

I have only implemented 00:00 - 06:45 so far. In 15min blocks.
Each one is hard encoded so I want to ensure these work as expect first, before doing the rest.
Once they are all finished I will set the above sensors to hidden as default.

This is a temporary stopgap till a more elegant solution can be made with encoding on the fly.