enkama / hass-variables

Home Assistant variables component
89 stars 12 forks source link

Binary sensors doesn't work in node red #90

Closed lucode closed 11 months ago

lucode commented 12 months ago

Binary sensors having a reading issue in node red. Even I can toggle them, id I try to read one nothing happens. grafik

The issue is already visible if ones try to serach for a binary var. Usually if I type the first letters, the user interface shows correspondent entitities. Here it can't find any var binary sensors. I can paste the id in, but node red doesn't read this entitiy. grafik

If I deploy changes in node red I get an error message. grafik

lucode commented 12 months ago

Ok I think I got tricked be a node red issue. I found another binary sensor node which works and copied that one into my flow. Now it works but I can't see any different on the properties. grafik

Snuffy2 commented 11 months ago

So I don't use Node Red so I'm not quite following. Is there an issue with the Binary Sensor Variable & Node Red?

lucode commented 11 months ago

I did check it again and get the following error message now when I set up a new node. And it is not related to variables.

"Error: Server config node not found"

Node-Red can't communicate with the correspondent entity in HA because it has an issue with creating new HA servers from time to time. image Normally this does not cause issues, but this time it does. I did delete some of these servers and now the issue is gone.