stove UNICA NOBIS FIRE not climate ma number
Closed this issue · 7 comments
hi, I've a questions..
Is possible to have a number.stufa_salotto_vent_rear? now I have only climate:stufa_salotto_vent_rear but i cannot use to set in node red fan speed. in nodered..so if there are both one and the other it would be better
thanks
Hi! You can call the action climate.set_fan_mode from Node-RED. As target use your climate.stufa_salotto_vent_rear
.
okey...just do it (i don't know what.. but I deleted and remaked the node and work fine)...now another question for you...please..
do you have a list of all the states and all the attributes of all the entities of the unique micronova nobis? Because I often can't figure out how to configure the nodes. for example: if I go into the entity's history, if you select the wood reserve it tells me the state is "ok" (I imagine it means that the wood is sufficient) but when it enters the wood reserve, how does the status change? So I would like a list for all the other entities too if possible thanks
I added them in 0.6.0
Btw, wood reserve is a binary sensor so you can just use on
or off
I have searched and searched in every way to find a way to find by myself all the states and attribute names that an entity can have.For example also of all the entities of your work. I still don't understand how to use many of them because I don't know what states or attributes they can take on. Is there a way to figure this out?
Usually you can find this in documentation. Since the states for this integration are dynamic and differ per stove I added them to the extra attributes for you, where applicable.
But when I open the door it doesn't start the routine immediately but after about 10 seconds or more. I don't understand if it's a problem with the entity, if it's a problem with my home assistant server, if I'm doing something wrong in writing the routine.
This integration (just like a majority of the integrations) relies on cloud polling for getting updates. This polling happens every 5 min. Which means worst case there is a 5 min delay between you opening the door and AL16 alarm happening. There is no way to make this faster since this will overload the cloud endpoints.