Skip to content

Releases: fboundy/ha_solis_modbus

2.1.0 - Remove Lazy Error Count

31 Jan 08:37
Compare
Choose a tag to compare

Removed all lazy_error_count entries from solis.yaml as this is now deprecated

v2.0.1

26 Oct 13:44
Compare
Choose a tag to compare

Corrected typos in solis.yaml

v2.0.0

21 Oct 13:39
Compare
Choose a tag to compare

v2.0.0

- HA v 2023.10 Compatible Addresses the changes required for Modbus from Home Assistant v2023.10 onwards - specifically the removal of the `count` parameter for `int` and `uint` data types.

For earlier releases of Home Assistant please use v1.1.5.

v1.1.4

13 Sep 16:14
Compare
Choose a tag to compare
  • Added time sensors (Year, Month, Day, Hour and Minute) read from the input (read-only) registers and holding (read-write) registers plus template sensors which turn these into date-times: sensor.solis_date_time_ro and sensor.solis_date_time_rw. Also added a script which will sync inverter time to HA time. solis_set_time.

  • Added support for Bit 6 (Feed-In Priority Mode) of the Mode Control Switch

v1.1.3 Minor fixes

07 Feb 10:17
Compare
Choose a tag to compare

Fix minor typos in solis.yaml

v1.1.2 Minor Fixes and Additions

05 Jan 17:25
Compare
Choose a tag to compare

Fixes #1 and #2

Addresses #3 by setting the device_class for Daily totals to total_increasing. Other totals are left as total since they never reset which I believe to be correct.

v1.1.1 - S2-WL-ST Compatibility

14 Dec 17:59
Compare
Choose a tag to compare

Minor edits for compatibility with the S2-WL-ST stick: TCP port 502 vs 8899

1.1.0 - Write to Registers and Scripts

27 Nov 15:31
Compare
Choose a tag to compare

Includes details of how to write to the inverter and various scripts to do that.

Initial read-only release.

24 Nov 17:08
Compare
Choose a tag to compare