deg0nz / MMM-VartaESS

MagicMirror module to show information about Varta Energy Storage Systems
MIT License
0 stars 0 forks source link

No update if updateInterval is different to default #3

Open Pob4acke opened 2 years ago

Pob4acke commented 2 years ago

After you hinted me to my typo in the config, it seams that with another value for the update interval it is not working anymore:

Logs: [15.02.2022 14:03.18.069] [LOG] [VartaESS Data Fetcher (ID: 41)] {"name":"PortNotOpenError","message":"Port Not Open","errno":"ECONNREFUSED"} [15.02.2022 14:03.23.209] [LOG] [VartaESS Data Fetcher (ID: 41)] Connected.

Config: { module: 'MMM-VartaESS', position: "bottom_right", config: { ip: "192.168.20.9", // Entering the IP of the p$ header: "Hausbatterie", updateInterval: 5000, clientId: 41 } }