-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature request: Support reading of energy consumption data #37
Comments
The question is what you wouldl like to do with this and how it could be represented in states |
The use case I was thinking of is primarily the visualisation of energy consumption data in an ioBroker based UI. |
Which data would be interesting? |
I would say:
Each of those 6 x 3 values for:
So it would be 18 objects. |
This Data would be nice! here is the API what i found: /aircon/get_day_power_ex?days=2 | ? | ? | X | Gets the power consumption of the last 2 days (in 0.1 kWh) here is an example result for days=2: t=OK,curr_day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,prev_1day_heat=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,curr_day_cool=0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0/0,prev_1day_cool=0/0/1/0/0/0/0/0/0/0/0/1/0/0/0/0/0/0/0/0/0/0/0/1 every /0/ representing one hour of the day |
I just bought 2 Daikin Perfera, which I have added to iobroker via daikin.cloud. The climateControl/consumptionData/electrical value is null all the time, altough I have consumption data > null in the onecta app. So looks like its not updated regularly. Time stamp of the value is 2022-10-04, today its 2022-10-12, so more than a week no new value. If I can test anything , please let me know. |
@HermiTheGermi YOu use daiki-cloud adapter, so a different one then this one! Your issue is Apollon77/ioBroker.daikin-cloud#147 |
I am also very interested in being able to read the electric consumption from the A/C. I use Loxone for home automation and need this info to properly monitor energy management, such as switching on the airco when there is a surplus of solar power. |
Which VIS can i use to visualisize the consumtion data? I have the JS script to get the data. |
Some of the Daiking devices provide energy consumption data.
I am using
FTXA25A2V1BW with build-in controller (FW 1.2.51)
and two FVXM25FV1B with controllers BRP069A42 (FW 3.3.6) and BRP069B41 (FW 1.2.51).
For all three combinations energy data is displayed in the Daikin app.
Please see the attached screenshot as an example.
The text was updated successfully, but these errors were encountered: