Chris Featherstone

Results 24 comments of Chris Featherstone

also, i wrote a home assistant automation now to run through all the zones once and then again (so the water can soak into the ground) and the automation will...

thanks. i also want to convert the number box from seconds to minutes. its tricky to constantly convert between the two so why not do it in the code

to be clear, the `quickrun_duration` is not a wyzeapi stored parameter at all. It takes `duration` as a payload when you call `quickrun`. In this case, i was using home...

i think when i tried that it didnt work (back when the button had state. but i may have misunderstood state versus the extended attributes at that time. Let me...

looking closer, i think the issue is that the zone class is a different instance. the button platform gets its own irrigation device `button.py` > irrigation_service = await client.irrigation_service >...

maybe the right way is to create a top level device. This is unique because its a device with several different platform types. currently i am building some buttons, numbers...

I didnt find a great way to build an abstraction so ive just been using it as designed so far in this PR. There might be one or two small...

this PR now matches what ive been running at home for two months or so

@SecKatie let me know what to do (if anything in this PR). I also have some templates that have been helpful for running the sprinklers at my house. I dont...

@SecKatie @brg468 ptal at the new button.py logic on L139. seems to be working for me with two controllers. I also tried some crazy special characters and weird names in...