You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that if the load estimate goes over 2000 it is not possible to send the correct average to the TRV's which might be affecting the load algorithm.
The text was updated successfully, but these errors were encountered:
Currently the maximum value of the Danfoss TRV Load Room Mean is set to 2000. As can be seen below.
https://github.com/Koenkk/zigbee-herdsman-converters/blob/47f56c19a3fdec5f23e74f805ff640a931721099/src/devices/danfoss.ts#L108C51-L108C55
Based on the documentation here https://assets.danfoss.com/documents/202524/AU417130778872en-000101.pdf we are supposed to set this value to an average that is calculated based off the Load Estimate which has a maximum value of 3600.
This means that if the load estimate goes over 2000 it is not possible to send the correct average to the TRV's which might be affecting the load algorithm.
The text was updated successfully, but these errors were encountered: