Recent Releases of solax
solax - v3.2.1
What's Changed
- add support for X3 EVC Charger by @DanielWeeber in https://github.com/squishykid/solax/pull/167
- Add support for X1 Boost (FW Version 3) (continued) by @rnauber in https://github.com/squishykid/solax/pull/160
- Corrected feed-in and consumed energy source and type for x3-hybrid-g4 by @darmach in https://github.com/squishykid/solax/pull/178
- Add support for latest firmware on X1-Hybrid-G4 by @dezzak in https://github.com/squishykid/solax/pull/176
- Fix Battery Power using unsigned int (X1 Hybrid Gen4) by @nazar-pc in https://github.com/squishykid/solax/pull/162
New Contributors
- @DanielWeeber made their first contribution in https://github.com/squishykid/solax/pull/167
- @rnauber made their first contribution in https://github.com/squishykid/solax/pull/160
- @darmach made their first contribution in https://github.com/squishykid/solax/pull/178
- @dezzak made their first contribution in https://github.com/squishykid/solax/pull/176
- @nazar-pc made their first contribution in https://github.com/squishykid/solax/pull/162
Full Changelog: https://github.com/squishykid/solax/compare/v3.1.1...v3.2.1
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid 5 months ago

solax - v3.1.1
What's Changed
- update the README to reflect the latest improvements by @brew-your-own in https://github.com/squishykid/solax/pull/154
- Fix AC Power using unsigned int by @dickinsonrob in https://github.com/squishykid/solax/pull/152
- Rework discovery timeout logic by @Darsstar in https://github.com/squishykid/solax/pull/153
- feat: Add support for X3 Ultra by @Th3Link in https://github.com/squishykid/solax/pull/147
- Added inverter temperature for X1 Hybrid G4 by @DarkerCz in https://github.com/squishykid/solax/pull/157
- Fix/x3 hybrid g4 run mode by @Th3Link in https://github.com/squishykid/solax/pull/149
- raise validation error for all zero response data by @Darsstar in https://github.com/squishykid/solax/pull/148
New Contributors
- @brew-your-own made their first contribution in https://github.com/squishykid/solax/pull/154
- @dickinsonrob made their first contribution in https://github.com/squishykid/solax/pull/152
- @Th3Link made their first contribution in https://github.com/squishykid/solax/pull/147
- @DarkerCz made their first contribution in https://github.com/squishykid/solax/pull/157
Full Changelog: https://github.com/squishykid/solax/compare/v3.1.0...v3.1.1
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid 11 months ago

solax - v3.1.0
What's Changed
- Refactor discovery by @Darsstar in https://github.com/squishykid/solax/pull/145
Full Changelog: https://github.com/squishykid/solax/compare/v3.0.5...v3.1.0
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid about 1 year ago

solax -
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid about 1 year ago

solax - v0.3.4
What's Changed
- Fix deprecation warning by using new API of async-timeout module by @niclasku in https://github.com/squishykid/solax/pull/123
- Reporting radiator temperature for X3 Hybrid G4 by @martin-beran in https://github.com/squishykid/solax/pull/124
- Add support for X1 Mini G3 (FW Version 3) by @Darsstar in https://github.com/squishykid/solax/pull/139
- fix(x1_boost): totals are consecutive u16 ints by @kalosisz in https://github.com/squishykid/solax/pull/129
- fix: update actions to latest major version by @squishykid in https://github.com/squishykid/solax/pull/141
New Contributors
- @martin-beran made their first contribution in https://github.com/squishykid/solax/pull/124
- @Darsstar made their first contribution in https://github.com/squishykid/solax/pull/139
- @kalosisz made their first contribution in https://github.com/squishykid/solax/pull/129
Full Changelog: https://github.com/squishykid/solax/compare/v0.3.2...v0.3.4
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid about 1 year ago

solax - v0.3.0
What's Changed
- add manufacturer information by @VadimKraus in https://github.com/squishykid/solax/pull/69
- Add "Inverter Temperature" for X1-Boost-Air-Mini with Wifi Pocket v2.034.06 by @arnemauer in https://github.com/squishykid/solax/pull/71
- Add Solax X1-Boost by @jesserockz in https://github.com/squishykid/solax/pull/72
- Enable black for consistent formatting by @squishykid in https://github.com/squishykid/solax/pull/82
- enable mypy by @squishykid in https://github.com/squishykid/solax/pull/81 & https://github.com/squishykid/solax/pull/83
- use deterministic units by @VadimKraus in https://github.com/squishykid/solax/pull/70
- Add X1 hybrid gen4 by @rupertnash in https://github.com/squishykid/solax/pull/77
New Contributors
- @arnemauer made their first contribution in https://github.com/squishykid/solax/pull/71
- @jesserockz made their first contribution in https://github.com/squishykid/solax/pull/72
- @rupertnash made their first contribution in https://github.com/squishykid/solax/pull/77
Full Changelog: https://github.com/squishykid/solax/compare/v0.2.10...v0.3.0
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid over 2 years ago

solax - Release v0.2.10
What's Changed
- Add support for X1-Smart by @JMacalinao in https://github.com/squishykid/solax/pull/52
- Add Support for Q.VOLT HYB-G3-3P by @VadimKraus in https://github.com/squishykid/solax/pull/57
- refactor: move each inverter in a separate file by @VadimKraus in https://github.com/squishykid/solax/pull/63
- Run tests on python 3.10 by @squishykid in https://github.com/squishykid/solax/pull/61
New Contributors
- @JMacalinao made their first contribution in https://github.com/squishykid/solax/pull/52
- @VadimKraus made their first contribution in https://github.com/squishykid/solax/pull/57
Full Changelog: https://github.com/squishykid/solax/compare/v0.2.9...v0.2.10
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid about 3 years ago

solax - v0.2.9
What's Changed
- Fix v34 negative power value parsing by @ppetru in https://github.com/squishykid/solax/pull/51
- Extract more values for v34 firmware by @ppetru in https://github.com/squishykid/solax/pull/54
Full Changelog: https://github.com/squishykid/solax/compare/v0.2.8...v0.2.9
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid over 3 years ago

solax - Release v0.2.8
Changes in this Release
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by github-actions[bot] over 3 years ago

solax - Release v0.2.7
Changes in this Release
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by github-actions[bot] over 3 years ago

solax - Release v0.2.6
Changes in this Release
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by github-actions[bot] about 4 years ago

solax - Release v0.2.5
Changes in this Release
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by github-actions[bot] over 4 years ago

solax -
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid over 4 years ago

solax -
Renewable Energy - Photovoltaics and Solar Energy
- Python
Published by squishykid over 5 years ago
