Lovelace -problems

I mentioned in my post for the sensor config that you will need to configure the time sensor separately.

Hi Finity
I think you may need to hint a little on setting that up.
I found yesterdat after I set my boolean away setting to on, that it did not function as expected with the hot water control.

It tuned on, and didn’t turn, and the afternoon boost didn’t turn off, not did the evening
and the switch on the UI for hot water if moved to off , just went back to on.

THe control to disable the shack supply by date worked OK.
Also I found something at 1603 crashed the Odroid XU4 computer , little 8 core PI sized SBC,
When it rebooted the hotwater was still in an one state, the shack supply stayed off
What is worrying is I could not over ride the hotwater switch from the UI.
I may be prudent not to rely on HA not to control the hot water supply when on vacation, but just to manually turn the supply yo the boiler off.
The History graphs are updating now

the hot water switch config :-

switch:
  - platform: mqtt
    name: Hot Water Boiler
    state_topic: "/iot4/IOT4SH01RELAY_D341DE/relay/0"
    command_topic: "/iot4/IOT4SH01RELAY_D341DE/relay/0/set"
    payload_on: "1"
    payload_off: "0"

That works OK, but why when an automation is running is the manual switch on the UI
disabled ???
or is it suppose to work that way ?
thanks
Richard

thanks, the obvious is not always obvious :slight_smile:

home assistant…

…google…

Thanks

Looks like the problem with the hot water is something to do with mqtt, the switch and HA
Thats was all working.
But I can publish to the switch and the switch symbol on the UI doesn’t follow.
same switch I had all the problems with :frowning: