grzegorz914 / homebridge-enphase-envoy

Homebridge plugin for Photovoltaic Energy System manufactured by Enphase. Supported Envoy-IQ, Envoy-S and all peripheral devices.
MIT License
47 stars 9 forks source link

Log is not defined #131

Closed InRush79 closed 6 months ago

InRush79 commented 6 months ago

enjoydevice.js row 382 log(Device: ${host} ${deviceName}, ${message});

leads to an ReferenceError "log is not referenced" and a restart of child bridge. After commenting the line, everything works as expected.