Skip to content
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

Zigbee2Mqtt Topic stopped working after 18.1.1 update #1964

Open
Marcos-kp opened this issue Oct 3, 2024 · 5 comments
Open

Zigbee2Mqtt Topic stopped working after 18.1.1 update #1964

Marcos-kp opened this issue Oct 3, 2024 · 5 comments

Comments

@Marcos-kp
Copy link

Marcos-kp commented Oct 3, 2024

Problem/Motivation

All my Zigbee buttons that have a mqtt node stopped working.

Expected behavior

When a button is pressed, I expect an action to appear in Node-red trough the mqtt node.

Actual behavior

Nothing happens, no output at all. When listening to events in HA, I get:
event_type: state_changed data: entity_id: sensor.botao_escritorio_action old_state: entity_id: sensor.botao_escritorio_action state: single attributes: icon: mdi:gesture-double-tap friendly_name: Botão Escritório Action last_changed: "2024-10-03T17:11:06.599855+00:00" last_reported: "2024-10-03T17:11:06.599855+00:00" last_updated: "2024-10-03T17:11:06.599855+00:00" context: id: 01J99NT9K71DGK3F56MDYJDPFG parent_id: null user_id: null new_state: entity_id: sensor.botao_escritorio_action state: "" attributes: icon: mdi:gesture-double-tap friendly_name: Botão Escritório Action last_changed: "2024-10-03T17:11:06.601384+00:00" last_reported: "2024-10-03T17:11:06.601384+00:00" last_updated: "2024-10-03T17:11:06.601384+00:00" context: id: 01J99NT9K978F00V8XEEC4JDG0 parent_id: null user_id: null origin: LOCAL time_fired: "2024-10-03T17:11:06.601384+00:00" context: id: 01J99NT9K978F00V8XEEC4JDG0 parent_id: null user_id: null
Logs:
3 Oct 14:33:32 - [error] [api-call-service:Desliga Luz Escritório] InputError: Invalid action format: single 3 Oct 14:33:33 - [error] [api-call-service:Liga Luz Escritório] InputError: Invalid action format: double 3 Oct 14:36:46 - [error] [api-call-service:Desliga Luz Escritório] InputError: Invalid action format: single
Also looking at the Mqtt integration I see the action when pressing the button.

@gregolin
Copy link

gregolin commented Oct 3, 2024

The same here, with a response from a Yale device (door lock). It returns:

action: "unlock"
action_source: 2
action_source_name: "manual"
action_user: 0
auto_relock_time: null
battery: 100
battery_low: null
linkquality: 120
lock_state: "locked"
pin_code: null
sound_volume: null
state: "LOCK"

and I receive error message about the "action" node, and I really don't know how could I fix it (should be fixed in the Z2M? In the Node Red add-on?)

"InputError: Invalid action format: unlock"

@dacorde
Copy link

dacorde commented Oct 3, 2024

Issue I reported looks to be the same.
#1959 (comment)

@Marcos-kp
Copy link
Author

Just confirming that rolling back to 18.0.5, things work again. I also had an issue where I wasn't able to interact with inject nodes.

@gregolin
Copy link

gregolin commented Oct 9, 2024

Hi everyone.
Any news here?

@Dodoooh
Copy link

Dodoooh commented Oct 14, 2024

Just confirming that rolling back to 18.0.5, things work again. I also had an issue where I wasn't able to interact with inject nodes.

does it look like this?
#1962 (comment)

and has anyone found a workaround? 18.1.1 does not seem to work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants