We have ported all the sensor supported in OpenPlotter 2 to OpenPlotter 3 and added a few more.
Signal K server communication has been improved. UDP connections are no longer used, now sensors send data by websockets.
An important new feature has been added, now you can multiplex sensors using multiple TCA9548A modules. This means that your sensors can share addresses: https://learn.adafruit.com/working-with-...2c-devices
This is the list of supported sensors and the implementation status:
INA219 (bus voltage, shunt voltage, current, power)
Status : Implemented and tested
Multiplexing: Implemented but not tested yet
INA260 (voltage, current, power)
Status : Implemented and tested
Multiplexing: Implemented and tested
BH1750 (illuminance)
Status : Implemented and tested
Multiplexing: Implemented and tested
BME680/688 (pressure, temperature, humidity, gas)
Status : Implemented and tested
Multiplexing: Implemented and tested
BME280 (pressure, temperature, humidity)
Status : Implemented and tested
Multiplexing: Implemented but not tested yet
BMP280 (pressure, temperature)
Status : Implemented but not tested yet
Multiplexing: Implemented and tested
BMP3XX (pressure, temperature)
Status : Implemented but not tested yet
Multiplexing: Implemented but not tested yet
BMP085/180 (pressure, temperature)
Status : Not implemented and deprecated
Multiplexing: incompatible
HTU21D (temperature, humidity)
Status : Implemented and tested
Multiplexing: Implemented and tested
LPS3X (pressure, temperature)
Status : Implemented but not tested yet
Multiplexing: Implemented but not tested yet
MS5607-02BA03 (temperature, humidity)
Status : Implemented and tested
Multiplexing: incompatible
ADS1115 (analog to digital conversion)
Status : Implemented and tested
Multiplexing: Implemented and tested
ADS1015 (analog to digital conversion)
Status : Implemented but not tested yet
Multiplexing: Implemented but not tested yet
Please test and report here as usual. I will update this post with your feedback. If you have any issue or something does not work as expected, follow these steps before reporting:
- Go to OpenPlotter-Settings-System log and click "Debugging mode"
- Go to Accessories-Terminal
- Type openplotter-i2c and press enter
- Add your sensors and copy here any error message in the terminal
Enjoy