rjcds
rjcds
> I am going to guess that @electronmoss-gitter may have been setting up wireguard for a default route, and this was causing wg-quick to use iptables. At least that is...
Interestingly, if I load the previous release (Mar 2019), I don't get the` iptables-restore v1.6.0: iptables-restore: unable to initialize table 'raw'` error But without a DNS entry in the conf...
Yeah it was a bit flaky, so I moved on to https://github.com/sthuber90/docker-speedtest **Much** better, and the developer is still interested :)
I got this (eg at 4 hour intervals) working with a single line crontab `0 6,10,14,20 * * * /var/www/html/scripts/speedtestRunner.py >/dev/stdout 2>&1` but the gotcha was that I had to...
> https://github.com/TheLastProject/lovelace-valetudo-map-card#displaying-as-overlay may help you. I guess it kinda solves your issue but I still want to add support for zones anyway so I'm leaving this open. Hi I'm trying...
> I was able to capture the events using MQTT Explorer; What are you editing in the config to get this ? I've tried uncommenting MQTT_PUBLISH_RAW_EVENTS = True but I'm...
> Yes. You should get events when zones open or when a partition is armed/disarmed Just seeing panel date/time in paradox/events/raw What needs to be enabled in the config to...
Thanks @jpbarraca I've emailed you the log. There are a few errors relating to 'Could not create event from change'...
Thanks so much @jpbarraca Here's the automation that's working for me so far: (The exact string slicing required in ‘message’ will vary depending on what you have labeled your partition...
> PAI natively supports pushover, signal, pushbullet and sms but it's not possible to customize the type and text in the messages. I must admit I glanced over these wiki...