-
Notifications
You must be signed in to change notification settings - Fork 695
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
TS011F Plug RMS-Current wrong value #1108
Comments
Hi, I've just updated to Home Assistant Core version core-2021.11.0b0 and zha-device-handlers version 0.0.63. Mine version of the device is TS011F _TZ3000_cphmq0q7. I can see rms_voltage and rms_current in Home Assistant interface. But reported values are wrong. Voltage is constantly 0.2V when real voltage is around 220V. Current with 6-8W load shows 62A. By the way, is someone managed to change value of an attribute power_on_state (id: 0x8002) of TuyaZBOnOffRestorePowerCluster via Home Assistant interface? |
Hi, For the RMS Voltage is a #1107 Yes you can change the attribute power_on_state.
0 = off |
According to this document http://documentation.bosch-si.com/iot/SDK/v8.1/SDK_mBS_SmartHome/modules/zigbee/api/driver/constant-values.html AC_VOLTAGE_MULTIPLIER == 1536 (0x600) About power_on_state, I've done it in a wrong way, it works now. |
I think I fucked up/mixed Voltage and Current. Let me check with a custom quirk what happens when I do this: Remove
ADD
|
All supported attributes for the class: |
@PlusPlus-ua |
Gonna Close this: fixed with PR #1107 |
If you is putting in " Fixes #1108 " in the PR, then its automatically closing the linked issue then the PR is being merged. Well done !! |
@miit86 |
Same here but for TZ3000_gjnozsaz. copy and paste ts011f_plug.py to cusom_zha_quirks and modify to AC_CURRENT_MULTIPLIER = 0x0602 solves the problem |
Is your feature request related to a problem? Please describe.
This looks OK, a bit off but cheap plugs.
This is not OK.
Describe the solution you'd like
Divide RMS-Current by 1000 (I Guess)
**Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen.
Signature is OKE
Additional context
Can't find any Attributes for RMS-Current Divide
But Maybe this is not the way to go.
The text was updated successfully, but these errors were encountered: