Skip to content
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] new datapoints #17036

Closed
Jogobo opened this issue Jul 10, 2024 · 3 comments
Closed

[daikin] new datapoints #17036

Jogobo opened this issue Jul 10, 2024 · 3 comments
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@Jogobo
Copy link

Jogobo commented Jul 10, 2024

As Daikin turned off the cloud access on July, 3rd and the developper portal is more or less a pain in the a**, I wondered if the WLAN-Api could be of more use. So I investigated and came across the following:
http://YOUR_IP/aircon/get_demand_control returns the DemandControl-Settings available in the Onecta-App.

Screenshot_20240710-132115

Executing "get_demand_control" returns the following line:
ret=OK,type=1,en_demand=0,mode=0,max_pow=100,scdl_per_day=4,moc=0,tuc=0,wec=0,thc=0,frc=0,sac=0,suc=0

I identified the following values:

  • en_demand: possible values '0' or '1' for generally disable or enable demand control as seen in the picture at "Bedarfssteuerung aktivieren"
  • mode: possible values '2' = 'AUTO', '1' = 'Schedule', '0' = 'Fixed' (see 'max_pow')
  • max_pow: range from 40 to 100% in steps of 5. When 'mode' is set to '0' 'max_pow' defines the percentage the compressor is allowed to consume
  • moc, tuc, ...: when 'mode' is set to '1' the scheduled demand control settings are displayed. Example:
    ret=OK,type=1,en_demand=1,mode=1,max_pow=100,scdl_per_day=4,moc=3,mo1_en=1,mo1_t=720,mo1_p=90,mo2_en=1,mo2_t=840,mo2_p=0,mo3_en=1,mo3_t=600,mo3_p=70,tuc=0,wec=0,thc=0,frc=0,sac=0,suc=0
    moc: number of scheduled events for Monday (max = 4)
    moX_t: Minutes from midnight for entry X
    moX_p: Power in percent for entry X
    moX_en: '1' = enable demand control, '1' = disable demand control

To set the values simply use http://YOUR_IP/aircon/set_demand_control with one or more from the above parameters. To enable demand control with a fixed value of 60% just execute
http://YOUR_IP/aircon/set_demand_control?en_demand=1&mode=0&max_pow=60
in your browser.
This works for wireless modules from the B-series like BRP069B4_x_.

Maybe a maintainer of this binding can add these additional features to the binding?

@Jogobo Jogobo added the enhancement An enhancement or new feature for an existing add-on label Jul 10, 2024
@Jogobo
Copy link
Author

Jogobo commented Jul 10, 2024

Duplicate

@jimtng
Copy link
Contributor

jimtng commented Jul 10, 2024

Duplicate for #16479

@openhab-bot
Copy link
Collaborator

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/daikin-brp069b4x-new-datapoints/154256/6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

No branches or pull requests

3 participants