Zebble
Zebble
Trying to add this through [PR#3901 ](https://github.com/esphome/esphome/pull/3901)and I'm stuck. I'm getting output, but it doesn't match Tasmota. I'm getting small neg ative values (-3.1) instead of positive values. Other values...
Thanks @phil-d-wilson - I did some digging into the scheduler service and that does seem like it will work by time, but possibly not by activity? (ie. 5 minutes after...
I made a slight change to my original workaround as this didn't seem to work when rolled out on balenaOS. This command works: command: -c "(/usr/src/app/start.sh &) && sleep 15...
Hey @phil-d-wilson, added a new XSET_COMMAND option in [PR #104](https://github.com/balenablocks/browser/pull/104) that has worked well for many months. Hope this helps!
Merged latest master.
Any chance of getting this PR committed @phil-d-wilson ?
The RDM6300 seems to use a standard UART protocol. Wiegand is its own beast. It would require some interrupt-driven communication for accuracy, but does seem fairly simple. There's a good...
If you want local cache / standalone control, you might want to look at the esprfid project. It can also talk to Mqtt so can also be manually integrated with...
@gdoerr great work! Solves the immediate problem and really helped me understand how custom components work in esphome. Well done, and thank you.
> Would it make sense to simply extend the `start_single_valve` action to accept a run duration when it's called? ...and then if no duration is provided, assume the already configured...