twocolors / node-red-contrib-esphome

Node-RED nodes to ESPhome devices
MIT License
18 stars 5 forks source link

Node change nothing on HA or ESP #35

Open ThorPrez opened 6 months ago

ThorPrez commented 6 months ago

I´m giving a set value of 0-100 for fan control (speedlevel; 100) to the input and nothing happens on HA. The feedback of the input is the last value on HA. If I´m changing set value in HA the input is giving the right feedback. The output of ESP is only changing when I´m setting anything on HA, but not in Node-Red.

Seems to be a problem with write protection.

With kind regards, Thorsten

twocolors commented 6 months ago

hi , i not use HA and not can repeat this, if you use HA mb try node-red-contrib-home-assistant-websocket

ThorPrez commented 6 months ago

Hi. I´m actually using the websocket because ESP addon is not working. Wanted to send signals directly to the ESP and not with HA between. I cannot disable the entity, because than I cannot read it.