1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Support for MCP9600 Thermocouple Amplifier (#3700)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
MrEditor97
2022-08-25 04:49:31 +01:00
committed by GitHub
parent 63290a265c
commit 8fa18ca7c7
6 changed files with 256 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ uart:
baud_rate: 19200
i2c:
frequency: 100khz
modbus:
uart_id: uart1
@@ -328,6 +329,13 @@ sensor:
store_baseline: true
address: 0x69
- platform: mcp9600
thermocouple_type: K
hot_junction:
name: "Thermocouple Temperature"
cold_junction:
name: "Ambient Temperature"
script:
- id: automation_test
then: