A repository for MicroPython code that communicates with and relays information from the Texas Instruments TMP117/119 temperature sensor.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
831 B

[
{
"micro_id": 1000000000000000,
"wifi_or_usb": "usb",
"temperature_topic": "TEMPERATURE TOPIC",
"inbound_topic": "INBOUND TOPIC",
"network_settings":{
"ssid": "SSID",
"wifi_pw": "PASSWORD",
"mqtt_server": "IP ADDRESS",
"mqtt_port": 1883,
"mqtt_queue_length": 4
},
"i2c_buses":[
{
"name": "EG I2C",
"scl": 1,
"sda": 0,
"freq": 400000,
"hard_i2c": true,
"hard_i2c_bus": 0
}
],
"sensors":[
{
"name": "EG SENSOR",
"i2c_name": "EG I2C",
"i2c_addr": 72,
"config": 544
}
]
}
]