galadril / DomoticzForAndroid

This is a Domoticz Android app. Domoticz is a very light weight home automation system ...
http://www.domoticz.com
14 stars 7 forks source link

Dimmer - values not correct #148

Closed RoadXY closed 8 years ago

RoadXY commented 8 years ago

By ehallq: When dimming my fibaro dimmer 2, I get a response of the dimming value set to +1 over the actual value (if i dim to 100%, the message says 101., 53 gets 54 etc.) If I then turn it off with the button, and then on again with the button I would want it to set to the last value or full, as for now the app shows a random percentage each time turning on and off (using the button, not the slider).

http://domoticz.com/forum/viewtopic.php?f=37&t=8884&p=67200#p67199

galadril commented 8 years ago

in the adapter code: handleDimmerChange(mDeviceInfo.getIdx(), progress + 1);

RoadXY commented 8 years ago

Yeah, but else the value wasn't correct and in line with Domoticz server. That's why

galadril commented 8 years ago

ah, i see!

galadril commented 8 years ago

"as for now the app shows a random percentage each time turning on and off (using the button, not the slider)."

This is probably returned by Domoticz json? We don't just come up with a random number :)

And i don't see this happening for my 6 lights...?

RoadXY commented 8 years ago

I think we need access to his server, I'll ask

galadril commented 8 years ago

think we need more then viewer rights...

RoadXY commented 8 years ago

http://www.domoticz.com/forum/viewtopic.php?f=37&t=8884&p=67466#p67435

by pepeEL » Thu Dec 31, 2015 1:07 am

I found next bug. On my Fibaro RGBW FGRGBWM-441 when i set level i have other level above slider and other in text. It show ok after refresh app or close and opern again. And in text "level" is double see.

screenshot_2015-12-30-23-49-21