1
0
Fork 0
mirror of https://github.com/Zendure/Zendure-HA.git synced 2025-12-15 17:08:19 +01:00
4 Installation
FireSon edited this page 2025-08-13 22:39:04 +02:00

Installation Integration

Upgrading from version 1.0.47

  • Since we now use a token for authentication, the 'second' account is not necessary anymore. Please note that you obtain the token for your main account, otherwise you will not see any devices
  • Due to major changes in the authentication, the 'old' configuration does not work anymore. Using it will cause an error during intialization! Please delete the old configuration, and create a new one.

Obtaining the ZendureApp token

In order to use the Integration, you have to use a token which you can find in the Zendure App:

image

Creating a configuration

This token you can enter in the configuration of the integration: the options are:

  • The token from the Zendure App (see above)
  • P1 meter, which gives the power consumption of the house when positive, and the power production of the house when negative
  • Mqtt logging, this adds the mqtt communication to the Home Assistant log, when the debug logging of the Integration is enabled
  • Local Mqtt, if this option is selected, a second screen will be presented where the details of the local mqtt server can be entered
image

Using local MQTT

The local Mqtt settings look like this: the options are:

  • Mqtt server address, can also be an ip address ==> please do not use 'core-mosquitto' since that is not a real network address!!
  • Mqqt server port address, the default for this setting is 1883
  • Mqqt username (could be a HA user or you create a user/PW in the Mosquitto broker configuration)
  • Mqtt password (the PW of the used HA user or the PW of the created user the Mosquitto broker configuration)
  • Wifi SID, needed to reconfigure the device
  • Wifi password, needed to reconfigure the device
image