Closed manj9501 closed 2 years ago
Hi @manj9501 - Thanks for great information! Would you want to submit a pull request for the README.md change so you get credit for this contribution? If not, I can add it.
Submitted PR #133, please take a look.
Thank you @manj9501 ! Changes merged.
Thanks much @jasonacox !
Hi @jasonacox
Great work, this library!
So I'm based in India and I recently purchased this particular 16 Amp Smart Plug, which is based on Tuya protocol version 3.3. I'm using it with Smart Life app and it's working without any hiccups.
Now when I poll for local devices using the
scan
command with tiny tuya, the following status is returned:Status: {'1': False, '9': 0, '17': 1, '18': 0, '19': 0, '20': 2295, '21': 1, '22': 552, '23': 35482, '24': 18486, '25': 1850, '26': 0, '38': 'memory', '39': True, '40': 'on', '41': False, '42': '', '43': '', '44': ''}
As you can see, we get a few additional Data Points which aren't listed in the readme for the library. If we click on the 'setting' option in the app after setting up the device, as shown in the following picture,
we land on page in the Smart Life app:
Now, I've already mapped the extra Data Points(in red) to their respective settings as can be seen in the second image above.
Here's a summary:
Can you please add this info to the readme? Please let me know if any concerns.
Thanks!