FrodoVDR / node-red-gardena-sileno

8 stars 2 forks source link

Error in Function Node "mower" #1

Open sascha005 opened 4 years ago

sascha005 commented 4 years ago

Hi,

i have some trouble to get your Flow Running. I have entered my Login email and password and installed influxdb on my system. After i start the Flow, i get the following error on Debug Messages :

node: mower TypeError: Cannot read property 'value' of undefined

Can you point me into the right direction ? Do i missing something else ? Do i have to create tables in the database ? DO you need anything else on Informations ?

it would be very nice to hear from you :)

Thank you Cheers Sascha

christesting commented 4 years ago

I think var timestamp_next_start = { payload:msg.payload["devices"][1]["abilities"][4]["properties"][7].value }; has to be changed to var timestamp_next_start = { payload:msg.payload["devices"][1]["abilities"][4]["properties"][6].value };