Skip to content

Releases: wilds/hass-atonstorage

v1.0.6

27 Aug 16:08
aef402c
Compare
Choose a tag to compare
Update sensor.py (#35)

a seguito dell'update di HA alla versione 2024.7.0 è stato necessario aggiungere la stringa:

max_sub_interval=None,

Ringrazio l'utente maatx

v1.0.5

08 Apr 16:34
Compare
Choose a tag to compare

v1.0.4

03 Dec 23:38
bf83e7a
Compare
Choose a tag to compare
New features (#17)

* New features

Support for multiple instances;
Possibility to select which sensor to integrate;
Changed "iot_class" to "cloud_polling";
Added binary sensors for power flows (Solar to Grid, Solar to House, Solar to Battery, etc);
Removed some unused sensors (pMaxVenduta, pMaxPannelli, pMaxBatteria, pMaxComprata, pGrid);
Entities names, icons and various attributes modified:
"State of battery" renamed to "Batery level" and limit its value to a maximum of 100;
"Date" renamed to "Last update" and addes various attributes;
"Instant grid power" uses the value from "pRete" not "pGrid";
"Daily battery energy" renamed to "Daily self consumed energy";
added "Daily consumed energy";
added "Self sufficiency"

* minor updates

Import/export icons swap;
Device name changed to username (was "Fotovoltaico"+username).

v1.0.3

06 Aug 00:08
Compare
Choose a tag to compare

HA 2023.8

v1.0.2

24 Nov 11:38
Compare
Choose a tag to compare
implemented login

v1.0.1

10 Nov 18:01
Compare
Choose a tag to compare
fix sensor state class

v1.0.0

09 Nov 10:28
Compare
Choose a tag to compare

First release