Water Heater appliance #135

Open
VadymMelnychuk wants to merge 4 commits from VadymMelnychuk/main into main
VadymMelnychuk commented 2023-12-03 17:26:12 +01:00 (Migrated from github.com)

Added Water Heater Appliance

appliance_model_id: '265'
appliance_type: 'WH'

Supported functions

  • On/Off switch
  • Change mode: Eco, Max, BPS (entity type: select)
  • Set Target Temperature (entity types: select, number)

Sensors:

  • On/Off binary state onOffstate
  • Target temperature tempSel
  • Mode machMode
  • Current Temperature temp
  • Temperature in first tank tempZ1
  • Temperature in second tank tempZ2
  • Smart Test Status smartTestStatus
  • Anode Maintenance Status anodeMaintenanceStatus
  • Tank Maintenance Status tankMaintenanceStatus
  • Heating Status heatingStatus. Note: it's different to on/off state
Added Water Heater Appliance ``` appliance_model_id: '265' appliance_type: 'WH' ``` Supported functions - On/Off switch - Change mode: Eco, Max, BPS (entity type: `select`) - Set Target Temperature (entity types: `select`, `number`) Sensors: - On/Off binary state `onOffstate` - Target temperature `tempSel` - Mode `machMode` - Current Temperature `temp` - Temperature in first tank `tempZ1` - Temperature in second tank `tempZ2` - Smart Test Status `smartTestStatus` - Anode Maintenance Status `anodeMaintenanceStatus` - Tank Maintenance Status `tankMaintenanceStatus` - Heating Status `heatingStatus`. Note: it's different to on/off state
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin VadymMelnychuk/main:VadymMelnychuk/main
git checkout VadymMelnychuk/main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xiconfjs/hon#135
No description provided.