Cornelius Suermann

Results 29 comments of Cornelius Suermann

Hi @g-marsden, As a workaround you might want to combine presence-faker with the soncron node like this: ```javascript [{"id":"8db08b64.688498","type":"presence-faker","z":"b8996d00.12606","name":"","onPayload":"ON","onPayloadType":"str","onTopic":"","offPayload":"OFF","offPayloadType":"str","offTopic":"","windowBegin":"06:00","windowEnd":"06:01","minDurationHours":0,"minDurationMinutes":"2","minDurationSeconds":0,"minDuration":"120","maxDurationHours":0,"maxDurationMinutes":"5","maxDurationSeconds":0,"maxDuration":"300","minCount":"2","maxCount":"5","startupBehavior":"onStartup","actionOnDisable":"none","firstBlockType":"off","lastBlockType":"off","isLoggingEnabled":false,"x":1000,"y":280,"wires":[[]]},{"id":"5f8d5646.1c9208","type":"suncron","z":"b8996d00.12606","name":"","lat":"52.579659699999996","lon":"13.435244399999999","replay":false,"ejectScheduleOnUpdate":true,"sunrisePayload":"sunrise","sunrisePayloadType":"str","sunriseTopic":"","sunriseOffsetType":1,"sunriseOffsetHours":0,"sunriseOffsetMinutes":0,"sunriseOffset":0,"sunriseEndPayload":"","sunriseEndPayloadType":"str","sunriseEndTopic":"","sunriseEndOffsetType":1,"sunriseEndOffsetHours":0,"sunriseEndOffsetMinutes":0,"sunriseEndOffset":0,"goldenHourEndPayload":"","goldenHourEndPayloadType":"str","goldenHourEndTopic":"","goldenHourEndOffsetType":1,"goldenHourEndOffsetHours":0,"goldenHourEndOffsetMinutes":0,"goldenHourEndOffset":0,"solarNoonPayload":"","solarNoonPayloadType":"str","solarNoonTopic":"","solarNoonOffsetType":1,"solarNoonOffsetHours":0,"solarNoonOffsetMinutes":0,"solarNoonOffset":0,"goldenHourPayload":"","goldenHourPayloadType":"str","goldenHourTopic":"","goldenHourOffsetType":1,"goldenHourOffsetHours":0,"goldenHourOffsetMinutes":0,"goldenHourOffset":0,"sunsetStartPayload":"","sunsetStartPayloadType":"str","sunsetStartTopic":"","sunsetStartOffsetType":1,"sunsetStartOffsetHours":0,"sunsetStartOffsetMinutes":0,"sunsetStartOffset":0,"sunsetPayload":"sunset","sunsetPayloadType":"str","sunsetTopic":"","sunsetOffsetType":1,"sunsetOffsetHours":0,"sunsetOffsetMinutes":0,"sunsetOffset":0,"duskPayload":"","duskPayloadType":"str","duskTopic":"","duskOffsetType":1,"duskOffsetHours":0,"duskOffsetMinutes":0,"duskOffset":0,"nauticalDuskPayload":"","nauticalDuskPayloadType":"str","nauticalDuskTopic":"","nauticalDuskOffsetType":1,"nauticalDuskOffsetHours":0,"nauticalDuskOffsetMinutes":0,"nauticalDuskOffset":0,"nightPayload":"","nightPayloadType":"str","nightTopic":"","nightOffsetType":1,"nightOffsetHours":0,"nightOffsetMinutes":0,"nightOffset":0,"nadirPayload":"","nadirPayloadType":"str","nadirTopic":"","nadirOffsetType":1,"nadirOffsetHours":0,"nadirOffsetMinutes":0,"nadirOffset":0,"nightEndPayload":"","nightEndPayloadType":"str","nightEndTopic":"","nightEndOffsetType":1,"nightEndOffsetHours":0,"nightEndOffsetMinutes":0,"nightEndOffset":0,"nauticalDawnPayload":"","nauticalDawnPayloadType":"str","nauticalDawnTopic":"","nauticalDawnOffsetType":1,"nauticalDawnOffsetHours":0,"nauticalDawnOffsetMinutes":0,"nauticalDawnOffset":0,"dawnPayload":"","dawnPayloadType":"str","dawnTopic":"","dawnOffsetType":1,"dawnOffsetHours":0,"dawnOffsetMinutes":0,"dawnOffset":0,"x":600,"y":280,"wires":[["d2acfb9f.e06f98"]]},{"id":"d2acfb9f.e06f98","type":"function","z":"b8996d00.12606","name":"PF config","func":"if (msg.topic != 'suncron:schedule') {\n return\n}\n\nconst windowBeginEvent = 'sunrise'\nconst windowEndEvent =...

Thank you for proposing this feature, @paede81! I guess this could clash with the other constraints that are currently supported (e.g. min/max count): Depending on the values you chose, the...

Hi @A380Coding! Thanks for investigating this issue! I was wondering if you happen to have any debug output that could be useful?! If you activate the "Logging" option in the...

Hi @A380Coding, I could not reproduce that problem. Could you please observe the Network activity of the Developer tools while opening up the Node details? It should show a call...

If you use Chrome, you should find the developer tools under 'View > Developer > Developer Tools'. Since you need to inspect the communication between the Node-RED frontend and its...

Hmm, is there anything being displayed when you select the presence-faker node and then click the "Context Data" button in the sidebar?

That might be spot on, since you mentioned a 401 / Unauthorized error.

Hi @ITSERV-AT, Thanks for reaching out! I have not come across this issue before. Did you try updating your Alexa app, as the error message suggests?

- Have you activated the VSH skill in the Alexa app using the _same_ account that you used for the account linking process in Node-RED? - Have you tried creating...