domoticz / domoticz-android

Domoticz Client Application for Android Devices
104 stars 70 forks source link

thermostat setpoints #48

Closed btedeski closed 8 years ago

btedeski commented 8 years ago

thermostat set point heat on dashboard sets very strange numbers Thermostat is a Trane TZEMT400BB32 works from Domoticz web on Raspberry but not android app

hitting + gives strange numbers does not just add 1 to current temp 162.5 325.4 678.6 36.0 97.7 5.0 47.9

etc

RoadXY commented 8 years ago

Mark has done some great work on a new implementation

download_20160109_122214

btedeski commented 8 years ago

Great, how do I get a copy of the new version

RoadXY commented 8 years ago

Wait for it to become beta or build from code

btedeski commented 8 years ago

Pulled the source, settings show that I am now running version 0.1.214 of android client is that the current on the development-branch? does not match any of the branch tags still having issues with heat setpoint right now set point shows 77.0 Hit the set button  the circle temperature control show maxed at 50 set it down to 25.0 and hit ok  heat set point now showing 76.1  hit set button again control once again jumps to maxed at 50, hit ok set point now 122.0 looks like set point on app not doing Fahrenheit on control. also not doing Celsius correct  25 should be 77 not 76.1 Bill, On Sun, 2016-01-10 at 08:47 -0800, Mark Heinis wrote:

Closed #48. — Reply to this email directly or view it on GitHub.

remb0 commented 8 years ago

works! but the slider don't (i think by design) and can you swap + and -

RoadXY commented 8 years ago

What's the problem with the slider then?

@btedeski Could be that Fahrenheit is not correct implemented.

galadril commented 8 years ago

I've reworked the dialog for fahrenheit & celcius, can you please check if this would work better?? https://github.com/domoticz/domoticz-android/commit/1ce58b07b40e8bebc49da82ae4a7e990955604a2

Could you else give me view rights on your system?

galadril commented 8 years ago

Why doesn't the slider works??

btedeski commented 8 years ago

I think the slider works,  but is in C not F On Mon, 2016-01-11 at 02:59 -0800, Mark Heinis wrote:

Why doesn't the slider works?? — Reply to this email directly or view it on GitHub.

btedeski commented 8 years ago

send me an email that does not show up in github and I will send you url/id/password On Mon, 2016-01-11 at 02:58 -0800, Mark Heinis wrote:

I've reworked the dialog for fahrenheit & celcius, can you please check if this would work better?? 1ce58b0 Could you else give me view rights on your system? — Reply to this email directly or view it on GitHub.

btedeski commented 8 years ago

here is were I am at today, just noticed that I had both the google play version of the app and the version I build at home installed,  deleted both to be sure that I am clean pulled new update from github development, built, and installed heat setpoint slider looks better,  looks like it really might be showing F not C goes up to 196.0 F not topping of at 50 used slider to set to 84.0 F, press ok,   set point not shows 183.2 real thermostat did not change still set at 72.0 used slider to set to 73.0 F,  set point shows 167.0 thermostat still set at 72.0  used slider to set to 20.0 F set point shows as 68.0 thermostat still set at 72.0 also slider +- buttons inconsistent

if you hit + then - the - button increments if you hit - then + the + button decrements if you hit - + - + starting at 86.0 the values read as 84 82 84 82 expected 84 86 84 86 Might take a look at the code tonight   On Mon, 2016-01-11 at 02:58 -0800, Mark Heinis wrote:

I've reworked the dialog for fahrenheit & celcius, can you please check if this would work better?? 1ce58b0 Could you else give me view rights on your system? — Reply to this email directly or view it on GitHub.

galadril commented 8 years ago

@btedeski can you send me your system info (url/username/password) via PM on the Domoticz forum? Im galadril on the forum..

ghost commented 8 years ago

i update to latest version 0.1.217 and problem with set thermostat is still...

Example when i set point 5.0 and click OK, on screen show set point 5.5 And when again go to setup, first click on button "-" not set lower , set bigger. Second click set lower point.

Jaap-Jan commented 8 years ago

I think the displayed setpoint is 0.5 C too low. I'm busy with implementing setting zone temperatures in Evohome and if the setpoint is set to 10 C in the constructor call to TemperatureDialog, the dialog opens with the current temperature set to 9.5 C.

galadril commented 8 years ago

Think bryan117 fixed this issue. Close??

btedeski commented 8 years ago

I will try it tonight

-------- Original message -------- From: Mark Heinis notifications@github.com Date: 02/02/2016 5:40 AM (GMT-05:00) To: domoticz/domoticz-android domoticz-android@noreply.github.com Cc: Bill bill@tedeski.com Subject: Re: [domoticz-android] thermostat setpoints (#48)

Think bryan117 fixed this issue. Close??

— Reply to this email directly or view it on GitHub.

btedeski commented 8 years ago

I build the alpha train this morning, the set heat function looks good on the android app, but still may be an issue on the server side, android app showed heat point set to 72, changed it to 73 in android app, android app then showed set point as 168.8 domoticz server also now shows set point as 168.8 changing the heat set point in the server GUI does not work so looks like android app working (as best I can tell) but server side needs work, going to build the server from source and give it a try On Tue, 2016-02-02 at 02:40 -0800, Mark Heinis wrote:

Think bryan117 fixed this issue. Close?? — Reply to this email directly or view it on GitHub.

galadril commented 8 years ago

Thanks for testing, hope you find something!! :+1: