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

expose Boost_Mode for thermostat #373

Closed
Feuer-sturm opened this issue Jan 29, 2025 · 2 comments
Closed

expose Boost_Mode for thermostat #373

Feuer-sturm opened this issue Jan 29, 2025 · 2 comments
Assignees
Labels
backend/matter issue is relevant for backend/matter fixed issue is fixed and can be retested

Comments

@Feuer-sturm
Copy link
Collaborator

matter 0.4.11

HMIP Thermostat supports BOOST_Mode which opens the thermostat to 80% for 5 minutes.
Please expose boost mode for thermostat

hm-rpc.0.00201A4997816C.1.BOOST_MODE

{
  "type": "state",
  "common": {
    "name": "HmIP-eTRV-B 00201A4997816C (vorne Treppe):1.BOOST_MODE",
    "def": false,
    "type": "boolean",
    "read": false,
    "write": true,
    "role": "switch.mode.boost"
  },
  "native": {
    "MIN": false,
    "OPERATIONS": 6,
    "MAX": true,
    "FLAGS": 1,
    "ID": "BOOST_MODE",
    "TYPE": "BOOL",
    "DEFAULT": false,
    "CONTROL": "HEATING_CONTROL_HMIP.BOOST_MODE"
  },
  "from": "system.adapter.hm-rega.0",
  "user": "system.user.admin",
  "ts": 1631905471611,
  "_id": "hm-rpc.0.00201A4997816C.1.BOOST_MODE",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}
@Feuer-sturm Feuer-sturm added the backend/matter issue is relevant for backend/matter label Jan 29, 2025
@Apollon77
Copy link
Collaborator

Apollon77 commented Feb 1, 2025

Boost (ioBroker Device -> Matter) comes in 0.4.12

@Apollon77 Apollon77 added the fixed issue is fixed and can be retested label Feb 1, 2025
@Feuer-sturm
Copy link
Collaborator Author

implemented and working with 0.4.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend/matter issue is relevant for backend/matter fixed issue is fixed and can be retested
Projects
None yet
Development

No branches or pull requests

2 participants