The internal temp sensor is not working, sending a static value way above actual room temp (26,2C). Using the built-in temp offset feature I’m able to affect the temp reading but it’s still static and still wrong (also the offset value is not 1:1 to the temp reading)
I was not too concerned as I was planning on using an external temp sensor anyways, using a script and automation based on this principle: Danfoss Ally TRV working with remote temp sensor
Unfortunately I’m unable to send any temp value to the Zigbee cluster. Target temp, mode, etc. works without any issue but no success with temp. I’m using the following settings:
Cluster: ZONNSMARTManufCluster (Endpoint id: 1, Id: 0xef00, Type: in)
Cluster attribute: ZONNSMARTManufCluster (Endpoint id: 1, Id: 0xef00, Type: in)
Did some more testing. Updating temperature offset (with same offset each time) will update temperature in HA. I brought the TRV outside, then back inside and updated offset again and again. Each time the temperature was updated, see screenshot.
In other words it seems like the TRV is working as it should but for some reason the only way of getting the temp reading to HA seems to be to update temp offset. Still no luck sending values to the TRV.
I’d really appreciate any help, input or just a link to where I can read up on how ZHA quirks configs work.
This TRV has special online mode, when activated it publishes for ca 1 minute all parameters inclusive room temperature. The problem is I cannot activate it from zha. In Z2M it works without a problem, but when I’m publishing the same value to the same dp from zha, the trv just ignores me.
So do I understand you correct?
The Device “knows” the correct Temperature but is only unable to send the correct value to HA?
I mean can I expect, that the Device will work correctly even though it shows a static/incorrect value?
Mine is showing 19.6°C all the time.
So if this is the Temperature which is being measured by the Device itself, it cannot work correctly.
But if I understood you correctly only HA shows an incorrect/static value while the Device “knows” the correct one.
If this is the case, we “only” have an optical Issue and not a “technical”…
It’s not nice, but I could live with that (for now).
The device won’t publish any data unless it needs to. From HA 2022.3 there is a new on_off switch which has reversed polarity (normally on, after turning off it will go back to on). This activates the online mode, in which the device will publish current temperature. Call it periodically from automation.
Hi, this sounds exactly like what I’m looking for. Could you be please more specific about how to achieve this, as I’m pretty much new with a home assistant?