jheling / freeathome

Free@Home component for Home Assistant
103 stars 37 forks source link

input_boolean not working correctly #144

Closed derjoerg closed 4 months ago

derjoerg commented 1 year ago

Hi,

first of all: I LOVE this integration!

Now to my problem :)

I created an boolean input-helper in HA called: input_boolean.sleep For that helper I created an automation, which - based on on or off - do several things (like closing a shutter and turn on a light). Afterwards I exposed this helper through emulated_hue to F@H. It is shown correctly in F@H as light. I then put this "light" on my 7'- panel.

So now the following happens:

What am I doing wrong?

BTW: I have several other boolean input-helper configured to e.g. capture a F@H movement-sensor or the doorbell and they work as expected.

Thanks a lot in advance Joerg

s14r commented 1 year ago

Hi @derjoerg,

did you upgrade your HomeAssistant Core? I had the same issue after upgrading from HA Core 2022.6.7 to a newer version. There are already a few discussions around this topic:

I did downgrade to 2022.6.7 in order to make it work again.

derjoerg commented 1 year ago

Ah,

thanks for the hint.

I'm already on 2022.11.3 and using new features. So a downgrade is not possible for me.

But I will monitor these links.

SimonKbg commented 1 year ago

Same here!

derjoerg commented 1 year ago

Hi,

I finally got it to work :)

I don't use emulated Hue anymore, but the local Rest-Api with Node-Red.

It's a kind of hack, but as it uses the official APIs I think it might be a bit future-proof.