Allen Derusha

Results 95 comments of Allen Derusha

I am seeing similar behavior with the OTAA example, but annoyingly it does in fact work maybe 1% of the time - if I leave it running over night I'll...

The fact that it will every now and again successfully send data to TTN suggests strongly to me that the frequency plan, APPEUI, DEVEUI, and APPKEY are correct. I don't...

First thing, you'll probably want to [head over to the new repository for the project](https://github.com/HASwitchPlate/HASPone) as a lot has changed since this repo was moved over there. I'm not exactly...

Sure! First, I'd encourage you to check out the latest release [over here](https://github.com/HASwitchPlate/HASPone) (note the new repo). The HASPone release removes all of the packages and yaml, and replaces it...

I'm unable to re-create this behavior. ```bash mosquitto_pub -h hassio -u hassio -P hassio -t 'hasp/plate01/brightness/set' -m '10' mosquitto_pub -h hassio -u hassio -P hassio -t 'hasp/plate01/command/page' -m '2' ```...

If you want to issue a PR I'd love to roll these into the main project repo!

Also adding - create demo automations which can control sleep/wake state.

Not as of now, no. Doing this in a manner which works across all installations and which is also actually secure is problematic as we don't have the room nor...

I'm digging into this one with no success thus far. I think we might be able to do this by offering the user the ability to connect via TLS but...

Found some means to reduce the BearSSL memory requirements and that hasn't impacted functionality with any of the required services (MQTT add-in for Home Assistant and github). Validation process is...