-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[shelly] BLU HT - sensor channels missing #16736
Comments
I found out that some sensor id definitions were incorrect and some were missing. Based on the documentation at: the definitions should be adjusted: Typo in line "BTH[0x43] = { n: "UVIndex", t: uint8 };" --> wrong ID, should be 0x46. According to Shelly documentation above, BLU HT uses the following ID's for the temperature and humidity sensor:
These two must be added to the script. The sensors are then recognized and the two missing channels are generated by the binding. In addition, the other definitions should also be checked. For example, the factor for sensor 0x51 "Acceleration" is 0.01, which differs from the documentation. Here 0.001 is specified. |
yes, you are right try this build |
…enhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com>
verified @ijasan |
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com> Signed-off-by: Paul Smedley <paul@smedley.id.au>
…enhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com> Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <markus7017@gmail.com>
Binding version: SNAPSHOT 4.2.0.202404071245
The BLU HT device only shows the standard channels after discovery. The temperature and humidity sensor channels are not generated.
The log file from adding the device:
openhab_BLU_SBHT.log
The script console output on the gateway device shows when BT button is pressed:
BTH: unknown type
The text was updated successfully, but these errors were encountered: