Releases: kellerza/sunsynk
v0.5.8
Test ghcr.io publishing
Full Changelog: v0.5.7...v0.5.8
v0.5.7
-
Bugfix: read_batch_size (#172)
-
5ms delay before reads
-
Average for numeric types (+tests in 0.5.7)
-
Better warnings & exceptions
- Warn if no value read
- re-run on any exception
- list exception per group of sensors (or batch)
-
New defaults
READ_ALLOW_GAP: 2 READ_SENSORS_BATCH_SIZE: 20
Full Changelog: v0.5.5...v0.5.7
v0.5.5 Improved logging & schedules
Full Changelog: v0.5.4...v0.5.5
v0.5.4 Better logging of Schedules & selected sensors
- Minor change to schedules (might address #172 + test coverage)
- Better logging of Schedules & selected sensors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2 Sensor reading based on schedules
What's Changed
Read the PR text & docs BEFORE you upgrade!
Especially if you use sensor modifiers. See https://kellerza.github.io/sunsynk/reference/schedules
Full Changelog: v0.4.0...v0.5.2
v0.4.0 Pysolarmanv5 support
In this release @Xhanti added support for the solarman dongle!
You need to specify a DONGLE_SERIAL_NUMBER
for your inverter when you select the solarman driver. See supported devices
What's Changed
- SolarmanSunsynk Implementation by @Xhanti in #144
- fault-finding.md: Mention that Modbus SN can be reset after upgrade by @reedy in #155
New Contributors
Full Changelog: v0.3.7...v0.4.0
v0.3.7
What's Changed
- Sunsynk Ecco combined port and USR-W610 by @Fr3d in #141
- Signed NumberRWSensor by @kellerza in #146
- pymodbus driver RTU over TCP support using serial-tcp:// URL scheme by @kellerza in #149
- Add docker-compose to run as standalone container by @jpmeijers in #150
- Fix pyyaml version by @kellerza in #161
New Contributors
- @Fr3d made their first contribution in #141
- @jpmeijers made their first contribution in #150
Full Changelog: v0.3.6...v0.3.7
v0.3.6 Switches & binary sensors
-
sunsynk 0.3.6
- priority_mode -> priority_load (as a switch)
-
Multi Addon
- Fixed switches & binary_sensors (selects will change to HASS switches)
Full Changelog: v0.3.5...v0.3.6
v0.3.5 Essential Power & sensors
- sunsynk 0.3.5
-
Reworked 1ph essentials sensor - refer to definitions.py
-
Additional sensors to support all the options in @SlipX's power flow card
- Inverter Current
- Generator Input (235) - this might explain the difference on the essentials sensor value...
- Use Timer - see #137
-