-
Notifications
You must be signed in to change notification settings - Fork 44
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
RoomStat and iTRV temperature #211
Comments
The roomstat temp is still available on the roomstat signal entity as an attribute (providing you are on v3.0.18). Not the most obvious place but where it was previously. It may change in future versions. The TRV temps are not attributes on the trv signal but we could add in next release (think only applicable if more than one device in a room) |
Makes sense to put it on the trv signal.. Marking as ENH, may do this later |
Regarding the temperature in the iTRVs, it seems to me that it is supplied by the thermostat to which it is linked, the iTRV modules do not have their own temperature measurement system. |
yes, thats how we see it working. If the iTRV is not linked to a roomstat then it will report the temperature at the trv, if there is a linked roomstat then yes the room temperature is from the roomstat |
I'm trying to establish the difference between iTRV measured temp, and the more accurate measurement from a room stat.
Prior to v3 the roomstat temperature was available separately from the room (although I don't recall if the figures were different, or if the iTRV temp was available).
It would be useful to be able to access each iTRV measured temperature, the room stat measured temperature, and the calculated temperature for rooms with multiple devices capturing the temp in order to see if there is a significant difference. This would help with calibration, if there is indeed a need for it.
The text was updated successfully, but these errors were encountered: