meluvalli
meluvalli
Well, apparently after more research, some devices doesn't advertise the DPS correctly until the entity has been properly initialized onto Tuya server... So, i'm guessing no way around this at...
What's strange about it is that I can still control the device using: ``` data = d.set_status(3, 3) ``` It still does the feeder even though the dps isn't there....
Yep. No difference :( ``` set_status() result {'dps': {}, 'type': 'query', 't': 1474} ```
Yes. Sorry, just coppied and pasted from another script :) ``` data = d.status() print('set_status() result %r' % data) ``` Was the code I used. It is actually d.status :)
Still doesn’t work for me. Needs to connect to there server before it gets it parameters :( You can still control the device and send feed commands to it, you...
I also am getting 0x80070001 - 0x4002F with latest build (26217.5000). I have tried both WIM and normal boot modes. I did notice that once in Windows Setup, after you...
Hmm. I formatted the USB as NTFS and still got the error. So, I wonder what is different? I used GPT instead of MBR. Is that the same as what...
I can confirm MBR solved the problem! So format as NTFS and use MBR and all is good!
Hmm. Ok. Found the issue. It appears on line 120 you have: ``` is_us_region=False ``` This hard codes it to say it's not US. I change it to True and...
Hmm. Ok. Well, after you login, what should happen exactly? I know it suppose to generate the logindata.json... But is FireFox suppose to go to a blank page? Is it...