SergiuToporjinschi / node-red-contrib-heater-controller

Heater controller for node-red dashboard
GNU General Public License v3.0
18 stars 17 forks source link

TypeError: Cannot set property 'logs' of undefined #45

Closed holgerpieta closed 3 years ago

holgerpieta commented 4 years ago

Current NPM version (2.0.1) throws above error on node-red startup. Maybe the error happens at other times, too, but I encountered it after restart.

I had a quick look into the code, but couldn't find an obvious culprit, but there have been a lot of commits since 2.0.1.

bburkett52 commented 4 years ago

I am using version 2.0.1 with Node Red 1.0.3 and it is working great.

~Bob

holgerpieta commented 4 years ago

I'm running node-red 1.0.4, dunno if that's the reason.

davebarrett1959 commented 4 years ago

I believe it's because the CurrentTemp has not been set. As soon as this is injected it seems to stop this error.

SergiuToporjinschi commented 3 years ago

Hi and sorry for the delay, but I'm working on this in my spare time. Is this still an issue?

holgerpieta commented 3 years ago

Looks like it's fixed, so let's close this.