windkh / node-red-contrib-grohe-sense

Grohe sense/guard nodes for node-red.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception when trying to command Grohe Sense Guard

petitpiton opened this issue · comments

Using this node in Home Assistant, the note returns the correct status information when I inject a timestamp. However, when I try to send a command to open or close the valve an exception is generated as follows:

Caught exception:
TypeError: Promise resolver undefined is not a function
when processing message:
{"_msgid":"d88c4bd403322916","payload":{"command":{"valve_open":false},"type":103},"topic":""}

what version do you have?

Maybe you send me your flow so that I can crosscheck

what version do you have?

I have version 0.5.4

Maybe you send me your flow so that I can crosscheck
flows.txt

I found something... thanks for reporting. Will release a new version asap.

0.6.0 should fix this. Sorry but with the last commit some changes were not pushed before making the release

0.6.0 should fix this. Sorry but with the last commit some changes were not pushed before making the release

I can confirm it's working for me with 0.6.0. Thank you.