Robert Cook

Results 187 comments of Robert Cook

I am not a big fan of WU but it was one of the services that my PWS would feed and could get it back. However, my PWS died a...

I setup OWM in the onecall_hourly mode. Temperature should be a straight swap out for the OWM sensors. It looks like you get the rain for the last hour whereas...

Struggling to get the daily rainfall from OWM. It gives rainfall for the last hour but very difficult to translate this to the daily accumulated total. For the record OWM...

Create a sequence for example. ```yaml irrigation_unlimited: controllers: zones: - entity_id: "switch.my_switch_1" sequences: - name: Eco schedules: - time: "05:00" zones: - zone_id: 1 duration: "00:05" delay: "00:05" - zone_id:...

This example is now included. Also the requirement for a schedule has been relaxed when a schedule is just used for manual runs.

There is no enable/disable for sequences but a good thought. Schedules that are under zones and the schedules in sequences are one in the same. In fact they run the...

Sequences can trigger multiple zones at the same time. The `zone_id` parameter can take a list i.e. `zone_id: [1,2,3]`. Cheers

Create an automation that tracks the sensor (binary_sensor.irrigation_unlimited_c1_z1 for example). When it changes make a service call to the cover.ventil001 entity. You can control any using this technique. This is...

Remove the `entity_id: "cover.ventilp_179_cover_1"` line, the automation should be driving this. What is the underlying `switch.bre_et125` and can you drop it on a button card and control it from there?...

I have a number of Sonoff zigbee switches and get the same result when there is a communication problem. HA sends the signal to the device and displays it as...