MQTT: Set schedule_profile and schedule not working?

  • 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!

    2 Mal editiert, zuletzt von AarneAarebye (6. Januar 2024 um 18:53)