Skip to content
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

Add inside room temperature #13

Merged
merged 3 commits into from Feb 23, 2022
Merged

Add inside room temperature #13

merged 3 commits into from Feb 23, 2022

Conversation

MyForest
Copy link
Owner

@MyForest MyForest commented Feb 21, 2022

As suggested by mjr:

https://community.openenergymonitor.org/t/heat-pump-experimentation-app-release-news/13423/19

it would be nice to include the indoor temperature too. I'm going with their suggestions for naming and coloring so this merges well with their personal setup.

The autoname of RoomTemperatureZone1 will cause it to tie into the device info included along with this application, but notably a user can choose a different feed if they wish by using the application configuration icon which is a wrench in the top right corner:

image

As suggested by mjr:

https://community.openenergymonitor.org/t/heat-pump-experimentation-app-release-news/13423/19

it would be nice to include the indoor temperature too. I'm going with their suggestions for naming and coloring so this merges well with their personal setup.
This will allow it to be consumed by the MMSPHeatpump app with common behaviour wherever it is used.

The autoname of `RoomTemperatureZone1` matches the attribute name used in the device info.
@MyForest
Copy link
Owner Author

The RoomTemperatureZone1 feed is already included in the device configuration:

"name": "RoomTemperatureZone1",

so we can simply incorporate it into the UI.

@MyForest
Copy link
Owner Author

Here is the RoomTemperatureZone1 feed appearing in the Space Heating chart as Inside:

image

@MyForest
Copy link
Owner Author

Merging after mjr code review.

@MyForest MyForest merged commit 90de65e into master Feb 23, 2022
"RoomTemperatureZone1": {
"displayOptions": {
"label": "Inside",
"color": "purple"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add "fixed" : 1 here so that temperature is rounded to 1 decimal place.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and the same in "TargetHCTemperatureZone1" too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants