We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceadf2 commit c3c3fe3Copy full SHA for c3c3fe3
dbus-mqtt-grid/dbus-mqtt-grid.py
@@ -403,7 +403,7 @@ def _n(p, v): return (str("%i" % v))
403
'/Ac/L3/Power': {'initial': 0, 'textformat': _w},
404
'/Ac/L3/Current': {'initial': 0, 'textformat': _a},
405
'/Ac/L3/Voltage': {'initial': 0, 'textformat': _v},
406
- '/Ac/L2/Frequency': {'initial': None, 'textformat': _hz},
+ '/Ac/L3/Frequency': {'initial': None, 'textformat': _hz},
407
'/Ac/L3/Energy/Forward': {'initial': None, 'textformat': _kwh},
408
'/Ac/L3/Energy/Reverse': {'initial': None, 'textformat': _kwh},
409
})
0 commit comments