Home Assistant - Scheduled Temperatures

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lloyd
    Automated Home Guru
    • Oct 2020
    • 160

    #16
    Originally posted by zxdavb View Post

    Having said all that, how about posting a copy of the corresponding schedule from the HA log. Change configuration.yaml:
    OK, I'll turn logging on. Where is it stored so I can export it?

    [EDIT] - forget the question, I just remembered I'm running in docker -hence not being able to find in local fileystem.
    Last edited by lloyd; 22 November 2020, 05:29 PM.

    Comment

    • lloyd
      Automated Home Guru
      • Oct 2020
      • 160

      #17
      Having looked at the log, I suspect the issue may be that day 0 is being taken as Sunday, when it should be Monday.

      I've set a different time for one SP for each day of the week. Today (Monday) is using Tuesday's data. Tomorrow will confirm if this the case.

      Data from log:
      Code:
      2020-11-23 19:32:17 DEBUG (MainThread) [homeassistant.components.evohome] Schedule['Study'] =
       {'DailySchedules': [
      	{'DayOfWeek': 0, 'Switchpoints': [{'heatSetpoint': 19.5, 'TimeOfDay': '08:30:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '19:30:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:00:00'}]},
      	{'DayOfWeek': 1, 'Switchpoints': [{'heatSetpoint': 19.5, 'TimeOfDay': '08:30:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '[B]19:20:00[/B]'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:00:00'}]},
      	{'DayOfWeek': 2, 'Switchpoints': [{'heatSetpoint': 19.5, 'TimeOfDay': '08:30:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '19:10:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:00:00'}]},
      	{'DayOfWeek': 3, 'Switchpoints': [{'heatSetpoint': 19.5, 'TimeOfDay': '08:30:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '19:00:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:00:00'}]},
      	{'DayOfWeek': 4, 'Switchpoints': [{'heatSetpoint': 19.5, 'TimeOfDay': '08:30:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '17:00:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:00:00'}]},
      	{'DayOfWeek': 5, 'Switchpoints': [{'heatSetpoint': 15.0, 'TimeOfDay': '09:00:00'}, {'heatSetpoint': 17.0, 'TimeOfDay': '17:00:00'}, {'heatSetpoint': 15.0, 'TimeOfDay': '19:30:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:30:00'}]},
      	{'DayOfWeek': 6, 'Switchpoints': [{'heatSetpoint': 18.0, 'TimeOfDay': '09:30:00'}, {'heatSetpoint': 13.5, 'TimeOfDay': '12:10:00'}, {'heatSetpoint': 16.0, 'TimeOfDay': '16:30:00'}, {'heatSetpoint': 12.0, 'TimeOfDay': '22:30:00'}]}]}
      And output from dev tools:
      Code:
      hvac_modes:
        - 'off'
        - heat
      min_temp: 5
      max_temp: 35
      preset_modes:
        - none
        - temporary
        - permanent
      current_temperature: 18.8
      temperature: 16
      preset_mode: none
      status:
        setpoints:
          this_sp_from: '2020-11-23T[B]19:20:00[/B]+00:00'
          this_sp_temp: 16
          next_sp_from: '2020-11-23T22:00:00+00:00'
          next_sp_temp: 12
        zone_id: '5164558'
        active_faults: []
        setpoint_status:
          target_heat_temperature: 16
          setpoint_mode: FollowSchedule
        temperature_status:
          temperature: 18.5
          is_available: true
      friendly_name: Study
      icon: 'mdi:radiator'
      supported_features: 17

      Comment

      • zxdavb
        Automated Home Guru
        • Jan 2018
        • 106

        #18
        Well *that's* a schoolboy error - I am sure I triple-checked this at the time!

        The code is >1y old, and no-one else has complained since (mind you, you're the first person I know of who's found a use for that data) - let me know how you get on!

        Comment

        • lloyd
          Automated Home Guru
          • Oct 2020
          • 160

          #19
          Todays schedule confirmed the error, so I've raised an issue on GitHub. Watch out for incoming

          Comment

          • zxdavb
            Automated Home Guru
            • Jan 2018
            • 106

            #20
            Yeah - gottit - thanks!

            Comment

            • zxdavb
              Automated Home Guru
              • Jan 2018
              • 106

              #21
              @lloyd the fix is in - next release of HA.

              Comment

              • lloyd
                Automated Home Guru
                • Oct 2020
                • 160

                #22
                Thanks - I'll look out for it.

                Comment

                Working...
                X