-
Notifications
You must be signed in to change notification settings - Fork 31
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
C3 device real-time energy consumption #439
Comments
@Alex-11976 sorry, I have two question:
Thanks |
@Alex-11976 your device type is 0xC3, from our document, it should be available in current support list. please double check your config and follow the reamde document to enable this attribute for your device.
thanks. in addition, if you understand how to test with source code changes, there is more opening github issue for C3 device, we have some test purpose changes for C3 device new feature support. the PR changes available in midea-lan/midea-local#340 |
The attribute I requested is not available among those listed in the documentation :
As you can see, only the attribute sensor.{DEVICEID}_total_energy_consumption is available, which indicates the total consumption of the heat pump since it was first turned on. I was asking if it would be possible to display the real-time instantaneous consumption, as I can see this value in the Midea app. I assume it would be possible to add this attribute. |
@Alex-11976 got it. I'm not sure which one is your expected data, I will try to check with the value from debug log and app result. I have add a debug/test document, you can refer to https://github.com/wuwentao/midea_ac_lan/blob/089e918cb5b05913ad267d14c5f032af01607bec/doc/debug.md once PR merged, it will available in README link. |
Sorry, but I'm not very prepared to run these tests. I just started learning GitHub and Home Assistant, and I don't know Python |
@Alex-11976 What's the firmware version of your device (HMI, IDU, ODU, in smarthome) ? |
@Alex-11976 we don't need this video. we can got this response message in debug log and try to compare it with your device screenshot, try to find out the app real-time energy value in response message, once we got the value location, we can add it and support it. if you don't know how to do it, we just can pause it and wait for future progress, sorry. |
ok thanks I understand, I will try to debug and if I can I will send you the data. in the meantime in the app I read v2.1.44(20241128) |
please update to latest v0.6.6 version, it should have the latest changes, you can enable debug log via readme and upload your full debug log, and share it to us. |
Hi, I installed the update, this is what I found in the debug. Thank you |
Hi, if it helps i have a similar wifi controller, its 171H120F 0000C3310171H120F2C214100148Q2CM, i can not see the current consumption in the mobile app but i can see it in the settings on the controller display itself. |
Hi, thank you, with the c3 I can see it both in the controller and in the app, so I assume that the data is there somewhere |
after I installed the update I noticed that the device temperature was set to 40 degrees and if I try to change it an error message appears erno 32 broken pipe |
@Alex-11976 first of all,your debug log is only 43 lines, you just post a error message, without any debug info. finally, if you still want to check real-time energy consumption, you still need to check the value in app and try to find some info in debug log. so there is more error exist with you, and you should description each error one by one with detail info. thanks. |
@Fenix131313 check these value via debug log, confirm whethere it available in log, if you can't check it, just upload the FULL debug log to current issue and description your requirements, we can help you to check it in your FULL debug log file. |
i could not find the numbers. here is one of the screenshots, here the value is 1,62kw, but it fluctuated. The other values were 0,00, 1,04, 1,16, 1,51, 1,62, 1,74, 1,97, 2,09, 2,32, 2,44, 2,55, 2,67, 2,79, 3,02, 3,14, 3,25, 3,37, 3,48, 3,72, 4,07, 4,18, 4,30, 4,53, 4,65, 4,88, 5,00, 5,11, 5,34, 5,46, 5,58, 5,69, 5,81, 5,93, and 6,04. |
Device type and model (or SN)
Heat Pump Wi-Fi Controller
The detail description of new feature
I would like to see the real-time consumption of the heat pump, but at the moment, I can only see the total consumption. thank you
The text was updated successfully, but these errors were encountered: