-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
The operational status of Hot water is not shown in this API nor in ha-thermia-heat-pump-integration see issue Bug #124.
After troubleshooting with the python-thermia-online-api I noticed the following:
- In Thermia Online: Hot water is shown as running
- The API shows Cooling is running instead of Hot water
So it seems the operational status is not working correctly in this API and in the HA integration.
Thermia Legend heat pump is used.
Terminal output:
Operational status
Running operational statuses: ['COOLING', 'RADIATORPUMP', 'BRINEPUMP', 'COMPR']
Available operational statuses: ['HEATING', 'HOT_WATER', 'COOLING', 'RADIATORPUMP', 'BRINEPUMP', 'COMPR']
Available operational statuses map: ChainMap({1: 'COMPR'}, {2: 'BRINEPUMP'}, {4: 'RADIATORPUMP'}, {8: 'COOLING'}, {16: 'HOT_WATER'}, {32: 'HEATING'})
Expected Behavior
"Hot water operational status" should be shown as running instead of "Cooling operational status"
Debug File Data
Screenshots from Thermia Online web interface
No response
Please check the following before opening a new issue
- I have checked and am running the latest version of the package
- I have checked and the issue I am reporting is not listed under the common issues section in README.md, or the fix listed there does not work
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working