Added ulility meter config.
This commit is contained in:
		
							
								
								
									
										24
									
								
								utility_meters.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								utility_meters.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
|   internet_usage_in_monthly: | ||||
|     source: sensor.snmp_wan_in | ||||
|     name: Monthly internet traffic in | ||||
|     cycle: monthly | ||||
|   internet_usage_out_monthly: | ||||
|     source: sensor.snmp_wan_out | ||||
|     name: Monthly internet traffic out | ||||
|     cycle: monthly | ||||
|   internet_usage_in_daily: | ||||
|     source: sensor.snmp_wan_in | ||||
|     name: Daily internet traffic in | ||||
|     cycle: daily | ||||
|   internet_usage_out_daily: | ||||
|     source: sensor.snmp_wan_out | ||||
|     name: Daily internet traffic out | ||||
|     cycle: daily | ||||
|   internet_usage_in_hourly: | ||||
|     source: sensor.snmp_wan_in | ||||
|     name: Hourly internet traffic in | ||||
|     cycle: hourly | ||||
|   internet_usage_out_hourly: | ||||
|     source: sensor.snmp_wan_out | ||||
|     name: Hourly internet traffic out | ||||
|     cycle: hourly | ||||
		Reference in New Issue
	
	Block a user