Closed badnbusy closed 1 year ago
For some reason my previously working integration is now only showing the alarm panel and no sensors at all. I can manually (via configuration.yaml) map a PIR back in as a sensor, but that's not how it worked previously.
Could you post your texecom2mqtt config yaml and your mqtt config pls?
config is as basic as you can get:
host: 192.168.1.74
udl_password: "****"
and
host: mqtt://core-mosquitto
username: ****
password: ****
What about your MQTT config? Something has gone v wonky in mine :\
So, I totally wiped MQTT (Eclipse version) and reset to use 2.0.17 (as I did an update and it broke around the same time). I've forced HASS MQTT plugin to use V3 (not 3.1 or 5) and it worked. I've then put Eclipse back to latest and it's seemingly working again.
Great news for you, still not sure about my issue though 🙂
All I can say is that when looking at texecom2mqtt logs, I could see DEBUG messages it was publishing binary sensor info, but that there were no similar mapped items in MQTT :\
I was using MQTT Explorer and pointing it at my MQTT - to validate what was being received - and MQTT wasn't getting anything from texecom2mqtt
Given I'd recently updated mosquitto I thought it was worth a punt, and totally trashed my MQTT docker, and set it back up again via older version. Lo, it worked. I also wonder if the HASS DB got upset and blocked things....
If you've not updated your MQTT version recently, probably not that for you, but it's worth a check with MQTT explorer. If you can't see see /homeassistant/binary_sensor/texecom2mqtt then that's your start point!
I can see the texecom2mqttt items in MQTTT explorer so I think they are being published/received fine.
@dchesterton Any ideas? Happy to provide more detail.
Thanks
Are you getting both /texecom2mqtt and /homeassistant/binary-sensor ? The latter were the ones I was missing.
On Mon, 9 Oct 2023 at 08:28, badnbusy @.***> wrote:
I can see the texecom2mqttt items in MQTTT explorer so I think they are being published/received fine.
@dchesterton https://github.com/dchesterton Any ideas? Happy to provide more detail.
Thanks
— Reply to this email directly, view it on GitHub https://github.com/dchesterton/texecom2mqtt-hassio/issues/89#issuecomment-1752473483, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPGIY3TWQ6OQ5VEOZ54DKDX6ORRLAVCNFSM6AAAAAA5XRS2KSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGQ3TGNBYGM . You are receiving this because you commented.Message ID: @.***>
Yes, seeing both in MQTTT explorer.
I re-learnt all ricochet sensors and they now appear and work fine. Closed!
Just integrated with the texecom2mqtt using the HA add-on and although it detects the alarm, sensors and zones, only the Front Door contact sensor is changing change when I open/close... all the PIR's are just showing "clear" no matter if movement.
Is there a correct way to diagnose this, either on the Texecom Elite panel itself or via the addon?
Looking at zigbee2mqtt, the messages are being received fine:
Thanks