Change grid meter script to emulate a EM540 for faster ESS control loop

This commit is contained in:
Carsten Schmiemann 2023-05-09 00:57:56 +02:00
parent c249ece7df
commit 964fdad48a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class NodeRedMetergrid-meter:
# Create the mandatory objects
self._dbusservice.add_path('/DeviceInstance', deviceinstance)
self._dbusservice.add_path('/ProductId', 45069)
self._dbusservice.add_path('/DeviceType', 345)
self._dbusservice.add_path('/DeviceType', 1744) # EM540 for faster ESS control loop
self._dbusservice.add_path('/ProductName', productname)
self._dbusservice.add_path('/CustomName', productname)
self._dbusservice.add_path('/Latency', None)