Android Question Tuya devices integration

Wolodymyr

Member
I buy and test several Tuya powered motion sensors. They works perfectly with official Tuya application, but with external integration I have a problems.
Despite the fact that I have successfully send and get requests to and from it via Curl and Postman - Firebase push service does not work. I made all actions that Tuya documentation tells about this - but no luck

Final goal is to receive Tuya's Firebase pushes on my B4A android APP. If anybody works with this clever home eco-system - please share Yours ideas
 

DonManfred

Expert
Licensed User
Longtime User
You are not providing enough informations for us to help you.
What is Tuya?
Where is the source of the Testapplication?
Where ist the documentation?

If it works with Postman than you would be able to do it with ohhttputils2 too.
 
Upvote 0

Wolodymyr

Member
1. Tuya - is global smart home devices/services provider https://www.tuya.com/
2. My application use standard code from https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/, that works great B4J push application and Curl based execution
3. Documentation is https://developer.tuya.com/en/docs/...em-app/message-push/fcm-push?id=K989rrxsofo5i. Only need Id, server key and JSON from Firebase console

Techsupport from Tuya answer for not premium user with 12 hours delay and didn't give me yet to-do list. Tuya documentation tells mostly nothing. I simply thinks that I'm not only one who working with this stuff.

For this time I can send and receive data for my Tuya devices by b4a, but not receive alarm (push messages)
 
Upvote 0
Top