Releases: StephanJoubert/home_assistant_solarman
V1.5.1
V1.5.0
What's Changed
- added configuration for Deye SUN600G3 by @ohoeltke in #224
- Update deye_4mppt.yaml by @Kolbi in #227
- Added missing parameters from ZCS AZZURRO 3PH inverters by @kavejo in #235
- Update definition for Deye 2 MPPT by @Hypfer in #239
- Italian Transaltion by @kavejo in #243
- Clarification on ZCS AZZURRO 3PH Inverters by @kavejo in #244
- Ouput -> Output typo fix by @lszeremeta in #234
- Add new KStar Hybrid inverter definition by @frsantos in #253
- Update sofar_lsw3.yaml by @hendrikwedhorn in #269
- Add German translation by @CarstenGrohmann in #275
- Update deye_2mppt.yaml by @jedie in #278
- Add additional entities for Deye_2mppt by @haraldfunk in #285
- Added Daily Battery Charge and Discharge to deye_hybrid.yaml by @kosmikza in #291
- fix: Fixed validation. Use a sequence number. Issue #268 by @charles-sd in #270
- hyd-zss-hp-3k-6k 27****** sn added by @nemenos in #279
- Fix case for unit of measurement by @samdunne in #295
- Solis 4G Three Phase Inverter definition by @agirilovich in #321
- Update deye_4mppt.yaml by @Kolbi in #304
- Fix typos and unit of measurements/entity case for hyd3k-6k by @virtualdj in #332
- Add mask to rule 1 and rule 3 by @NemesisXB in #340
- Add new rule for parsing time values. by @NemesisXB in #339
- Update README.md by @honikos in #345
- Add yaml for S6 Series by @NH-Networks in #348
- Fix Today totalizer for hyd-zss-hp-3k-6k inverter #352 by @webartoli in #353
- Invalidate any cached previous readings when disconnected by @Hypfer in #241
- Pysolarmanv5 improvements by @jmccrohan in #375
- Solis Hybrid Updates by @jmccrohan in #376
- Passthrough missing lookup table value by @jmccrohan in #377
New Contributors
- @ohoeltke made their first contribution in #224
- @kavejo made their first contribution in #235
- @Hypfer made their first contribution in #239
- @frsantos made their first contribution in #253
- @hendrikwedhorn made their first contribution in #269
- @CarstenGrohmann made their first contribution in #275
- @jedie made their first contribution in #278
- @haraldfunk made their first contribution in #285
- @kosmikza made their first contribution in #291
- @charles-sd made their first contribution in #270
- @nemenos made their first contribution in #279
- @samdunne made their first contribution in #295
- @agirilovich made their first contribution in #321
- @virtualdj made their first contribution in #332
- @NemesisXB made their first contribution in #340
- @honikos made their first contribution in #345
- @NH-Networks made their first contribution in #348
- @webartoli made their first contribution in #353
Full Changelog: v1.4.3...v1.5.0
V1.4.3
What's Changed
- LSW3: remove unused register range by @lukasniemeier in #196
- Adding inverter definition for ZCS Azzurro 3.3/4.4/5.5/6.6 KTL-V3 by @udivankin in #197
- Change output frequency class to actually be frequency by @Byter09 in #199
- bugfix: retry mechanism by @lukasniemeier in #205
- fix: don't error if socket doesn't connect by @YodaDaCoda in #207
- Group Sensors into a Device by @YodaDaCoda in #208
New Contributors
- @udivankin made their first contribution in #197
- @Byter09 made their first contribution in #199
Full Changelog: v1.4.2...v1.4.3
V1.4.2
What's Changed
Various contributions and additions to lookup files. Thanks to all contributors:
New Contributors
- @LeandroIssa
- @LucidityCrash
- @pepetheprawn
- @igieon
- @benagricola
- @awalon
- @steve-cox
- @Kolbi
- @climblinne
- @eogmau
- @lukasniemeier
- @Thomas55555
- @fabrizioromanelli
- @comdata
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Fixed the bug when using config-flow.
- Polish translation by @lszeremeta in #41
New Contributors
- @lszeremeta made their first contribution in #41
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Added configuration using config-flow
Added support for other modbus function codes
Added auto-discovery of inverter data-loggers
v1.3.0
Added support for string inverters DEYE_string.yaml
Added battery parameters for DEYE hybrid inverters
Improved communication reliability with checksum verification and retries
v1.2.0
Added the abilty to specify lookup files to cater for different inverters.
State class changed to cater for updates to Home Assistant.
Added support for SOFAR inverters.
Added entities to view the connection state as well as last update time
v1.1.0
Prevent string values from appearing in the graphs.
Add unique id to allow editing of the entity names and icons
Add status entities to view the communication state and last update time
Make customization easier by editing only a yaml file.
v1.0.1
Submit for HACS