Hi guys, I need some info to better understand how HA works with modbus.
Hi have 7 different convectors and I’ve correctly integrate the temperature reading using sensors and errors using binary following the official HA modbus guide
Now I’d like to work with them using the climates, but it doesn’t work because it seems that there is an error parsing the yaml causing that the entity doesn’t appear.
I’m using a plitted conf. so I’ve have an entry of my modbus.yaml:
I suppose that the problem is the input_type. In fact only the temp is an input register, the others have to be holding, but it seems that I cannot duplicate input_type.
How can I manage registers coming from input and holding?
Solved again… I have to enable the write multiple registers.
Now the basic functionality is gone…
The last problem is that my convector has different registers to set the target temperature: one for heating mode, one for cooling and one for auto.
Can i use template for that, in your opinion? If yes, how…
latest version of the modbus integration allows the correct management of such kind of fancoils. I have personally worked on it.
Which is your problem?
I have created scripts for every kind of actions (turn on, turn off, heat mode, cool mode, dry mode, fan speed 1, etc…). I control them as a kind of virtual remote to send commands but it’s not pretty reliable. Sometimes they randomly turn on and back off without doing anything.
I’ve updated yesterday to the latest version of HA and now the modbus sensors of the fan coils are constantly unavailable. They get read correctly for a couple of minutes and then they become unknown periodically.
Could you please attach me your config for a fancoil?
I’ve tried updating to the latest Core version but I’m having problems with the Modbus integration which makes sensors unavailable for the most part of the time.
Rolled back to 2024.2.5 and my sensors work fine again BUT I’ve also created a climate entity like yours which displays correctly the status of the fantail but it can control it.
If I send commands from my scripts the fancoil changes statuses, modes and speeds but if I try from the climate entity nothing happens.
Can you please give me your entity config as we have the same fancoil? Maybe I’m wrong on something…
Thank you very much!!
The only limitation is that Skudo uses different registers for AUTO, one for heating and one for cooling. HVAC mode of Home Assistant has not this feature, so I’m using only heat/cool mode and it is enought for me.
NOTE that using multiple addresses ofr the target_temp_register is available from the 2024.3, so if you don’t want to update, you have to replace this target_temp_register: [28312,28310,28310,28310,28311,28311,28311] with a single value.
I made some modifications with all the specs for the IdealClima fancoil.
My model is Ikaro but I think it’s the same of your Skudo as registers seem to be the same.
Everything works perfectly except for the “Fan only” mode which is written on the fancoil docs but actually it refuses to write 3 on the register and instead it goes to dry mode.
I have both of them, Skudo/Ikaro and Ikaro is a little bit different.
As first thing, my manual describes few registers compared to Skudo, but the most important behaviour is that to start it you have to put the climate to on and soon after put the fan to low at least. Skudo doesn’t require that because I can keep memorized the fan value changing only on/off.
Moreover, the modbus connection seems to be less stable than Skudo and I observe random ignitions after power loss…
Is your experience different from mine?
Hi guys, what a life savers you are!
I have 1 Skudo and 5 Ikaro (but just one Ikaro connected so far).
Skudo configuration works smoothly, while Ikaro doesn’t.
Basically i can’t turn it on. it just doesnt work.
I feel that is not something related to HA, because even running modbus command from cli doesn’t turn it on (like i 0x10-write 1 on register 28301).
did you have same issue?
my current configuration is:
As first thing, my manual describes few registers compared to Skudo, but the most important behaviour is that to start it you have to put the climate to on and soon after put the fan to low at least. Skudo doesn’t require that because I can keep memorized the fan value changing only on/off."
this is actually the same behaviour, and acting like this works.
in addition to the fancoil i also have a dry contact switch to poweron the heater, i think its the same for you. how do you manage this integration?