-
Notifications
You must be signed in to change notification settings - Fork 7
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
Attributes not visible in Home Assistant #51
Comments
Hi @allgrinder, Can you give a bit more details on what you did step by step? Did you see any BUS messages? |
Ah sorry, that was my mistake. GDoor changed to {"action": "BUTTON_RING", "parameters": "0360", "source": "A286FD", "destination": "000000", "type": "OUTDOOR", "busdata": "011011A286FD0360A04A"} Apparently, the parameter is crucial... but I’m not receiving any parameter. Also, the examples for typical use cases are not working either... I keep getting the message "shell command not found," which is surprising to me. |
I can not comment on HA (I'm a OpenHab user ^^).
You received them :-)
"parameters" = "0360" The parameters field has a different meaning for different bus actions. |
If you do not receive anything, you may want to try http://mqtt-explorer.com/ to "listen" to the GDoor ---> HomeAssistent communication. So we can avoid that HA is hiding the GDoor message from you somehow. |
This may indicate that you do not receive any events? The "IDLE" is from GDoor itself and only a kind of keepalive ("I'm here") packet. You should receive events, when you do something with the bus e.g. press the door button on the outdoor station. For testing, you can also use the light button on the indoor station. This is often easier to reach ;) If you do not receive any bus message, we need to investigate further:
|
Hm, I'm no HA user. Can you click on it and get more details, (meaning the raw message)? Otherwise we need another HA user here to support a bit - but seems solvable 👍 |
All good! Thanks for your support. My post with the screenshot at 17:14 shows the details of a Button Ring. Once I’m home and have some time, I’ll install the Explorer. |
The screenshot at 17:14 is an IDLE message, no BUTTON_RING ? This is why the parameter is empty in this mentioned image :) |
Yes, that confuses me as well… I click on the corresponding event, and it only shows Idle. |
The ticket can be closed. I can control the door via MQTT and receive a notification when the doorbell rings. That was my goal, and it works! Thank you for your help! |
Did you check the Logbook in HA? Its enabled by default and usually doesn’t need to be configured. There you should see all events including details. |
Reopening this as we indeed have 2 problems here - I didn't notice them so far as I was mainly using the serial integration:
Suggestions:
Any opinions? I'd vote for C) and/or B) + E). |
Yes, @jschroeter is right... it is indeed a bit confusing. But once you're aware of the peculiarity, you can deal with it. I can control the door, receive signals, and perform actions... so I'm very satisfied :) But C is probably pragmatic. |
Hey,
unfortunately, I can't retrieve the BUS-ID as described in the documentation, so I can't control the door via Home Assistant. What am I doing wrong?
Best regards,
The text was updated successfully, but these errors were encountered: