Releases: DerOetzi/solaredge2mqtt
Releases · DerOetzi/solaredge2mqtt
v1.1.3 Fix another reconnection issue
v1.1.2 Fix MQTT reconnecting issues
What's Changed
- Bump requests from 2.31.0 to 2.32.0 in the pip group by @dependabot in #75
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #77
- Bump scipy from 1.13.0 to 1.13.1 by @dependabot in #79
Full Changelog: v1.1.1...v1.1.2
v1.1.1 Fix bug in entities definition
v1.1.0 Add Home assistant auto discovery feature
What's Changed
- Bump aiohttp from 3.9.4 to 3.9.5 by @dependabot in #64
- Bump scipy from 1.13.0rc1 to 1.13.0 by @dependabot in #56
- Home Assistant auto discovery by @DerOetzi in #72
- Bump influxdb-client from 1.42.0 to 1.43.0 by @dependabot in #73
Full Changelog: v1.0.12...v1.1.0
v1.0.12 Stabilize InfluxDB settings
What's Changed
Full Changelog: v1.0.11...v1.0.12
v1.0.11 Fix broken release pipeline
v1.0.10 Decoupling of classes via event bus
v1.0.9 Added some detailed error logs to forecast services
What's Changed
- Add some more logging details to forecast service and notes to README by @DerOetzi in #61
- Bump pydantic from 2.6.4 to 2.7.0 by @dependabot in #60
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #59
- Bump pandas from 2.2.1 to 2.2.2 by @dependabot in #58
- Bump scikit-learn from 1.4.1.post1 to 1.4.2 by @dependabot in #57
Full Changelog: v1.0.8...v1.0.9
v1.0.8 Import historic monitoring data
What's Changed
- Import old historic data csv from monitoring site to influxdb by @DerOetzi in #54
- Fix docker build because of a broken scipy version by @DerOetzi in #55
Renamed money fields in influxdb please use refactor_money_fields_1.0.8.flux
- If you want to import old data of your system, go to monitoring site and download all power values as a data.csv. Rename the columns to time,battery_discharge,battery_charge,battery_soc,evcharger,inverter_production,string1,string2,grid_consumption,grid_delivery
- Put the data.csv beside python import_historic.py file and run it
- Afterwards use import-historic-monitoring_data_1.0.8.flux
Full Changelog: v1.0.7...v1.0.8
v1.0.7 Fix timezone problem with daylight saving time
What's Changed
Full Changelog: v1.0.6...v1.0.7