Just-another-pleb
Just-another-pleb
I may have a similar problem, (Sorry not wanting to hi-jack your thread) Mine came about when I was changing IP addresses. It was working, I changed the IP address...
Slight update - and sorry. Yes it does support different networks. **BUT!** There does seem to be a problem. **More information:** I am still not sure if it is the...
Ok, here is a bigger picture of the problem as I see it: ``` [{"id":"e7b39ace.a09d2","type":"link in","z":"6dd5ca4d.d1958c","name":"Boot signal","links":["6448f189.7ce318"],"x":610,"y":4680,"wires":[["d54212c1.226718"]],"l":true},{"id":"d54212c1.226718","type":"delay","z":"6dd5ca4d.d1958c","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"outputs":1,"x":725,"y":4680,"wires":[["b5a97d4f.84ed58"]],"l":false},{"id":"b5a97d4f.84ed58","type":"function","z":"6dd5ca4d.d1958c","name":"build message","func":"var path = global.get(\"event_paths\");\nmsg.filename = path + \"plants.txt\";\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":880,"y":4680,"wires":[["82e4dfc5.1ba768"]]},{"id":"82e4dfc5.1ba768","type":"file in","z":"6dd5ca4d.d1958c","name":"Plants","filename":"","format":"utf8","chunk":false,"sendError":false,"encoding":"none","x":850,"y":4730,"wires":[["46e58700.dc6b38"]]},{"id":"46e58700.dc6b38","type":"ui_time_scheduler","z":"6dd5ca4d.d1958c","group":"c0eea23d.14fd5","name":"Plants","refresh":"60","devices":["Daily","Away"],"customPayload":false,"eventMode":false,"outputs":3,"order":11,"width":"6","height":"1","x":1040,"y":4730,"wires":[["39958344.67685c"],["4e17f8ac.78c5c8","8a49b79e.e2e9d"],["4e17f8ac.78c5c8","c133b660.f9987"]]},{"id":"c0eea23d.14fd5","type":"ui_group","name":"Automatic plant watering","tab":"e92ac76d.c24e7","order":12,"disp":true,"width":"6","collapse":false},{"id":"e92ac76d.c24e7","type":"ui_tab","name":"Real_World_Control","icon":"dashboard","order":14,"disabled":false,"hidden":false}] ```...
I am not really wanting to say it **IS** a bug - though the topic does say different. I noticed this happening and wanted to check if it is a...
Oh, sorry.... So `msg.nextDate` tells me when the next thing will happen? Sorry. I was overwhelmed with all the information in the message. Ok, my bad. I goofed (partly) asking...
Ok, but.... That answer is specifically if the **NEXT** event is a solarTimes event. (Poor wording by me - sorry) All my examples are driven by `solarTimes`. I get that....
> Where is the "evening golden hour start" time in the message? >In the solarTimes object. Also, if I am reading your reply correctly: That would be in the new...