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

Temperature needs to be rounded #20

Open
cbrandlehner opened this issue Oct 9, 2018 · 1 comment
Open

Temperature needs to be rounded #20

cbrandlehner opened this issue Oct 9, 2018 · 1 comment

Comments

@cbrandlehner
Copy link

I have identified an issue. Let's start with the WiFi Module I use:
[10/9/2018, 12:40:32 PM] [Daikin Office] response success [10/9/2018, 12:40:32 PM] [Daikin Office] Your Model is: 0AB9 [10/9/2018, 12:40:32 PM] [Daikin Office] response success [10/9/2018, 12:40:32 PM] [Daikin Office] Set firmware version to 1.2.48
I experienced a problem that most commands were ignored. I finally found out that these commands where temp was either a full or a half degree worked.
Examples working: 22.0, 22.5, 23.0, 23.5
Examples not working: 22.1, 22.2, 22.3

So it seems we need some rounding.

If the URL looks like this: "http://192.168.1.13/aircon/set_control_info?pow=1&mode=3&stemp=22.1&shum=0" the HTTP response is: ret=PARAM NG

@cbrandlehner
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant