I am running zigbee2mqtt and mosquitto broker integration and I have recently added a couple of IKEA FYRTUR blinds. I can clearly see them in the zigbee2mqtt web UI and it shows a few exposed things:
I have tried looking through the zigbee2mqtt docs and forums, but I feel as the position is readable as an attribute that’s not where the problem lies. I think it might be a bug in the mosquitto integration that causes it to be created correctly, but I am not sure.
Does anyone have an idea to what can be the problem? Or can guide me to how I can add the entity to the devices manually?
I have a similar issue but in my case I dont see the cover. entity either!
I only see battery and linkquality entities. In the zigbee web UI I see the everything, but since home assistant does not recognize any cover I can´t program any action.
Regarding the covers I have realized that E1757 is for 140cm and E1756 is for 120cm. Is home assistant able to pair both of them?
I have this issue too and will add the template sensor to the configuration.yaml when I get a chance.
My question is, will this allow me to pass a state_OPEN or state_Position JSON to an entities node in node red? - Currently, I’m having to send a msg.payload of what I want the blind to do to a MQTT Out node to get it to work for me.
Sorry if it is a silly question but I’m only 2weeks into home assistant. With no coding/programming experience lol.