logo elektroda
logo elektroda
X
logo elektroda

Tuya T2-U module only allowing 4 data points—how to enable more DPs for custom functions?

greenealf 57 2
ADVERTISEMENT
  • #1 21591980
    greenealf
    Level 2  
    I'm trying to add custom functions to a Tuya T2-U development module (later to be hooked up to an Arduino with sensors) so that I have 5 or 6 data points available for various smart automations. I'm using official Tuya everything - module, Cloud module burning app, Module debugging assistant, etc. I've got 4 DPs working perfectly, but no matter how I tweak the other functions in Tuya's developer platform using different DP numbers, data types, etc, they are failing to report changes to the online logging feature or my Tuya Smart phone app. Spent weeks on this - I'm going to scream.

    I've got the development 'device' configured as a simple switch (which should allow dozens of DPs) but even when I choose the default switch (boolean) DPs, or other standard DPs, they all fail. No errors reported, just nothing. Seems I'm only allowed three 'value' DPs, and one boolean. Have refreshed and re-burned many times. Tuya support engineers have responded, but with no solution yet.

    Someone save my sanity please!

    PS: I'm using the good old MCU SDK (not TuyaLink or TuyaOS), and Tuya's own T2-U firmware option.
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 21592304
    LaserGrawer

    Level 9  
    Although not officially well documented, some device types have DP limitations (e.g. 4-5 active at the same time). Check:
    In Tuya IoT Platform - Product - Function Definition whether all DPs have a status of "Published".
    Remove default DPs and leave only your own - sometimes too many defaults block others.

    Let us know how you managed to fix it.
  • #3 21592568
    greenealf
    Level 2  
    >>21592304 Thanks for the ideas. Unfortunately that 'Published' status information must have been deleted in the developer platform. There's nothing like it, either in the main 'Function Definition' interface, or the ' Add' dialogues for standard and custom functions. I have definitely tried stripping down all functions to those I really need, with no standard ones used at all, and nothing superfluous. It doesn't help. I've got the four good ones working, but I need five! Six would be ideal. I'm thinking the same as you about some kind of unwritten limitation to the number of DPs in certain products, but Tuya's support people have been acting like there's no such issue.

    I would create a new product from scratch, perhaps an environmental sensor or something, which would presumably allow more DPs than a switch, but when I try this I am only offered TuyaLink or TuyaOS as options. I want the MCU SDK that I'm familiar with, but they seem to be steering people away from it now. So I'm marooned on this legacy product trying to add just one more DP!
ADVERTISEMENT