ottopaulsen / node-red-contrib-power-saver

A Node-RED node to saver money by turning off when the power is most expensive
Other
70 stars 17 forks source link

set entity error messages #170

Open pittbull opened 12 months ago

pittbull commented 12 months ago

Hi.

I am suddenly getting a load of these messages:

image

Any ideas as to why? No changes I am aware except from updating HA and NR.

pittbull commented 10 months ago

This has started to happen again and I've found out that if I disable the following two lines in "update sensors" the error goes away:

image

Assuming this has something to do with the calculation of the highest hour the following warning flag is displayed in "find highest per day":

image

Please advise.

ottopaulsen commented 10 months ago

I suggest you put some debug nodes in there and look for incorrect data. Perhaps after Calculate values and maybe after Find highest per day. That should give you more clues on what is wrong.