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

Change Thermostat to Setpoint device in 2023.2 beta #704

Closed
waltervl opened this issue Oct 13, 2023 · 14 comments
Closed

Change Thermostat to Setpoint device in 2023.2 beta #704

waltervl opened this issue Oct 13, 2023 · 14 comments
Assignees
Labels

Comments

@waltervl
Copy link

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
Copy link
Contributor

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

@waltervl
Copy link
Author

waltervl commented Jan 5, 2024

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

@jguelim
Copy link

jguelim commented Jan 7, 2024

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
Copy link
Author

waltervl commented Jan 7, 2024

For controllicz you have to contact the controllicz developer.

@jguelim
Copy link

jguelim commented Jan 7, 2024

I already did but there is still no response

galadril added a commit that referenced this issue Jan 8, 2024
@galadril
Copy link
Contributor

galadril commented Jan 8, 2024

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 galadril added the bug label Jan 8, 2024
@galadril galadril self-assigned this Jan 8, 2024
@galadril
Copy link
Contributor

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

@waltervl
Copy link
Author

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
Copy link
Author

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
Copy link
Contributor

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

@galadril
Copy link
Contributor

galadril commented Jan 14, 2024 via email

@waltervl
Copy link
Author

I did not get the new app version yet

@waltervl
Copy link
Author

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.

galadril added a commit that referenced this issue Jan 22, 2024
@waltervl
Copy link
Author

waltervl commented Apr 1, 2024

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

@waltervl waltervl closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants