domoticz / domoticz-android

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

Change Thermostat to Setpoint device in 2023.2 beta #704

Closed waltervl closed 3 months ago

waltervl commented 8 months ago

Themostat device has been changed to a setpoint device to support multiple This has introduced more attributes for a setpoint device. See https://www.domoticz.com/forum/viewtopic.php?t=40808

Api getdevices output for a setpoint devices now shows more data, Type has changed from Thermostat to SetPoint

            "SetPoint" : "24.2",
            "ShowNotifications" : true,
            "SignalLevel" : "-",
            "SubType" : "SetPoint",
            "Timers" : "false",
            "Type" : "Setpoint",
            "TypeImg" : "override_mini",
            "Unit" : 1,
            "Used" : 1,
            "XOffset" : "0",
            "YOffset" : "0",
            "idx" : "80",
            "max" : 200.0,
            "min" : -200.0,
            "step" : 0.5,
            "vunit" : "\u00b0C"
galadril commented 8 months ago

tx ill need to take a look. i think i already had support for setpoint devices, so lets see

waltervl commented 5 months ago

New setpoint device now in stable 2024.1 is not working in current app.

jguelim commented 5 months ago

Hello it s also not working in controllicz is was working in the past now it doesn't.

And here I have a screenshot how it looks in the app now and before. Screenshot_20240104_170900_Domoticz

Before it was like this Screenshot_20240104_192250_Domoticz

waltervl commented 5 months ago

For controllicz you have to contact the controllicz developer.

jguelim commented 5 months ago

I already did but there is still no response

galadril commented 5 months ago

I've uploaded a new version to Google with the Thermostat fixed. (they'll need a couple of days probably to review, so stay tuned to the play store)

galadril commented 5 months ago

have you seen/tested the new version in the store?

waltervl commented 5 months ago

One user tested the new version. It works now but some display/update issues: https://www.domoticz.com/forum/viewtopic.php?p=311476#p311476

waltervl commented 5 months ago

I have the new app now too. When step size it set to eg 0.2 it does not work in the app. It keeps having a step of 0.5 .

galadril commented 5 months ago

Tx for the info, i reworked the app so it now looks at those min/max/step values

galadril commented 5 months ago

Can we close this issue with the latest changes?

Op wo 10 jan. 2024 21:58 schreef waltervl @.***>:

I have the new app now too. When step size it set to eg 0.2 it does not work in the app. It keeps having a step of 0.5 .

— Reply to this email directly, view it on GitHub https://github.com/domoticz/domoticz-android/issues/704#issuecomment-1885721219, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADPDC2BVVDZW65HKNISXMIDYN36IVAVCNFSM6AAAAAA57IK5LCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVG4ZDCMRRHE . You are receiving this because you were assigned.Message ID: @.***>

waltervl commented 5 months ago

I did not get the new app version yet

waltervl commented 5 months ago

I have the new update. Works fine when set in temperature and delta 0.2. But when set to custom unit km/h, step size 10 and min/max -200/+200 it still shows deg Celcius and will only go from 10-30 range, not between -200/+200.

waltervl commented 3 months ago

Hmm missed you last commit somehow. Everything works fine now.