Max 31850k

Hello, is it possible for Cayenne to support the Max31850k thermocouple amp? It’s a one wire device like the DS18B20.

There is currently no support for adding it directly through the dashboard, but you can add it with the MQTT API. You can see an example here of using the MQTT API with a python script on the Pi here Basically just replace the bits where I read the DHT sensors with your code to read the max31850, then upload to Cayenne. Let me know if you need any help, I have this sensor and can test.