After a recent update H device command s send the same command twice
Hi.
I noticed some of my code was rewritten and Node-RED failed to start before manually renaming the H device command nodes to the new shorter name by editing the flows file. I agree the new name is better but it was still quite a breaking change.
But I noticed another issue after upgrading. The command nodes now send each IR command twice. So for for example if I try to put my cooling fan to oscillate, it just twitches a bit as the oscillation is turned off almost immediately. Similarly fan speed changes two steps on a single action.
I tried the same commands using the Harmony Hub app but had no issue there. Could some of the recent changes done this or is a configuration change needed?
The breaking change was noted in the release notes, unfortunately it couldn't be avoided in the new design.
On sending the command twice: there was a bug previous to version 1.2.5 that sent the command twice. Do you have the issue in the latest version still?
If it was released after my report then its possible, I'll comment when I get the chance to try (away from home a couple of days).
@Aietes Sorry it took this look to respond. Almost forgot this as I haven't used the devices I had this issue (fan, A/C unit - damn autumn!). I was running 1.2.5 and now upgraded to 1.2.6. Both versions still suffer from the bug. The nodes are configured with repeat value 1 (which according to the help should send the command once).
Are there any debug prints I could enable to help troubleshoot the issue?
@Aietes Any update on this?