Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Update README.md #17

Merged
merged 4 commits into from
Aug 7, 2017
Merged

Update README.md #17

merged 4 commits into from
Aug 7, 2017

Conversation

DjMomo
Copy link
Contributor

@DjMomo DjMomo commented Jun 18, 2017

Add Daikin Emura FVXS hardware support.

Update set_control_info (GET http request capability on firmware 2.6.0)

Add Daikin Emura FVXS hardware support.

Update set_control_info (GET http request capability on firmware 2.6.0)
Copy link
Owner

@ael-code ael-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, I pointed out some minor issue about the changes you made on the intro section.

README.md Outdated
@@ -8,7 +8,7 @@ The solution provided by Daikin is a mobile app (very well designed) that allows

Even if the system works, there are some problems:

- It is no possible to control the AC from a web browser. You must use the official mobile application. If your device is not supported or you are from a computer you can not control your air conditioner over the internet.
- It's possible to control the AC from a web browser. You can use the official mobile application also. If your device is not supported or you are from a computer you can not control your air conditioner over the internet.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you misunderstood this section... This is about the official tools provided by Daikin, and as far as I know there is no official web application to control AC units.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok for this section. I understand now.

README.md Outdated
@@ -45,15 +52,15 @@ Uri | GET | POST | desc
/common/set_remote_method | | X | Set information on the polling system (reduce remote time update ??)
/aircon/get_model_info | X | | Provides model informarion
/aircon/get_control_info | X | | Main Uri to request all current status parameters
/aircon/set_control_info | | X | Main Uri to set status parameters ( control almost all)
/aircon/set_control_info | X | X | Main Uri to set status parameters (control almost all)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What the AC return on the /aircon/set_control_info GET request ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

pi@dev:~ $ curl -i "http://192.168.0.5/aircon/set_control_info?pow=1&mode=3&stemp=24.0&shum=0&f_rate=A&f_dir=0"
HTTP/1.0 200 OK
Content-Length: 11
Content-Type: text/plain

ret=OK,adv=

It works perfectly. There is an identical response if you call URL through web browser.

@jluke1
Copy link

jluke1 commented Jul 24, 2017

In README you say.
Please contact me if you try new configurations.

This software works fine with
ModelName: Daikin Cora FTXM35QVMA
ModelID: FTXM35QVMA
WifiControllerID: BRP072A42 4P384919-2C
Software version: 2.9.0

Thank you for the fine software.

@DjMomo
Copy link
Contributor Author

DjMomo commented Aug 5, 2017

I've updated README again.

Tell me if you want more details.

@ael-code ael-code merged commit 5dbde21 into ael-code:master Aug 7, 2017
@ael-code
Copy link
Owner

ael-code commented Aug 7, 2017

Thanks for the contribution 👍

@DjMomo DjMomo deleted the patch-1 branch August 7, 2017 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants