-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saving mode (modalità risparmio) stufa unica 10 #179
Comments
The |
and isn't there a way to simulate this? |
alternative but very imaginative solution would be to disconnect the external thermostat that goes to my thermostat and connect it to an intelligent switch controlled by the home assistant... when I want it closes the contact and triggers the thermostat on or opens the contact and triggers the thermostat off...so with a routine I can take control |
Hi, also owner of an unica 10 (and participate to wood mode handling in the integratiln). Even in the wood working mode the stove will go in RIS state when the temperature measured by the navel reach the target temperature. You could not set it manually. In wood mode, the power mode will mainly act on the fan (and consecutive noise...). It's not clear for me if it also act of on wood combustion (maybe by increasing air in-out to increase or decrease burning). The integration provides 2 different power entity : one wood power, one for pellet power. At least it should, as i'm not up to date maybe a recent update broke something. |
-----iit would have to be, or absolutely find a way to do it, or request it because it is not possible not to be able to do it at wil
**-..Yes, in the manual it says that it further reduces the air intake.
I don't see that |
You can put the stove in RIS mode with the external thermostat? I guess that would be the same as my stove going in ECO mode. I cannot manually put it in ECO mode, but once it reached the desired temperature it will do so automatically. This integration is not a replacement for the internal (or external) thermostat of the stove. It allows you control just as with the remote or app. I bet you cannot put it in RIS mode with those either. (I would love to implement it for you, but the API doesn’t support it) If you have a hybrid stove you should see pellet and wood power. Can you maybe send a screenshot? |
For out of wood detection in RIS mode, we could hope that a firmware update from nobis could improve things in the future. My stove received a firmware update during last anual maintenance by my stove supplier, and i see correction and improvements on problem that i have indicated to them. I have one of the first unica A10 installed in France... (maybe the first one). I also thought about using an external thermostat, but considering that i'll lose optimised logic (eco and ris mode) i gave up. For RIS mode is more complex as we could not set power to RIS. |
I tried. I suspected it was exactly as you said. |
I am in Italy, the supplier has also updated me, but the problem continues to exist, I have already tried, and it is the same. I will try to send an email to the Nobis technicians and see what they respond.
I use an external thermostat, I prefer it. I had already used it with the old stove and therefore I already had the system ready, cables and thermostat positioned in the center of the room. If I am not mistaken, the RIS function certainly also works with the external thermostat. I do not use the Eco (or comfort) because it does not seem to me to be a correct logic. the stove never goes into saving mode. or if it does, it does so for an insufficient time and with a correct logic. the right logic should be (and it is the one I will simulate with nodered: I am already doing the flow, it is very complex but I think I am right in the conclusion) the stove turns on if the temperature (I have a temperature sensor in the living room - in addition to the thermostat -) is less than 20 degrees, with power 3/4, when it reaches the temperature of 21 degrees it must go into SAVING (but since it is not possible, power 1) then if with the saving mode (or power 1) the temperature decreases or remains the same it remains on with those settings. otherwise if the temperature were to increase further up to 22 degrees, then the stove turns off and turns on again if it drops below 20 degrees, and so on. But the programming of the stove does not allow it and I have to do it with nodered.
Forgive me but I did not understand you. perhaps Vincent is able to understand you and help us. The only switch I see is the auto mode.. but I do not think it can help us.. also because I have double ducting and it still works differently. Even if it is in saving mode, but the second duct fan is active, the power remains at 3 even if the remote control says saving, the only thing the stove does is turn off the front fan but the power remains at 3 because obviously the second duct requires enough power to let out hot air. I would like to force the stove programming instead in order to save on the pellet power and manage the fans as I like. |
For the integration be able to expose an entity foe a functionality/sensor, the stove API must provides this data ("the register"). You can see examples by looking in "fixture" folder in the code of this github. I've checked the data exposed by nobis API for Unica A10 (could check fixture/nobis_hybrid) and there is a register concerning activation or not of exthernal thermostat. But it seems to be read only. I'll try to do some test tomorrow to see if i can write the register and how my stove react. |
this way it seems to be clearer, even if, honestly, not being an expert programmer (I'm old and a beginner) I don't understand everything. |
p.s. I sent an email to nobis assitance. I'm waiting for a response.even though I don't think they will. I have little confidence. |
By setting target temperature low, and deactivating the external thermostat (deactivating, not switch off), you fall back using the stove internal logic. As the temperature is low, the stove will directly go to RIS mode. |
bien sur mon ami but... how can we do it? it is difficult to find an entity that allows the exclusion of the external thermostat |
HI. I have another question (by now you must be tired of me).
in the UNICA 10 stove which runs on both pellets and wood the fire powers are respectively
ris (risparmio in Italian)-1-2-3 for wood
and ris (saving)-1-2-3-4-5-6-7 for pellets
I didn't find these values in the states, are they there but I haven't seen them? they are not here? can they be inserted?
ps. In the manual it says (for wood) that the saving (risparmio) mode is a power lower than 1
It is not specified in the pellet operation manual, so I don't know if the same thing applies to both pellets and wood, i.e. that the saving (risparmio) mode consumes less wood and less pellets.
thank you so much
The text was updated successfully, but these errors were encountered: