Page 1 of 1

MQTT Understanding

Posted: Wednesday 17 May 2023 16:54
by harrykausl
Hello,
I hope, I'm in the correct subforum. I have mqtt and mqtt autodiscovery installed. It works. Now I want to integrate evcc-wallbox software (has mqtt functionality). Autodiscover is for this not working. Where is the information and the rules of the devices found by autodiscovery stored, so I could manually add devices? Thanks.

Re: MQTT Understanding

Posted: Wednesday 17 May 2023 17:04
by waltervl
There is no such information yet, you need to redesign. Current implementation is based on ZwaveJS and Zigbee2mqtt so you could also look there.
Alternatively you can look at the MQTT mapper plugin: viewtopic.php?t=39279 and https://github.com/FlyingDomotic/domoti ... per-plugin

Also you can take a look at the shelly discovery teacher script that converts shelly MQTT into AD MQTT
https://github.com/enesbcs/shellyteacher4domo

Re: MQTT Understanding

Posted: Wednesday 17 May 2023 17:07
by harrykausl
Thanks, I'll try it.

Re: MQTT Understanding

Posted: Wednesday 17 May 2023 17:08
by waltervl
There is also a wallbox plugin available https://github.com/lokonli/domoticz-wallbox Do not know if this is compatible with your device.
No need to go MQTT

Re: MQTT Understanding

Posted: Wednesday 17 May 2023 17:11
by harrykausl
I have already included it with http communication and json. But it would be easier to use mqtt. I'll check it, thanks.

Re: MQTT Understanding

Posted: Thursday 18 May 2023 23:33
by FlyingDomotic
You may also try using MqttMapper at https://github.com/FlyingDomotic/domoti ... per-plugin

It works with anything speaking MQTT, with a configuration file instead of Home Assistant discovery mechanism.