-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 2406 #134
Comments
Thank you for your feedback, we will solve this issue soon |
I have the same issue |
Same problem here too! |
Im also getting the same issue. |
I found a workaround to this issue. I had to input my personal information into the tuyashopenapi.js program directly. /usr/lib/node_modules/homebridge-tuya-platform/lib/tuyashopenapi.js my example: const axios = require('axios').default; constructor(accessId, accessKey, username, password, countryCode, appSchema, log, lang = 'en') {
|
The only thing you need to do is changing the endpoint:
|
Where should I change it ? |
In file /usr/local/lib/node_modules/homebridge-tuya-platform/lib/tuyashopenapi.js |
So I can edit that file directly from Homebridge terminal ? Sorry for all the questions but I’m new to homebridge |
Sure! You can either use "vi" or "nano" editor. Just replace the line (or comment out using double slashes // as mentioned before):
with the new line for european users:
EDIT: I currently don't get all my devices shown up in Home App, only the switches. Currently thermostat and curtain switches don't show up. Therefore I currently use this plugin: https://github.com/milo526/homebridge-tuya-web |
Have a look at the screenshot. The error is marked with the ^^^^^^ signs. ;-) Edit the file again and replace the duplicate single quotes (or is it a single double quote?) in the line where you changed the endpoint URL. |
Most probably this one is a copy of #131 |
tried it, now got the following error: |
Seems like you do not have permission to access the API. |
I have the same, even if all the API have permissions. And my lights bulb appear but not my exterior RGBW light (Lsc Smart) so for now I use also the Tuya-web plugin |
Keep in mind the password in plugin configuration must be the password from the mobile app and not the password from the iot.tuya.com |
Hi guys, Sorry for the late reply. |
The issue has been fixed and released in version 1.5.0 |
@Hanh94 since 1.5.0 I cannot login at all. I just get error 1106 all the time now. |
@Hanh94 I too am now getting the 1106 error since updating to 1.5.0 |
@Hanh94 I have also tried rolling back to 1.4.2 and i am still getting the 1106 error |
Hello. I can't access too. I did the change on URL but same issue:
What are the data centres options you are using? Thanks in advance. |
Hi guys. |
@Hanh94 Do you have an ETA on a fix/resolution to the 1106 error? |
Hi everyone, I was getting the same error yesterday and it was resolved. However it has come back again this morning: TuyaOpenAPI response: {"code":1109,"msg":"param is illegal, please check it","success":false,"t":1636109496612} path = /v1.0/iot-01/associated-users/actions/authorized-login |
TuyaOpenAPI response: {"code":2406,"msg":"skill id invalid","success":false,"t":1636116141984} path = /v1.0/iot-01/associated-users/actions/authorized-login |
I have the same problem. On the website Tuya api already offer to include some kind of plan for $ 1200 or go to the Trial Edition plan for 1 month. If they want money this will be the last TuYa device I bought. |
Still being worked on? |
Really important point!! |
That’s what it was. Had to setup a password, was using the Google login.
… On Dec 11, 2021, at 04:37, DJBenson ***@***.***> wrote:
Keep in mind the password in plugin configuration must be the password from the mobile app and not the password from the iot.tuya.com
Really important point!!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I am having the same issue. Do we know if this problem has been fixed? |
Same issue for me... |
For anyone having this issue - I was able to fix it by manually entering the config values into the Homebridge ui config json rather than using the input fields in the plugin. The main ones that seemed to be missing from when it was configured with the plugin ui were 'countryCode' and 'endpoint'. Take a look at the instructions on the readme to see what these values should be rather than relying on the plugin ui. Also the country code should be a number (e.g. 44 for United Kingdom) not the country code string (e.g. gb) as stated in the plugin ui. This fixed the issue for me. Hope this helps! The plugin ui should be fixed to account for this or the docs should clarify this a little more. |
Hello guys, i'm with this same erros... Anyone can help? TuyaOpenAPI response: {“code”:2406,“msg”:“skill id invalid” this is my config.js file: {
} I’m in Brazil, and already try few contry codes: 86, 55 but noone worked… |
Hello my friend, Could you please share your config.js file? |
Hello everyone, I DID IT! First of all, only work on my new tuya accont, I have a 2 years tuya account, and I just can't make work, so if your Tuya account is 6 months or older, I recommend create a new one. When I create a new cloud project on tuya platform, I'm select both servers: Eastern and Western (I'm in Brazil). On Devices - link tuya app account, I have to conect with my app account on both servers (Westean and Eastern), I have to make this procedure, twice (read the QR code) After this, I just return om my homebridge server, put my account information, and IT's WORKS!! This is my config.js file: |
I reported 1109 to tuya support and they answered:
You can reported the issue here https://service.console.tuya.com/ for faster "handling". |
Stale issue. we will close the issue soon. If this issue has not been resolved, please update the issue and contact us in time. |
Hello
im trying to setup home bridge but it doesn’t work.
I always get error 2406 : Skill Invalid.
My data center is set to : Central Europe
I’m from Belgium and selected Belgium in the Tuya app
My app is linked to the Tuya IOT platform
Acces ID and access key are correct also
Login and password on home bridge plugin are the same as the app
but it doesn’t work. Always return a 2406 error. What can I do ?
The text was updated successfully, but these errors were encountered: