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

TypeError: Cannot read property 'lastReportDate' of undefined #20

Closed jcgillespie closed 3 years ago

jcgillespie commented 3 years ago

Using plugin version 4.5.2

Error

[23/02/2021, 13:57:34] [enphaseEnvoy] Device: 192.168.9.10 Envoy, update Device state error: TypeError: Cannot read property 'lastReportDate' of undefined
    at envoyDevice.updateDeviceState (/usr/local/lib/node_modules/homebridge-enphase-envoy/index.js:2221:56)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
jcgillespie commented 3 years ago

Update : using plugin version 4.5.4, the above error went away, but was replaced with this one.

Device: 192.168.9.10 Envoy, update Device state error: TypeError: Cannot read property 'push' of undefined
    at envoyDevice.updateDeviceState (/usr/local/lib/node_modules/homebridge-enphase-envoy/index.js:2503:40)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)