Page 1 of 1

virtual thermostat only whole numbers

Posted: 02 Jul 2020 10:11
by cbnidk
hi

my virtual thermostat cannot stand xx.5
only whole numbers 22 23 24 not 22.5 23.5 24.5

I run 3.0.6 on raspberry

cb

Re: virtual thermostat only whole numbers

Posted: 03 Jul 2020 02:30
by PoltoS
Will check it.

Re: virtual thermostat only whole numbers

Posted: 28 Sep 2020 14:40
by cbnidk
Hi

This is not fix jet, I now use 3.1.1
and problem with virtual thermostat is still xx,5 can't be set only whole numbers

Re: virtual thermostat only whole numbers

Posted: 04 Oct 2020 04:56
by PoltoS
I'll make sure this is fixed in upcoming releases

Re: virtual thermostat only whole numbers

Posted: 07 Oct 2020 02:22
by jarek
cbnidk wrote:
02 Jul 2020 10:11
hi

my virtual thermostat cannot stand xx.5
only whole numbers 22 23 24 not 22.5 23.5 24.5

I run 3.0.6 on raspberry

cb
for the time being, you can change it directly in the configuration file :)

1. stop service:
sudo /etc/init.d/z-way-server stop
2. Open config file:
locations: /opt/z-way-server/automation/storage/configjson[some numbers].json
3. Find section with name of your thermostat, mine is "Bedroom heater") and add "step: 1", also you can change min and max value:

Code: Select all

    "ZWayVDev_zway_18-0-67-1": {
      "deviceType": "thermostat",
      "probeType": "thermostat_set_point",
      "metrics": {
        "scaleTitle": "°C",
        "level": 21,
        "min": 10,
        "max": 28,
        "step": 1,
        "icon": "thermostat",
        "title": "Bedroom heater",
        "isFailed": false,
        "modificationTime": 1601801583,
        "lastLevel": 21
      },
4. Save file and start server:
sudo /etc/init.d/z-way-server start