nasshu2916 / DAIKIN-API

ダイキン製加湿空気清浄機の API
http://htmlpreview.github.io/?https://github.com/nasshu2916/DAIKIN-API/blob/master/index.html
MIT License
15 stars 0 forks source link

POST /cleaner/set_control_info return 404 #15

Open dylannlaw opened 2 years ago

dylannlaw commented 2 years ago

Hi, I have one Daikin Air Purifier (MCX70XY) and I wanted to implement a plugin for Homebridge. But I am unable to call cleaner/set_control_info API.

Can I know how you found out all the available API?

nasshu2916 commented 1 year ago

hi, dylannlaw

Control method of the official control application has changed from a certain version. So, it seems to be duplicate in the latest firmware version.

I checked the communication of the official app by mitmproxy, it was different. image

Thank you.