-
Notifications
You must be signed in to change notification settings - Fork 520
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
Adding Support for BLE-YL01 Waterquality tester #2020
Conversation
Cyrelion
commented
Jun 17, 2024
custom_components/tuya_local/devices/ble-yl01_waterquality_tester.yaml
Outdated
Show resolved
Hide resolved
custom_components/tuya_local/devices/ble-yl01_waterquality_tester.yaml
Outdated
Show resolved
Hide resolved
custom_components/tuya_local/devices/ble-yl01_waterquality_tester.yaml
Outdated
Show resolved
Hide resolved
custom_components/tuya_local/devices/ble-yl01_waterquality_tester.yaml
Outdated
Show resolved
Hide resolved
The only left problem is that it looks like the device isn't pushing values on a regular basis, only if you open the mobile app. Don't know if there is a switch I can enable on the device.yaml to do a regular poll |
On some other devices, users have observed that writing to any writable dp will trigger a report of all the sensor values. This seems to be what the app is doing behind the scenes. But you will probably want some kind of enable/disable on that, like the app only doing it when you are actively viewing it, as it will likely cause battery drain on the sensor. |
That doesn't work :-( |
I'm using this and the TDS is not reporting (always 0) but it's showing in the Tuya app. Anyone else? Also can we implement the Calibration button? These are the dps below:
|
I can‘t test anymore because I’ve send back the device as it only send updates when I’ve opened the Tuya app. This doesn’t work for my use-case |
105 is also missing from the current config, the name in tuya docs is "backightValue", and it has a range of 0-16M. It might be brightness for the backlight, but your log is showing 0, so maybe it is not useful. |
the backlight was off (104) when the log was captured, not sure if that made the backlight value to 0. Just tested, turned the light on and the backlight value changed to 1:
|
@Cyrelion just curious what alternative are you switching to ? the device is really unreliable today I've only added salt to the pool and now the probe is reporting 0 for pH. |
@robinhood-code No, didn't found any alternatives yet. Yes it's absolutely not useable, I'm still searching and open for suggestions. |