Christopher Piggott

Results 29 issues of Christopher Piggott

Referencing #724 and #543 I was still having problems with a specific line in the [entrypoint script](https://github.com/influxdata/influxdata-docker/blob/0f0bdbbb22b44e9a5953b0f733d6992ade4d7c55/telegraf/1.30/entrypoint.sh#L21) The line currently reads: `extra_groups="$(id -Gn || true)"` This script doesn't honor UID;...

If I already have the frame header parsed - frame header, command is 10 (report attributes) can i use this library to parse _just_ the ZCL content itself, by sending...

I'm attempting to write my own little tool for doing some maintenance of the ALDB, starting with the PLM. It's not going super, and I'm looking for some help. Based...

question

- Create a subclass for insteon thermostats and split 2441TH and 2441V devices. Currently these are identical but they won't be for long, as I don't want to introduce "universal"...

**Is your feature request related to a problem?** I need to be able to have the username come from an HTTP header via HTTP proxy. Tracing through the code, this...

enhancement

How would you feel about adding a count of out-of-order responses received? In some wacky routing scenarios this would be useful. https://github.com/prometheus-community/pro-bing/blob/6bee2459eb4c8ab44f90837a700ae8e1dc0e035c/ping.go#L703

I upgraded from the version of this integration that comes with home assistant to the latest github and there are two things going haywire: * The tire pressures are coming...

I was unable to initially install this in a docker image. ``` 2024-05-03 07:59:34.175 ERROR (SyncWorker_6) [homeassistant.util.package] Unable to install package subarulink==0.7.11: ERROR: Could not install packages due to an...

I am trying to use adafruit_minimqtt with the default circuitpython socket implementation, like this: ``` pool = socketpool.SocketPool(wifi.radio) ssl_context = ssl.create_default_context() ssl_context.check_hostname = False mqtt_client = MQTT.MQTT( broker="192.168.1.2", port=8883, username="abcdefgh",...