Matt Downs

Results 6 comments of Matt Downs

Also had this issue when running this package inside [docker-homebridge](https://github.com/oznu/docker-homebridge). Downgrading to 0.9.5 fixes the issue for me.

@rolextm sounds awesome!! I'd love to see the files but they weren't attached correctly. Happy to accept PR if you want to do that too. I think I am due...

@gurvir44 I don't have the software installed to generate a schematic right now but this should hopefully help you out 😄

In my case, the previous owner of my car had installed Defi brand digital boost and oil pressure sensors and gauges - I was able to hook into the existing...

In terms of hardware: Sensor readings won't be an issue, just hook each one up to a different analogue input. Not too sure how to drive 2 seperate i2c displays...

@half-finished Sure! The `boostPressure` variable contains the pressure as an int: `boostPressure = 1234` would mean a measurement of 12.34psi To convert 1234 to 12.34 I cast the int to...