Skip to content

Releases: DerOetzi/solaredge2mqtt

v1.1.3 Fix another reconnection issue

07 Jul 20:42
82da894
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2 Fix MQTT reconnecting issues

01 Jul 07:46
3f51338
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1 Fix bug in entities definition

18 May 11:01
3a5e2d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Add Home assistant auto discovery feature

18 May 10:31
5bd8e2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.1.0

v1.0.12 Stabilize InfluxDB settings

20 Apr 13:12
729d63d
Compare
Choose a tag to compare

What's Changed

  • Stabilized InfluxDB host settings for missing scheme configuration by @DerOetzi in #68

Full Changelog: v1.0.11...v1.0.12

v1.0.11 Fix broken release pipeline

20 Apr 05:57
f4ade77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10 Decoupling of classes via event bus

20 Apr 05:43
bc5328b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9 Added some detailed error logs to forecast services

14 Apr 13:08
f6d1085
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8 Import historic monitoring data

08 Apr 20:46
96e33fc
Compare
Choose a tag to compare

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

01 Apr 08:22
fb51799
Compare
Choose a tag to compare

What's Changed

  • Fix timezone problem with daylight saving time by @DerOetzi in #53

Full Changelog: v1.0.6...v1.0.7