Chris Elsworth

Results 49 comments of Chris Elsworth

I've just run into this today as well. Running on an M1 Mac with PIO 6.1.4. I can reproduce ketan's experience exactly. The only useful thing I have to add...

I'll have a go :) My first attempt at simply switching the `AF_INET` to `AF_INET6` as a test brought a new error: ``` TypeError: no implicit conversion of nil into...

Hi :) Yeah no problem - I found that when trying to connect to a host that only had IPv6 connectivity, it failed because the address family was assumed to...

(2) should be fixed in #107 but the actual timesync code is still broken in DST changes thanks to (1) so its only a half-fix.

The two items planned so far, no probably not. The `v_pv` key isn't one of the more useful ones so I doubt anyone uses it at all, and the second...

I don't have strong opinions either way, I'm not opposed to it. I tend to think admin like this is a lot of effort for little reward, so its not...

Hi! Yeah I am absolutely open to improving this. We did a small rework of the HomeAssistant stuff a while back and I was concerned at the time it might...

Hey :) No, thats not an error! Thats the intended behaviour :) It's a bit misleading with the "No Content" I know, but thats just how influxdb responds. You should...

The database should be `lxp` and the measurements tables are `inputs`. Like this: ``` Connected to http://localhost:8086 version 1.8.5 InfluxDB shell version: 1.8.10 > use lxp Using database lxp >...