Setpoints shows 'On' instead of setpoint number Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
michelscholte
Posts: 75
Joined: Friday 08 January 2016 10:02
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Nederland
Contact:

Setpoints shows 'On' instead of setpoint number

Post by michelscholte »

After updating Domoticz to the latest Beta (15555) en Dashtics to the latest Beta (3.10.8), al the setpoints displays "On":
tempsnip.png
tempsnip.png (47.1 KiB) Viewed 1024 times

The data-field in Domoticz shows the actual setpoint number:
tempsnip2.png
tempsnip2.png (18.08 KiB) Viewed 1024 times
Hopefully someone can help.
Thanks.
User avatar
waltervl
Posts: 5722
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by waltervl »

@Lokonli There has been some changes on Thermostat devices in this beta, see viewtopic.php?p=307044#p307044 and https://github.com/domoticz/domoticz/pull/5817
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by Lokonli »

waltervl wrote: Thursday 21 September 2023 12:25 @Lokonli There has been some changes on Thermostat devices in this beta, see viewtopic.php?p=307044#p307044 and https://github.com/domoticz/domoticz/pull/5817
Thanks, I'll check
User avatar
waltervl
Posts: 5722
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by waltervl »

Is the setpoint device api json different now? It seems that the Android app also don't understand the output anymore.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
waltervl
Posts: 5722
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by waltervl »

waltervl wrote: Thursday 21 September 2023 17:04 Is the setpoint device api json different now? It seems that the Android app also don't understand the output anymore.
To answer myself:
Main difference is "Type" that changed from "Thermostat" to "SetPoint". SubType stayed the same (SetPoint).
Also the new settings are added (min/max/step/vunit)

Stable 2023.2

Code: Select all

            "SetPoint": "17.0",
            "ShowNotifications": true,
            "SignalLevel": "-",
            "SubType": "SetPoint",
            "Timers": "false",
            "Type": "Thermostat",
            "TypeImg": "override_mini",
            "Unit": 1,
            "Used": 1,
            "XOffset": "0",
            "YOffset": "0",
            "idx": "144"
Beta 15555

Code: Select all

			"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"
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Lokonli
Posts: 2287
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by Lokonli »

Fixed in latest Dashticz beta.
Update with 'git pull'

Can you test?
michelscholte
Posts: 75
Joined: Friday 08 January 2016 10:02
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Nederland
Contact:

Re: Setpoints shows 'On' instead of setpoint number

Post by michelscholte »

Great. It shows the correct values now.
tempsnip.png
tempsnip.png (55.48 KiB) Viewed 948 times
Thanks again.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest