I doubt faking is to blame. The boiler relay will only do what the controller asks of it. Have a look at the zone temperatures / setpoint schedule, and especially the return CV temp…
This could be anything. You simply haven’t provided enough evidence to support your hypothesis.
Have a look at a graph like the following (13_237335 is my boiler relay):
This graph will connect heat demand with TPI (on/off of relay) (assuming you don’t have an OTB)…
Also, seek to understand what your boiler will do when a call for heat is made (assuming you have a boiler)… For example, it may cut off if the return CV temp is too high (so that condensing is assured).
I understand how my boiler works and it’s opentherm so shouldn’t be cycling on and off. All zones set to 30 and rooms around 20, boiler set to highest temperature and I can hold my hands on flow and return pipe work, as soon as I unplug the ssm usb stick the boiler acts like it should and heats up and stops the cycling.
Just in case anyone’s interested, I have put together a template for the button-card custom component that displays Evohome entities in clear tiles. It’s for my own personal use but I figured I’d share it in case anyone else found it helpful. Specifically I designed it to be quick and easy to read on a mobile screen, making it obvious which zones are calling for heat and any other useful information. It pulls together the various entities that make up a zone.
I’ve added the below to my configuration file and now seem to have lots of messages in my home assistant logs, is that where I find what your looking for?
logger:
default: warn # prefer warn over info, avoid debug
logs:
# homeassistant.core: debug # to see: Event state_changed, or not
# homeassistant.loader: info # You are using a custom integration for evohome_cc...
# homeassistant.setup: info # Setting up evohome_cc
# custom_components.evohome_cc: info # use info for Schema =
# ramses_rf: debug # for engine state
ramses_rf.message: info # for MSGs received (incl. sent & subsequently echo'd)
# ramses_rf.protocol: warn
# ramses_rf.protocol.protocol: info # for PKTs sent (excl. retries) & received
# ramses_rf.protocol.transport: info # for RF Tx & Rx
# ramses_rf.devices: debug
# ramses_rf.systems: debug
# ramses_rf.zones: debug
How you get a copy of it to me depends upon what “Installation Type” of HA you are running. For example, for “Home Assistant OS”, I use the VS code add-on.
Either way, my 2nd problem, the head demand for TRVs and the Controller frequently shows “unavailable” and a bit later they again turn to normal. This is for ALL my TRVs as well as the Controller, no matter the distrance to my nanocul. Correspondingly, their graphs shows gaps, see pictures. And funny enough, all temperatures from all the STAs never show “unavailable”, their graphs have no gaps
Do you have any idea why is going on? Is there something I’m doing wrong in the configuration?
The answer is…
I have implemented ‘timeouts’ for packets, so that stale data is ignored.
An evohome system will spontaneously send I packets for all sorts of state data, and ramses_rf will augment that by sending RQ packets - the corresponding RP packets become part of the state data too.
If you stop ramses_rf from sending these RQ packets, or if there is another reason why they are not sent, then it is more likely that that state data will expire - you will see that sensor will become unavailable.
These 3150 packets should be sent at least every 20 minutes.
After the first packet was received at 00:40:59, the next packet was never received at approx 01:00:00), so the first packet expired before the 3rd packet was received at 01:20:57
Note (things have been simplified, above), the actual expiry of the packet would be as follows:
01:03:15.718 I --- 04:069003 --:------ 01:197498 3150 002 0700 # has expired (111%)
That is, packets are expired at 110%, not 200% and so this particular heat demand would be unavailable from 01:03:15 to 01:20:57.
@zxdavb i think that a fan entity the right kind of entity is for an itho fan. What are the benefits of a climate entity? What do you need for kind of logging?