mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Support for MCP9600 Thermocouple Amplifier (#3700)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user