Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sicheste committed Apr 29, 2024
1 parent ae15454 commit 4a43814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/mqttDeyeMicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def device(config):
"topic": topic,
"topicmap": {
f"{topic}/ac/active_power": [ "power_active", "l1_power_active", "power_apparent" ],
f"{topic}/ac/freq": [ "frequency" 1 ],
f"{topic}/ac/freq": [ "frequency" ],
f"{topic}/ac/l1/current": [ "l1_current" ],
f"{topic}/ac/l1/voltage": [ "voltage_ln", "l1n_voltage" ],
f"{topic}/total_energy": [ "energy_active", "l1_energy_active", "import_energy_active", "l1_import_energy_active" ],
Expand Down

0 comments on commit 4a43814

Please sign in to comment.