Calendar option

Hi I’m wondering if there is or could be an option for monthly activations.

I use switch bots to turn the power on/off my solar epever controllers. What would be good if there was a way to do it with particular months as well. So when in summer the sunrises earlier that in the winter months I could fine tune my set up with days/months then set times.

Can anyone assist or gas it already been done and I’ve missed this set up.

You can trigger automations from calendar events:

Not sure if that’s the only goal, but if it is, why not use simply the sun elevation?

Hi cheers for the reply.
I use solar set up for my green houses it would be good as the year progresses to be able to adjust the power usage to the months of the year.

Like in summer months I have my switch bots turn on fans and pumps regularly. But I’d like to adjust this as the winter draws in to less activities I’m having to manually adjust this.

If there was a callander setting for example June, July pump, fans can activate from 7am till 9am with time changing over the months. Then say December 2pm till 4pm if you know what I mean.

I’m using ecowitt weather sensors for weather, lux, moisture, temperature but a monthly setup time system would be helpful as well

1 Like

Figured the callander out much appreciated :+1:

alias: Glass house power auto on
description: “”
trigger:

  • platform: time
    at: “10:50:00”
  • platform: state
    entity_id:
    • calendar.glass_house_calendar
      from: "September "
      to: "November "
      condition:
  • condition: numeric_state
    entity_id: sensor.gw2000a_solar_lux
    above: 8000
  • type: is_temperature
    condition: device
    device_id: 62934dba374c34bf7a625b7845cea045
    entity_id: a04efb24ee018dc79b34270e2e19dc72
    domain: sensor
    above: 8
    action:
  • device_id: 804a0352c861e7396f7528ec25b99459
    domain: button
    entity_id: 7dd599ff728942848c4e948b72e48972
    type: press
    mode: single

alias: Glass house power auto on
description: “”
trigger:

  • platform: time
    at: “10:50:00”
  • platform: state
    entity_id:
    • calendar.glass_house_calendar
      from: "September "
      to: "November "

Would this be correct I only want the switch to activate at 10.50 on the months of September and November

The switch bot presses the button on the epever solar charger

Can you please edit your posts and format them correctly for the forum. See: https://community.home-assistant.io/t/how-to-help-us-help-you-or-how-to-ask-a-good-question/114371#oneone-format-it-properly-16

Or use the </> button in the post toolbar.

Options for month conditions