zivillian / ism7mqtt

GNU General Public License v3.0
57 stars 11 forks source link

How to correctly setup in Home Assistant? #64

Closed airman84 closed 1 year ago

airman84 commented 1 year ago

Hello,

it would be nice, if anyone could help me setting up ism7mqtt for Home Assistant. I am having a Wolf Link Pro device. I installed the integration, as well the mosquitto mqtt broker. I created a seperate mqtt user and added the credentials in the mosquitto configuration, but still I receive no new entities from Wolf.

Would please anyone have an idea what could be the problem? Attached the logs and the ism7-parameters-Wolf.json

ism7-parameters-Wolf.txt logs.txt

Thanks for your help Oliver

b3nn0 commented 1 year ago

Did you also configure the MQTT integration in HA? Not only the broker is required, but also the integration itself. The addon gets the login data from it, and it is required to see the entities provided.

However, I don't think this is really the problem due to the errors in the log. For that, @zivillian needs to help out. image image

zivillian commented 1 year ago

I'm sadly busy for the next few days, but I'll take look into this as soon I'm back.

airman84 commented 1 year ago

Thanks for your replies! Yes, I have as well configured the MQTT integration,

zivillian commented 1 year ago

There is an invalid device in your parameter.json. Can you remove the device with read address 0x15 from your config and try again?

{
  "ReadBusAddress": "0x15",
  "DeviceTemplateId": 0,
  "Parameter": []
}
airman84 commented 1 year ago

Many thanks for your reply, seems that did the trick, really great! I am receiving now 110 entities via MQTT! 😄 One last question please: On my BM I have the option to trigger "1x Warmwasser", but it's missing in the entitites. Is this already supported or needs configuration?

zivillian commented 1 year ago

Can you check if the Smartset App has this option? I don't see 1x Warmwasser in the paramter.json extracted from your setup.

airman84 commented 1 year ago

No it's not there. So I guess the issue is with Wolf, as they don't provide it?

zivillian commented 1 year ago

Sadly yes - you can try to ask Wolf if there is something wrong with your setup, since the BM supports it.