Skip to content

Commit

Permalink
Update read_energy_meter.py
Browse files Browse the repository at this point in the history
fix tag name
  • Loading branch information
chakphanu committed Oct 20, 2018
1 parent 072102e commit de1f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read_energy_meter.py
Expand Up @@ -109,7 +109,7 @@ def collect_and_store(self):
'measurement': 'energy',
'tags': {
'id': meter_id,
'meter': meter['name'],
'meter': meter_id_name[meter_id],
},
'time': t_str,
'fields': datas[meter_id]
Expand Down

0 comments on commit de1f61d

Please sign in to comment.