ToxicBunny
Oi! Leave me out of this...
Actually very cool idea....
and the price point is not ridiculous either, so its attractive.
and the price point is not ridiculous either, so its attractive.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
not worth spending that kind of money just so I can check the temp or humidity, but thanks for the input.
Care to share your rules?No - I just turn on my pump according to cloud cover, temperature, degrees of the sun... if none of those apply for the day, I run a maintenance schedule. Didn't see the point of a solenoid.
Care to share your rules?
Care to share your rules?
- alias: 'Pool - Summer - Start Schedule'
initial_state: true
trigger:
platform: state
entity_id: binary_sensor.pool_heating_conditions
to: "on"
condition:
condition: and
conditions:
- condition: state
entity_id: input_boolean.enable_pool_automation
state: 'on'
- condition: state
entity_id: switch.pool_pump
state: 'off'
action:
- service: switch.turn_on
entity_id: switch.pool_pump
- alias: 'Pool - Summer - Stop Schedule'
initial_state: true
trigger:
platform: state
entity_id: binary_sensor.pool_heating_conditions
to: "off"
condition:
condition: and
conditions:
- condition: state
entity_id: input_boolean.enable_pool_automation
state: 'on'
- condition: state
entity_id: switch.pool_pump
state: 'on'
- condition: state
entity_id: input_boolean.pool_maintenance_running
state: 'off'
action:
- service: switch.turn_off
entity_id: switch.pool_pump
- alias: 'Pool - Maintenance Start'
initial_state: true
trigger:
platform: time
at: '11:30:00'
condition:
condition: state
entity_id: input_boolean.enable_pool_automation
state: 'on'
action:
- service: switch.turn_on
entity_id: switch.pool_pump
- service: input_boolean.turn_on
data:
entity_id: input_boolean.pool_maintenance_running
- alias: 'Pool - Maintenance Stop'
initial_state: true
trigger:
platform: time
at: '13:30:00'
condition:
condition: and
conditions:
- condition: state
entity_id: input_boolean.enable_pool_automation
state: 'on'
- condition: state
entity_id: switch.pool_pump
state: 'on'
- condition: state
entity_id: binary_sensor.pool_heating_conditions
state: 'off'
action:
- service: switch.turn_off
entity_id: switch.pool_pump
- alias: 'Pool - Maintenance Stop - Variable'
initial_state: true
trigger:
platform: time
at: '13:30:00'
action:
- service: input_boolean.turn_off
data:
entity_id: input_boolean.pool_maintenance_running
- platform: template
sensors:
pool_heating_conditions:
friendly_name: "Pool Heating Conditions"
value_template: "{{ ((states('sensor.yr_symbol')|float < 4) and (states('sensor.outside_temperature')|float > 20) and (states('sensor.sun_elevation')|float > 40)) }}"
device_class: heat
An excellent idea, simulate your light patterns from the previous week when away instead of random times.
https://github.com/danrspencer/hass...1cf1ed1a1ffa8a/configuration/sensor/away.yaml
Xiaomi Yeelight?Can anybody recommend good flash-able (Tasmota or ESPhome) globe?
White/Warm white, something similar to the Wyze bulb. I have some other tuya based globes but their colors suck and I need something better, like the Wyze but flash-able (internet down = wyze down).
If imported from China, a link to a tried and tested aliexpress store would be great.
Local would be best......if pricing is acceptable.
Xiaomi Yeelight?
Looks like can be firmware flashed...if you want to go through that work... https://hackaday.com/2018/03/29/dumb-down-your-smart-lamp-with-a-custom-firmware/
But it also has LAN control mode: https://www.yeelight.com/faqs/lan_control
HmmmThe Yeelights just look huge. Do they fit most standard light fittings or only larger type fittings?
Not to bothered about RGB, looking for a good quality White globe, even if it's only warm white.
One day when we're bigger we'll branch out ;-)Finally getting round to doing this. My smart plugs arrive tomorrow then off to get a google home mini.
My issue is that South Africa doesn’t have a large amount of smart items, such as coffee makers, kettles, washing machine and dishwashers
No sorry guys, still working on it with Allterco.I forget.. Is the shelly 1 available locally yet?
Xiaomi Yeelight?
Looks like can be firmware flashed...if you want to go through that work... https://hackaday.com/2018/03/29/dumb-down-your-smart-lamp-with-a-custom-firmware/
But it also has LAN control mode: https://www.yeelight.com/faqs/lan_control
Finally getting round to doing this. My smart plugs arrive tomorrow then off to get a google home mini.
My issue is that South Africa doesn’t have a large amount of smart items, such as coffee makers, kettles, washing machine and dishwashers
Apologies if this has been asked before (it's a loooong thread)
Sonoff basic dimensions : (L)88x(W)38x(H)23mm
So should fit in a double plug cavity that appears to be 100x100x40 without needing to butcher the casing, right?