Hallo guys,
I am relatively new with Home Assistant 0.53.1 and I need some help to configure an automation for my Garden Lights. I want to switch both lights On or Off. Lets say every Day at 7pm on and at 11pm off.
What i did is: I installed Mosquitto mqtt server on my Rasperry Pi and I made the follow stuff in the Configuration file.
mqtt:
broker: localhost
port: 1883
client_id: home-assistant-1
keepalive: 60
username: pi
password: My Password
protocol: 3.1.1
Of course after you can add condition and other parameter (for example I use presence detection to only turn some light on when someone is home / connected on the wifi).
Or it could also be on, when nobody is at home from 23h to sunrise.
Another thing you could add as condition is the sunset time, in the summer, it might be wise to turn on the light later than 7pm.