mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add max9611 High Side Current Shunt ADC (#2705)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1077,7 +1077,21 @@ sensor: | ||||
|     cs_pin: | ||||
|       mcp23xxx: mcp23017_hub | ||||
|       number: 14 | ||||
|  | ||||
|   - platform: max9611 | ||||
|     i2c_id: i2c_bus | ||||
|     shunt_resistance: 0.2 ohm | ||||
|     gain: '1X' | ||||
|     voltage: | ||||
|       name: Max9611 Voltage | ||||
|     current: | ||||
|       name: Max9611 Current | ||||
|     power: | ||||
|       name: Max9611 Watts | ||||
|     temperature: | ||||
|       name: Max9611 Temp | ||||
|     update_interval: 1s | ||||
|    | ||||
|    | ||||
| esp32_touch: | ||||
|   setup_mode: False | ||||
|   iir_filter: 10ms | ||||
|   | ||||
		Reference in New Issue
	
	Block a user