homebridge-connexoon
homebridge-connexoon copied to clipboard
Unknown user error
Hi, I'm having trouble getting this plugin to login to my Somfy Tahoma account. I keep getting this:
[17/03/2023, 09:15:06] [Connexoon] Failed to get device list {
errorCode: 'RESOURCE_ACCESS_DENIED',
error: "Unknown user : '[email protected]'"
}
[17/03/2023, 09:15:06] [Connexoon] Could not initialise platform, will retry in 5 min
I've tried all the values for the Service config I can login just fine at https://www.somfysystems.com/en-us/tahoma-account
Is there any way to see more debug output to understand what may be going wrong?
Hey @stevehoek could you show me what service
you listed in your platform configuration for the plugin?
Seems like you are from the US so the default service
value of ConnexoonRTS
(for Australia) won't work for you.
Try setting "service": "TaHomaUSA"
thanks, worked for me when using service: Connexoon instead of service: ConnexoonRTS.