esphome-solax-x1-mini

ESPHome component to monitor a Solax X1 mini via RS485

APACHE-2.0 License

Stars
38

Bot releases are hidden (Show)

esphome-solax-x1-mini - 2.2.0 Latest Release

Published by syssi 10 months ago

This release introduces two new entities if you are using the solax_meter_gateway component. There is a switch entity to enable a manual mode and a number entity to set a manual power demand now.

esphome-solax-x1-mini - 2.1.0

Published by syssi over 1 year ago

This release adds a new optional component called solax_meter_gateway. It can be used for export control / to control the limiter of a Solax inverter.

esphome-solax-x1-mini - 2.0.0

Published by syssi over 1 year ago

This release introduces some breaking changes. The modbus and the solax device component was renamed. The project is called esphome-solax-x1-mini now to be more precise about the supported device models and implemented protocol flavour.

Please update your configuration YAML. Just search for the old values and apply the new ones:

  • modbus_solax: -> solax_modbus:
  • modbus_solax_id: -> solax_modbus_id:
  • solax_x1: -> solax_x1_mini:
  • solax_x1_id: -> solax_x1_mini_id:
  • platform: solax_x1 -> platform: solax_x1_mini
  • esphome-modbus-solax-x1 -> esphome-solax-x1-mini

If you have a linux shell handy you could apply these SED commands to migrate your configuration:

sed -i 's#modbus_solax:#solax_modbus:#' yourconfig.yaml
sed -i 's#modbus_solax_id:#solax_modbus_id:#' yourconfig.yaml
sed -i 's#solax_x1:#solax_x1_mini:#' yourconfig.yaml
sed -i 's#solax_x1_id:#solax_x1_mini_id:#' yourconfig.yaml
sed -i 's#platform: solax_x1#platform: solax_x1_mini#' yourconfig.yaml
sed -i 's#esphome-modbus-solax-x1#esphome-solax-x1-mini#' yourconfig.yaml
esphome-solax-x1-mini - 1.2.1

Published by syssi over 1 year ago

This is a bugfix release.

esphome-solax-x1-mini - 1.2.0

Published by syssi over 1 year ago

Solax X1 Boost example configuration added.

esphome-solax-x1-mini - 1.1.0

Published by syssi about 2 years ago

Solax X1 Mini G3 support added.

esphome-solax-x1-mini - 1.0.0

Published by syssi over 2 years ago