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

Bosch Thermostat 2 - BTH-RA - valve_adapt_process #2178

Open
mhoster83 opened this issue Aug 7, 2024 · 5 comments
Open

Bosch Thermostat 2 - BTH-RA - valve_adapt_process #2178

mhoster83 opened this issue Aug 7, 2024 · 5 comments

Comments

@mhoster83
Copy link

Hello erveryone,
I successfully paired my Bosch Thermostat 2 and can controll everything unless the valve_adapt_process.
Anyone has a solution available?
Thanks

@asgothian
Copy link
Collaborator

Please describe

  • what do you expect to happen ?
  • what are you trying
  • what is happening

A.

@mhoster83
Copy link
Author

mhoster83 commented Aug 8, 2024

what do you expect to happen ?
I expect, that the valve adaption starts if the status is "ready for callibration" is

what are you trying?
Triggering the valve calibration/adaption

what is happening?
No reaction of device

@asgothian
Copy link
Collaborator

  • When you write "you are trying to trigger the calibration/adaption"
    -- what exactly are you doing.
    -- Do you see any nessages in the iobroker log ?
    -- is the change in the state "acknowledged" ?
  • Please add the ieee Address of the device to the state zigbee.x.info.debugmessages, where x is the number of the relevant zigbee adapter instance (i.e. 0,1,2), and then retry. You should be seeing warning messages in the log with the keyword ELEVATED, noting 4 events:
    -- ELEVATED: User stateChange - these are generated when the iobroker changes the value of a state due to user or script action
    -- ELEVATED Change state 'brightness_rgb' - these are generated by the adapter to note that a state change was sent to the zigbee device
    -- ELEVATED publishToState: message received - these are generated when the adapter receives a message from the device
    -- ELEVATED publishToState: value generated - these are generated when the adapter changes the value of a state.
    The msg_from_zigbee state is excluded from these messages.

Note that you can also attempt to trigger the action using the sendPayload state by entering payloads as described in the zigbee2mqtt device description.

A.

@mhoster83
Copy link
Author

First of all, thank you very much for looking into this topic.

When you write "you are trying to trigger the calibration/adaption"
-- what exactly are you doing.
I change the marked status to true
image
-- Do you see any nessages in the iobroker log ?
Yes I get the error "Send command to 0x18fc2600000d0e8b failed with no error code (undefined)"
-- is the change in the state "acknowledged" ?
no

Please add the ieee Address of the device to the state zigbee.x.info.debugmessages, where x is the number of the relevant zigbee adapter instance (i.e. 0,1,2), and then retry. You should be seeing warning messages in the log with the keyword ELEVATED, noting 4 events:
-- ELEVATED: User stateChange - these are generated when the iobroker changes the value of a state due to user or script action
-- ELEVATED Change state 'brightness_rgb' - these are generated by the adapter to note that a state change was sent to the zigbee device
-- ELEVATED publishToState: message received - these are generated when the adapter receives a message from the device
-- ELEVATED publishToState: value generated - these are generated when the adapter changes the value of a state.

I got:
2024-08-08 15:03:10.051 warn ELEVATED Change state 'valve_adapt_process' at device 0x18fc2600000d0e8b type 'BTH-RA'

2024-08-08 15:03:10.059 error Send command to 0x18fc2600000d0e8b failed with no error code (undefined) The msg_from_zigbee state is excluded from these messages.

I sucessfully changed the display brightness and got this message
2024-08-08 15:05:13.18
warn ELEVATED Change state 'display_brightness' at device 0x18fc2600000d0e8b type 'BTH-RA'

Note that you can also attempt to trigger the action using the sendPayload state by entering payloads as described in the zigbee2mqtt device description.

I tried that with {"valve_adapt_process": true} and got the same error message.

@mhoster83
Copy link
Author

Quick Update: I got it working directly with MQTT2Zigbee

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

No branches or pull requests

2 participants