-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Discrepancy between integration Power and Midea app power #204
Comments
Probably due to mill1000/midea-msmart#154 |
Can you provide debug logs for your device? |
Here they are: |
Thanks. Yeah looks like this is the same. The alternate decode puts the power at approx. 249 W |
This is closer to be true, yes |
Ok thanks. I haven't decided how I want to handle this yet. I don't know if anyone has confirmed the current power number as valid yet on their device. |
Using a Midea PortaSplit here. I can confirm power and energy I see in HomeAssistant are 1. different to values in the SmartHome app and 2. different to values measured by a Shelly PlusPlugS. (Values from SmartHome app are more or less the same as measured by Shelly.) Even worse: the energy curves in HomeAssistant jump backwards which makes them completely useless in the HA Energy Dashboard. |
This could be due to improper parsing of the data. Can you provide debug logs from your device along with a snapshot of the energy usages from the SmartHome app and/or Shelly. |
Here you go, hope that helps: midea (1).zip |
Thanks. Here's two possible interpretations Existing BCD decoding
Binary decoding
Power should be divided by 10 to get Watts. It would be really interesting to get a debug log when the total energy jump backwards. |
There are two types of backward jumps. First happens roughly every hour if the device is on, looks like small sawtooths in the graph, jumping back around 0.05 kWh each time. Second type is that big jump, which does happen roughly once a day, jumping back around 0.65 kWh. I attach the debug log and screenshot from yesterday including such a jump between 14:15 and 14:25 (CEST). Note: The total value is also wrong. While in HA it is at 6.46 kWh it is at 12.07 kWh in the SmartHome app. Hope you find it in the logs, quite big this time. |
Hi, I am also experiencing this issue. Is there a way to switch over to Binary encoding yet? I installed the |
Branch hasn't been tested yet, so probably just a bug |
Power also looks good now on my installation, energy seems to be off by factor 10 (A/C was running for an hour with ~320 W power, but reports 3.2 kWh for this period) |
Sure lets track that separately. What does the energy look like now and what do you expect instead? |
Hi.
I've found a discrepancy between AC power consumption in the Midea app and HA Integration:
Overall home power consumption sensor shows that the app is correct.
The text was updated successfully, but these errors were encountered: