-
-
Notifications
You must be signed in to change notification settings - Fork 222
Version 1.2.3 Build 240617 Rel.153525
for the P110M added and renamed some fields
#1269
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
Comments
I can't say what other states there are besides |
It's worth checking if there are some clear hints in the component listing that could be used to detect what is supported. We could also just fallback and make a != normal comparison to keep it a binary sensor. |
I checked the android app code, and it seems the possible values are:
the values for |
The P110M still doesn't work in Home Assistant with the version in dev that uses 0.8.0 The device_current_consumption still shows as unavailable Is this the reason why? |
Shouldn't be. Is that the only issue? Have you checked the date and time is correct on the device? |
I've put some more info in #1243 When the power fails, the time will go out. With incorrect time everything works fine in the app and all the rest of the works fine in Home Assistant. Using the command line tool also shows it correctly despite giving the error as well. |
The linked PR adds support for reading the overheated information from Support for |
Those are not related. And I guess |
Thanks for the clarification! I think adding support for those might be rather straightforward, but IMO they are not that important at the moment. If you don't mind, could you create a separate issue for both of those so we can track them more easily, or even create pull requests if you wish to do so? Having them separate makes it easier to avoid forgetting about those, plus as features are usually implemented one module at a time, it makes it easier to close issues for already implemented features. |
Sure, I will open new issues. Also, I've just realised that I made a mistake, and there is also the existing So my next guess would be that There is no mention of an overcurrent (or overheat) protection display in their Tapo App Guide and I don't have the time right now to look for clues in the app's code, as for how exactly they work. |
Sure thing! I took a quick look at the power protection yesterday:
After a while, this will turn the device off & set the I'll create a quick PR for this, unsure about the validity of |
3680 W are 16 A at 230 V. ISO IEC 60038:1983 defines the voltage in Europe to be 230 V ± 23 V. ( |
#1337 implements power protection in the library, home-assistant/core#132267 exposes them to homeassistant. About |
Looks like firmware version 1.2.3 Build 240617 Rel.153525 for the P110M added some fields and renamed the
overheated
field, causing it to no longer be listed as a feature. (And therefore has become an unavailable entity in HA.)This is a sample diff, of what my P110M reports compared to the P110 test fixture.
The text was updated successfully, but these errors were encountered: