Configuring with Owl Intuition

Hi,

Yes, what is the problem? You need to subscribe the mqtt topic, after instaling the MQTT integration:

Please, PM me if you’ve some trouble.

Best Regards,
Fernando Gomes

Hi @fapg,
I am not able to run the python script.

  • I have copied all your files to config/customs-components/owl2mqtt.
  • I have installed paho-mqtt apk add py3-paho-mqtt to my HAOS
  • I have changed the owl2mqtt (see below) according to my enviroment. I set DEBUG = 1
  • I made a Home Assistant Restart.
  • I got the following Debugging. It stucks in an endless loup.
DEBUG:root:Starting owl2mqtt on ip: 10.0.1.200
DEBUG:root:Connected to broker with the result code: 0
DEBUG:root:Connected: 1
  • I dont see any packages coming in at the MQTT Broker (add on, tested with MQTT Explorer)
  • I see a disconect in the log file of the broker
2024-01-11 00:56:39: New client connected from 10.0.1.200:46643 as owl2mqtt client (p2, c1, k60, u'XY').
2024-01-11 00:58:12: Client owl2mqtt client has exceeded timeout, disconnecting.

Maybe you could help me to get it run. Thanks. Here is the owl2mqtt.conf (XY=I have changed here)

[global]
debug = 1
[owl]
owl_port = 22600
owl_group = 224.192.32.19
owl_listen_ip = 10.0.1.200
owl_multicast = 0
[mqtt]
address = 10.0.1.200
port = 1883
username = XY
password = XY

Thanks for helping

Sorry for the delay. Do you try to activate multicast option? Can you provide a sample of the command (let it run for 5 or 10 minutes):

tcpdump -nn port 22600

Thanks