homebridge-smartthings icon indicating copy to clipboard operation
homebridge-smartthings copied to clipboard

A/C Temperature Selector

Open RFGM485 opened this issue 2 years ago • 1 comments

Describe Your Problem: Hi. I would like to know if there is a way to change the “behavior” of the Temperature selector in the Air Conditioner accessories. Currently, the selector goes from 10º to 38º Celsius, and changes in intervals of 0,5º. Is there a way to change this? I would like the selector to only go from 16º to 30º and in intervals of 1º (so “middle” temperatures are not available). This will match the behavior of my A/Cs.

Plugin Config:


        {
            "name": "Smartthings Plug (IK)",
            "BaseURL": "https://api.smartthings.com/v1/",
            "AccessToken": "XXXXX",
            "GarageDoorMaxPoll": 0,
            "PollLocksSeconds": 0,
            "PollDoorsSeconds": 0,
            "PollSensorsSeconds": 0,
            "PollSwitchesAndLightsSeconds": 10,
            "PollWindowShadesSeconds": 20,
            "ExposeHumiditySensorForAirConditioners": false,
            "OptionalModeForAirConditioners": "WindFree",
            "IgnoreDevices": [],
            "platform": "HomeBridgeSmartThings"
        }

Environment:

  • Plugin Version: 1.5.20
  • Homebridge Version: 1.7.0
  • Node.js Version: 20.10.0
  • Operating System: Debian GNU/Linux Bookworm (12)

RFGM485 avatar Nov 26 '23 23:11 RFGM485

This adjustment would actually be very good, just like what I liked too

niquini avatar Nov 28 '23 14:11 niquini