Skip to content

Releases: reserve85/HoymilesZeroExport

V1.92

29 Apr 11:08
346b1af
Compare
Choose a tag to compare

V1.92

script

  • support "Mitterbaur AMIS Lesekopf" (#184)

config

  • add [SELECT_POWERMETER]: USE_AMIS_READER
  • add [AMIS_READER]: AMIS_READER_IP
  • add [SELECT_INTERMEDIATE_METER]: USE_AMIS_READER_INTERMEDIATE
  • add [INTERMEDIATE_AMIS_READER]: AMIS_READER_IP_INTERMEDIATE

V1.91

22 Apr 17:54
ef22620
Compare
Choose a tag to compare

V1.91

script

  • support Home Assistant over HTTPS (#178)
  • Support login credentials for Tasmota (#159)
  • update.sh supports custom branch, for example to update to dev path. usage: ./update.sh dev
  • option to disable a inverter (@tester277)
  • option to specify a specific emeter-index for ShellyEM [possible values: 0...1]. (#181)

config

  • add [HOMEASSISTANT]: HA_HTTPS
  • add [INTERMEDIATE_HOMEASSISTANT]: HA_HTTPS_INTERMEDIATE
  • add [TASMOTA]: USER and PASS
  • add [TASMOTA_INTERMEDIATE]: USER_INTERMEDIATE and PASS_INTERMEDIATE
  • add [INVERTER_x]: ENABLED
  • add [SHELLY]: EMETER_INDEX
  • add [INTERMEDIATE_SHELLY]: EMETER_INDEX

V1.90

02 Apr 13:45
ecafa67
Compare
Choose a tag to compare

fix HOY_BATTERY_THRESHOLD_NORMAL_LIMIT_IN_V, see #174

V1.89

23 Mar 21:23
dec2145
Compare
Choose a tag to compare

auto retry requests, refactoring

V1.87

12 Mar 07:17
b7d677b
Compare
Choose a tag to compare

V1.87

script

  • Add support for dynamic reconfiguration of config parameters via MQTT

config

  • Add optional section '[MQTT_CONFIG]' to config file. If present, the script will listen for MQTT messages to reconfigure various parameters at runtime.

V1.85

07 Mar 12:06
5ff3a83
Compare
Choose a tag to compare

V1.85

script

  • Added shell script based powermeter interface (USE_SCRIPT)

config

  • Added parameters for shell script based powermeter interface (SCRIPT_)

bash script

  • Added example shell script for usage with Victron Multiplus II (GetPowerFromVictronMultiplus.sh)

  • Updated supported interface list in README.md with new shell script based powermeter

V1.84

07 Mar 06:31
b20a21d
Compare
Choose a tag to compare

V1.84

script

  • Add support for priority mixed-mode (combination of battery powered and non-battery powered inverters).

V1.83

05 Mar 12:34
2effa5f
Compare
Choose a tag to compare

V1.83

script

  • Bugfix fallback value

config

  • added comment

V1.81

01 Mar 06:21
4093497
Compare
Choose a tag to compare

V1.81

script

  • add option to enable/disable to set the inverter to min watts when the powermeter can´t be read out. #28 (comment) + #74

config

  • add COMMON: SET_INVERTER_TO_MIN_ON_POWERMETER_ERROR