Greg Doerr

Results 9 comments of Greg Doerr

I was able to implement a CustomAPIDevice using code from [this Github repo](https://github.com/monkeyboard/Wiegand-Protocol-Library-for-Arduino) without any issues. The code works as is (I had to drop the `IRAM_ATTR` on the interrupt...

Save the code below as wiegand_device.h and include it as a custom component in your YAML file. ``` custom_component: - lambda: |- auto wiegand = new WiegandReader(pin0, pin1, "script.to_call"); return...

You'd have to restructure the Wiegand class into a TextSensor. I don't recommend this because you're not interested in state, you really want the event which is why I call...

You can use either a [yaml script](https://www.home-assistant.io/integrations/script/) or a [python script](https://www.home-assistant.io/integrations/python_script/). I use a python script to validate the code sequences against a dedicated outlook.com calendar to control access to...

@pricard32 Rather than mucking up this feature request thread with a specific problem, perhaps you can post your question on Stack Overflow which is better suited and then post a...

I'm not sure if this was a change by Jandy or if it is the result of a change to use the httpx library. @flz mentioned something about that in...

You might try calling the config reload service manually through "Dev Tools" when the iAqualink service isn't working. If that works, then an automation will work. If that doesn't work,...

As requested [S30_msg.log](https://github.com/PeteRager/lennoxs30/files/14986310/S30_msg.log)

The exception is resolved with the API change, thank you. I have rebooted the indoor, outdoor and thermostat units but I'm still not getting good data. I have time this...