-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovery issue since inception panel timeout #11
Comments
An update: went back to HA 2023.7, no change. Removed MQTT from HA, deleted the When first set it up everything was auto-discovered in HA and it's worked so well up until 3 days ago. Really stumped as to why this is not working now. |
Hey Jason, Just so I can understand this correctly, are you saying that when you restart the inception controller, the integration stops working as expected in HA? Does restarting the container fix the issue? If so, it may be that it doesn't auto-reconnect to the Inception REST API after the connection is terminated. |
Hi Matt, Using MQTTExplorer I could/can see your addon pulling all the doors/locks/sensors/etc. from Inception into MQTT (as per last screenshot above), and the device states updating based on activity, but at the time at most only 3 devices would be discovered by HA (second last screen shot), and they wouldn't work in HA (wouldn't update state, could not control them). Have you seen anything like this before? I ended up creating all Inception/MQTT devices manually, and that's how it's been working since. And it's working well ...except for the thousands of errors from the MQTT Alarm Panel state missing, even though retain is set to true??? mqtt:
- alarm_control_panel:
- unique_id: d06208e1-4d33-4f29-9b45-1ee74ff49f5e
name: "Office"
state_topic: "inception/alarm_control_panel/d06208e1-4d33-4f29-9b45-1ee74ff49f5e"
command_topic: "inception/alarm_control_panel/d06208e1-4d33-4f29-9b45-1ee74ff49f5e/set"
value_template: "{{ value_json.state }}"
availability_topic: "inception/available"
payload_arm_away: "arm"
payload_disarm: "disarm"
code_disarm_required: false
code_arm_required: false
retain: true
|
Thanks for this project Matthew, it's been working great for months!
After updating HA to 2023.8.3 though, noticed the Inception Panel was not responding to inspection-mqtt with timeouts reported in the logs. A restart of the inception panel fixed this, but the devices in HA are still offline. Seems unlikely related, but any ideas or anything you can point me to, please?
The
inception
topic_prefix updates when opening doors etc as expected, so inception-mqtt container is working:But the only devices working in Home Assistant now are the three listed under the
homeassistant
topic_prefix - why only three? Or why isn't HA's autodiscovery reading the inception topic_prefix?i.e. only warehouse still works, not office:
And neither of these work in HA now:
Is it possibly related to the MQTT Name changes in 2023.8 affecting discovery? Except I was running 2023.8.1 or .2 before the latest update. 🤷♂️
inception-mqtt
configuration.yml
PS Sorry it's taken an issue to say thanks. :)
The text was updated successfully, but these errors were encountered: