Skip to content

[ENHANCEMENT] Configurable HVAC mode state value #2

Description

@gdouillet

Hello,

For custom setup, it could be a good idea to allow the configuration of the HVAC mode values.
For instance :

{
    "accessory": "Control4",
    "service": "Thermostat",
    "base_url": "http://XXX.XXX.XXX.XXX:8080/762",
    "switchHandling": "realtime",
    "refresh_interval": 900000,
    "cool_string": "Rafraîchissement_Cool",
    "cool_state": 0,
    "heat_string": "Chauffage_Heat",
    "heat_state": 1,
    "auto_string": "Auto",
    "auto_state": 2,
    "off_string": "Off",
    "off_state": 3,
    "manufacturer": "Control4",
    "model": "Thermostat"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions