nikkow / node-red-contrib-tahoma

Node-RED module to control a Somfy Tahoma box (Roller shutters...). Used for home automation flows.
Apache License 2.0
19 stars 11 forks source link

Somfy API seems no longer to respond to node red. #23

Closed hmwelsch closed 4 years ago

hmwelsch commented 4 years ago

Somfy App on their web site responds OK with approval and valid credentials. Tokens are not expired and efresh of API tokens works flawless too. However, no devices can be found in new nodes and the corresponding fields are greyed out. No data can be received by read nodes that were previously working, nor can any new nodes be defined. On existing nodes site and device entries are filled with 8-digit hex values connected by hyphens. Debug output from nodes is like: {"topic":"","payload":null,"_msgid":"c08144c1.1739a8"}.

bakman2 commented 4 years ago

Same issue here. I wonder if the whole oauth process could be incorporated into the node without the need to use popups and reset of tokens.

bakman2 commented 4 years ago

It looks like their ssl/tls certificate expired on March 21st and because of the lockdown in france no action will be taken. https://www.ssllabs.com/ssltest/analyze.html?d=api.somfy.com

bakman2 commented 4 years ago

Certificate has been renewed, node is functional again.

hmwelsch commented 4 years ago

Great, thanks for evaluating!