You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the main() function of the example app. After some time i get the following error:
Process exited with code 1
Uncaught Error Error: timeout while waiting for device description from api
at <anonymous> (/Users/xxx/dev/home/node-free-at-home-example/node_modules/@busch-jaeger/free-at-home/lib/freeAtHomeApi.js:253:45)
at emit (events:514:28)
at onTimeout (/Users/xxx/dev/home/node-free-at-home-example/node_modules/@busch-jaeger/free-at-home/lib/freeAtHomeApi.js:348:14)
at listOnTimeout (internal/timers:573:17)
at processTimers (internal/timers:514:7)
The Code works well for other Devices such as switches, actuators or weather sensors. Any guidance on how to make this work?
The text was updated successfully, but these errors were encountered:
Hi,
I created an Energy Meter using
in the
main()
function of the example app. After some time i get the following error:The Code works well for other Devices such as switches, actuators or weather sensors. Any guidance on how to make this work?
The text was updated successfully, but these errors were encountered: