Question about Zendure Hyper MQTT config

Hello guys,

I am totally new to the HA-World - only using it since a few days coming from Homey Pro. But I am already astonished with the possibilities of HA.

Yesterday I tried to add my cluster of two Zendure Hyper Devices via MQTT. For this I used the following guide:

For the most part it worked just fine. Unfortunately I do have some issues with the config still - I guess I just miss some info or made some mistakes. Maybe you have some advice/tips for me.

As I have two Hyper devices I split the MQTT-Entities in two different files “hyper1.yaml” and “hyper2.yaml”, put them in a “zendure”-directory and added them via the following line to the configuration.yaml

mqtt: !include_dir_merge_named zendure/

Now both Hyper devices are listed within the MQTT-Integration, but only one shows values for its entities. The other one only lists “not available” for all entities.

In addition to that the partly working device still shows two configuration-errors for the .yaml-file, which I don’t understand.

Thanks in advance!
Hope you have some advice for me.

1 Like

Short update on the topic:

I changed the

mqtt: !include_dir_merge_named zendure/

line to:

mqtt: !include_dir_merge_list zendure/

Now the two mqtt config errors are gone.

Unfortunately I do not get any data from any of the two hyper devices now.

1 Like