Skip to content

Releases: syssi/esphome-soyosource-gtn-virtual-meter

2.2.0

06 Aug 14:49
Compare
Choose a tag to compare

What's Changed

  • Add another combined configuration example by @syssi in #121
  • Respect min_power_demand setting by @kev300 in #123
  • Introduce new setting zero_output_on_min_power_demand by @syssi in #124
  • Add display version documentation by @syssi in #125
  • Add WiFi version documentation by @syssi in #126
  • Clean up by @syssi in #127
  • Improve and simplify powermeter examples by @syssi in #128
  • Fix icon validation of the select entity by @syssi in #129
  • Check UART settings on dump config by @syssi in #130
  • Add ESPHome 2023.4.0 compatibility by @syssi in #133
  • Fix preamble synchronization by @syssi in #138
  • Improve operation mode decoding by @syssi in #139
  • Streamline powermeter examples by @syssi in #143
  • Add another Tasmota status SNS SML example using english keys by @syssi in #144
  • Fix lint-clang-tidy job by @syssi in #163
  • Fix lint-clang-format job by @syssi in #166
  • Raise constant definition limit by @syssi in #174
  • Update shelly-3em-http-status-json.yaml for ESPhome 2024.6 by @fploen in #178
  • Validate all YAML configurations by @syssi in #183
  • Replicate the power output value of the display controller by @syssi in #186
  • Improve pre-commit hooks by @syssi in #187

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

15 Mar 09:22
Compare
Choose a tag to compare

Display protocol support of the "Soyosource with display" version added.

Please use the esp8266-display-display-version-example.yaml if your display is broken and you would like to attach a ESP8266 instead to monitor and/or change the inverter settings. A opto-coupler between the internal display port and the ESP is recommended!

2.0.0

05 Feb 15:44
0f8dbc3
Compare
Choose a tag to compare

This is a major release because it introduces a breaking change. Please update your configuration:

  1. The soyosource_virtual_meter.operation_mode_id configuration option is called soyosource_virtual_meter.operation_status_id now.
  2. The sensor.operation_mode_id sensor is called sensor.operation_status_id now.
  3. The text_sensor.operation_mode is called text_sensor.operation_status now.

1.2.0

05 Feb 15:06
Compare
Choose a tag to compare
Bump component version

1.1.0

30 Jun 06:08
ca41ef4
Compare
Choose a tag to compare

Feature complete Soyosource GTN WiFi version support added. All inverter settings can be controlled! 🎉

Please use the esp8266-display-example.yaml if you want to use a generic ESP8266 plus a level shifter (3.3 -> 5V) to interface the inverter via the TTL-WIFI port. If you want to convert your WiFi dongle to the alternative firmware please flash esp8266-wifi-dongle-example.yaml to your dongle. Don't forget to backup the stock firmware. You can find some details about the WiFi dongle here.

1.0.0

14 Jun 08:14
Compare
Choose a tag to compare
Disable the `inactivity_timeout` if set to 0s