I have a couple Aeotec quad remotes in Homeseer which I'm using node-red to control
.
If I press scene 1 then run the report i get the last_change, however if I press scene 1 again and report again the last change value does not update.
I have the config set in homeseer to always update last change:

Homeseer does update when I press the same scene button but node-red doesn't receive/ignores that update so I'm not able to chain button actions.
Ideally I'd like to do things like "double click" or to enter custom codes to be able to expand the usefulness of the remote.
From what I see in the node-red-homeseer source code it looks like the webhook still only sends a devicechange event on status change even if the Last Change Time Updates on Status Change Only is unchecked.
Is this something that could be changed to always send a hook event?
If I press scene 1 then run the report i get the last_change, however if I press scene 1 again and report again the last change value does not update.
I have the config set in homeseer to always update last change:
Homeseer does update when I press the same scene button but node-red doesn't receive/ignores that update so I'm not able to chain button actions.
Ideally I'd like to do things like "double click" or to enter custom codes to be able to expand the usefulness of the remote.
From what I see in the node-red-homeseer source code it looks like the webhook still only sends a devicechange event on status change even if the Last Change Time Updates on Status Change Only is unchecked.
Is this something that could be changed to always send a hook event?
Comment