iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

A/C Temperature Selector #239

Open RFGM485 opened 7 months ago

RFGM485 commented 7 months ago

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:

niquini commented 7 months ago

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