Charlie Snyder
Charlie Snyder
For anyone else who comes across this, here's what I did: ``` nginx_configs: ssl: - | ssl_certificate_key {{ nginx_ssl_key_path }}; ssl_certificate {{ nginx_ssl_cert_path }}; ... add_header Strict-Transport-Security "max-age=31536000;includeSubDomains;preload" always; ```...
I'm seeing this as well on `1.2.55` on two different [Lora V2.1-1.6](https://meshtastic.org/docs/hardware/supported/lora#lora-v21-16) boards. ``` (meshtastic-env) PS C:\Users\mjrsn> meshtastic --info Traceback (most recent call last): File "C:\Program Files (x86)\Python38-32\lib\runpy.py", line 194,...
> Windows? Yes, this doesn't occur using the same device on a Linux host.
@jcherniak, I have started working on a similar UPS project and came across this project https://github.com/xm381/Raspberry-Pi-UPS. I haven't tested it yet as my application is somewhat different but it may...
I think you're missing the `--mqtt` argument. Try running it like this: `daly-bms-cli -d /dev/ttyUSB0 --soc --mqtt --mqtt-hass --mqtt-broker 192.168.1.2 --mqtt-user mqttuser --mqtt-password xxxxxxx`