Cornelius Suermann

Results 29 comments of Cornelius Suermann

Hi @hvorragend, Thanks for the suggestion. How would you concretely envision this to work?

@jpadie, good catch. I believe this does the trick: `MOMENTO_TOKEN: ${env:MOMENTO_TOKEN, ''}`

> I take it whatever was blocking this has been solved. Actually, nothing was really blocking this. I misremembered...

Looks like issues already processed in previous runs never get closed due to the cache. _.github/workflows/stale.yaml_: ```YAML name: 'Close stale issues' on: workflow_dispatch: schedule: - cron: '30 1 * *...

Hi @ganzton, > npm install --no-package-lock --global-style --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production [email protected] This doesn't look like an error but rather like the `npm install` command issued by Node-RED....

you can also delete the entire shadow. But if your devices re-appear there, it looks like there is (another?) Node-RED instance recreating them?!

Hello @ToMoHH, The specific use case you mentioned isn't supported. The algorithm mandates at least one ON and OFF block, and it automatically shortens the ON block by 10% if...

Hi @windsurferwill, Thanks for reaching out! Just to make sure I understand your suggestion correctly: How do you envision presence faker to know a device's state prior to enabling it?

One possible way of going about this could be to feed all device state changes as they happen into the presence-faker node for it to remember it, so that once...

Hi @fabienouwerx, Would you mind sharing your flow export?