kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.95k stars 494 forks source link

DFRobot PT1000 Temperature-Sensor - DFR0558 #1189

Closed snickers2k closed 2 years ago

snickers2k commented 2 years ago

As an alternative I2C-Method for the Atlas PT1000 Temperature Sensors, these ones from DFRobot only costs $25 would be great to have them as official input

https://www.dfrobot.com/product-1753.html

thanks

kizniche commented 2 years ago

This device uses the MAX31855 chip, which is already supported in Mycodo.

kizniche commented 2 years ago

However, I just noticed only UART is supported by the current MAX31855 library, whereas the DFRobot library uses I2C. I'll see about adding the additional library to support the DFRobot I2C device.

kizniche commented 2 years ago

I just added this Input in https://github.com/kizniche/Mycodo/commit/936421452645c78a367c88c86b1f6bdf32f8598a

I don't have this, but it should work, if the dfrobot library works. I probably buy this and can verify once it arrives.

snickers2k commented 2 years ago

amazing. thank you!