Beiträge von AarneAarebye

VPN/Proxy erkannt

Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.

    Task: Handle Vacation / non-vacation schedule setting via MQTT "shellies/shellytrv-<id>/thermostat/0/command/" OR "shellies/shellytrv-<id>/command/"

    Reference: https://shelly-api-docs.shelly.cloud/gen1/#shelly-trv-mqtt

    1) When doing vacation, set schedule_profile to 5 and schedule to 1

    2) When returning from vacation, set schedule profile to 1 and schedule to 0

    Implementation/Commands:

    1)

    a) "shellies/shellytrv-<id>/thermostat/0/command" "schedule=1"

    b) 2 seconds later "shellies/shellytrv-<id>/thermostat/0/command" "schedule_profile=5"

    2)

    a) "shellies/shellytrv-<id>/thermostat/0/command" "schedule_profile=1"

    b) 2 seconds later "shellies/shellytrv-<id>/thermostat/0/command" "schedule=0"

    That is not working, the TRV sticks to the current setting.

    Setting the external temperature via MQTT is working fine...,

    Any ideas?

    Thank you in Advance!