Skip to content

Releases: CoMPaTech/stromer

*alpha-3* Initial switch attempt

28 Dec 22:06
121649a
Compare
Choose a tag to compare
Pre-release

Do not use - unless you have a development HA environment
(this might clutter your environment producing additional entities for switches which are named wrong)

*alpha-2* Initial switch attempt

28 Dec 22:01
7e94afa
Compare
Choose a tag to compare
Pre-release

Do not use - unless you have a development HA environment
(this might clutter your environment producing additional entities for switches which are named wrong)

*alpha* Initial switch attempt

28 Dec 21:44
fe3c776
Compare
Choose a tag to compare
Pre-release

Do not use - unless you have a development HA environment
(this will clutter your environment producing additional entities for switches which are named wrong)

Fix energy for HA Core 2023.12

09 Dec 16:53
a326d38
Compare
Choose a tag to compare

Thanks to @sammyke007 for reporting and testing

What's Changed

Full Changelog: v0.2.8...v0.2.9

Rework energy to totals

09 Dec 16:19
a326d38
Compare
Choose a tag to compare
Pre-release

Testing / Pre-release

What's Changed

Full Changelog: v0.2.8...v0.2.9a1

Code cleanup and quality improvements

11 Nov 08:13
Compare
Choose a tag to compare

This release includes code cleanup and quality improvements (e.g. typo, spelling, linting and sonarcloud suggestions) (releasing v0.2.8a0 beta)

[Pre-release / beta-test] Code cleanup and quality improvements

07 Nov 12:27
3feee59
Compare
Choose a tag to compare

This pre-release includes (untested!) code cleanup and quality improvements (e.g. typo, spelling, linting and sonarcloud suggestions)

More properly fix units

06 Nov 14:33
bcea566
Compare
Choose a tag to compare

In addition to v0.2.5 also correct the device_class (from Power to Energy, thus supporting the change from W to Wh).

This will provide 'notices' in HA currently as it won't cope with the old/new data - depending on input #46 as a community we either accept losing the old data or introduce new sensor names (and you'd manually have to clean up anyway.

API maintenance fix

06 Nov 11:10
c350dd0
Compare
Choose a tag to compare

Unfortunately v0.2.5 re-used the broken maintenance-API commits. My sincere apologies!

Thanks to @simonwolf83 for providing the quick fix!

Fix units of energy consumption

04 Nov 08:45
3312e45
Compare
Choose a tag to compare

From W to Wh via #46 / #47 thank you @Tinus78 for reporting and the code