-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[daikin] Add Support for week and year power info #6115
Labels
enhancement
An enhancement or new feature for an existing add-on
Comments
The results of my Wireshark capture:
|
There's currently some work on this #7471 |
cpmeister
pushed a commit
that referenced
this issue
May 23, 2020
…7708) * [daikin] Add Energy, compressor frequency and special mode channels #6980: Add compressor frequency channel #6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
LoungeFlyZ
pushed a commit
to LoungeFlyZ/openhab2-addons
that referenced
this issue
Jun 8, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
J-N-K
pushed a commit
to J-N-K/openhab-addons
that referenced
this issue
Jul 14, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
CSchlipp
pushed a commit
to CSchlipp/openhab-addons
that referenced
this issue
Jul 26, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: CSchlipp <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Aug 31, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
DaanMeijer
pushed a commit
to DaanMeijer/openhab-addons
that referenced
this issue
Sep 1, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
markus7017
pushed a commit
to markus7017/openhab-addons
that referenced
this issue
Sep 19, 2020
…penhab#7708) * [daikin] Add Energy, compressor frequency and special mode channels openhab#6980: Add compressor frequency channel openhab#6115: Add energy current year channels * Update small typos and code refactoring as suggested by cpmeister * Update small typos and added units where possible Signed-off-by: Lukas Agethen <[email protected]>
closed due to inactivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With some daikin units it's possible to gather information about the power consumption. It would be great seeing this supported here also.
The API is a bit weird:
On a week basis:
And for the year:
It seems to only return created till now, so "this_year" has 9 entries because it's September.
Also the unit for week are in Wh while the unit of the year data is in kWh.
I'll try to do some wiresharking on my iPhones data because there are more information available (current day, last week, and year with decimal values).
I suggest catching only the last value and store it as "current_week" or "current_year" so it's easy to work with.
Bests
Pascal
The text was updated successfully, but these errors were encountered: