Martin Buchleitner

Results 35 comments of Martin Buchleitner

No the port is not disabled, but the default port is set to 80. But of course this should not be overwritten on existing configurations/setups. You can also use the...

Please retry with the latest version which is now on publishing

I damn that workflow broke - i updated the workflow and published the node manually, and also updated flows.nodered

@Killemfirstone Did the update work on your installation?

Ok - can you turn on debugging by following: set an env variable `DEBUG` to `node-red-contrib-alexa-home`: ``` version: '3.5' services: node-red: image: nodered/node-red:latest user: root environment: - TZ=Europe/Berlin - DEBUG=node-red-contrib-alexa-home...

sent anyway -> the output in the node is generated and sent to linked nodes?

still working - items get information and also forward the information but it seems that the response to alexa is not correct because the device gets marked as failed after...

Thanks for the input! I gonna review this code segments in the next days and hopefully fix this !

Can you create a short update on the SDK how to extend it? Or did I miss it in the readme?