
Đã hoàn thành
Đã đăng vào
Thanh toán khi bàn giao
I’m putting together a quick proof-of-concept that talks directly to Tuya’s Cloud API and controls a Wi-Fi smart lock. The PoC only needs to run from the command line; no UI, no bells or whistles—just clean Java code that logs every request and response in plain-text so I can see exactly what’s happening under the hood. Here’s what the program must do, in sequence: • Authenticate with Tuya Cloud using my API Key credentials. • Create a temporary password on a designated lock that is valid for exactly one hour (now → now + 1 h). • Immediately fetch and print the list of existing temporary passwords so I can confirm the new one is present. • Delete that same temporary password and verify its removal. I can supply Tuya Cloud access along with one or more virtual devices for testing. Feel free to stick with pure JDK 21 or bring in something lightweight like Apache HttpComponents if you prefer; I’m not tied to any particular framework as long as everything compiles and runs from a standard Maven or Gradle build. Deliverables • Full, well-structured source code (Java 21 or lower) • A simple README with build/run instructions and any required environment variables (access/secret keys, device ID, etc.) • Console output that clearly shows each REST call and the matching response in plain text Once I can run it locally and see the correct create/list/delete flow working against my virtual lock, we’re done. Let me know if you have questions about the endpoints or test credentials.
Mã dự án: 40273991
73 đề xuất
Dự án từ xa
Hoạt động 8 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc

I've built several Java integrations against Tuya's Cloud API, so I'm very familiar with their token-based auth flow, HMAC-SHA256 signing, and the specific endpoints for smart lock temporary password management. My approach: a clean Maven project on JDK 21 using Apache HttpClient 5, with a dedicated `TuyaApiClient` class handling authentication and request signing, then a `LockPasswordService` that orchestrates the create → list → verify → delete → verify sequence. Every HTTP request and response will be logged in plain text to stdout via a simple interceptor, so you'll see the full conversation with Tuya's servers. I'll structure the code so it reads credentials from environment variables and is trivially extensible if you later want to add more lock operations. I can start immediately—just send over your API credentials and virtual device ID and I'll have this running end to end.
€30 EUR trong 1 ngày
4,9
4,9
73 freelancer chào giá trung bình €135 EUR cho công việc này

Hello, I hope you're having a great day. I have delivered multiple projects that integrate with vendor cloud APIs and produce clear console logs for debugging. For example, I built a command-line Java PoC that authenticated to a cloud thermostat API, pushed a temporary setpoint, retrieved current schedules to confirm the change, and then revoked the setpoint—all with plain-text request/response logging. My approach: a small Maven Java 21 app using the JDK HttpClient (or Apache HttpComponents if you prefer), environment variables for keys and device ID, explicit request/response logging, and clear README and build/run steps. I would like to request your time to discuss the details. Thank you for considering this. Inderdeep Singh
€140 EUR trong 7 ngày
7,8
7,8

Hi there, I will build your Java CLI proof-of-concept that authenticates with Tuya Cloud, creates a time-bound temporary password on your Wi-Fi smart lock, lists all existing temporary passwords for confirmation, and then deletes the created password with full removal verification. Every HTTP request and response will be logged in readable plain text directly to the console so you can trace the entire flow. For the Tuya Cloud API integration, I will implement proper HMAC-SHA256 request signing and handle automatic token refresh since Tuya access tokens expire every two hours. Without this, a test session that runs past the token window will fail silently. I will structure the project with Maven and JDK 21, keeping dependencies minimal - likely just Apache HttpClient for cleaner HTTP handling. Each operation (auth, create, list, delete) will be its own separate method so you can easily extend the PoC later. Questions: 1) Which Tuya Cloud data center region are you using (US, EU, China, or India)? This determines the base API URL and cannot be changed after setup. 2) Should the one-hour temporary password be a purely numeric PIN or an alphanumeric code? 3) Do you have a preference between Maven and Gradle, or are you fine with either? Looking forward to your response. Best regards, Kamran
€233 EUR trong 10 ngày
7,8
7,8

Hi, I can build this PoC exactly as described using clean, minimal Java (JDK 21) with clear request/response logging for full transparency. I’ve worked with REST APIs that require HMAC-style authentication and timestamp-based signatures, so handling Tuya’s cloud auth flow won’t be an issue. The program will authenticate, create a one-hour temporary password, fetch and print the password list for verification, then delete it and confirm removal — all sequentially from the command line. Every HTTP request and raw JSON response will be logged in plain text so you can see exactly what’s happening. I’ll deliver a well-structured Maven project, plus a simple README covering build steps and required environment variables. No heavy frameworks — just lightweight, maintainable code. Once you share API credentials and device details, I can get started immediately.
€140 EUR trong 7 ngày
5,8
5,8

Hi there, Good morning I am Talha. I have read you project details i saw you need help with Software Architecture, Cloud Computing, Software Development, API Development, Mobile App Development, Software Engineering, RESTful, Android, Java and Software Testing I am excited to submit my proposal for your project, which focuses on a comprehensive project plan. To begin, we will thoroughly understand your project's objectives and requirements, ensuring alignment on scope and goals. We will provide a clear and realistic project timeline with manageable milestones to ensure timely completion Please note that the initial bid is an estimate, and the final quote will be provided after a thorough discussion of the project requirements or upon reviewing any detailed documentation you can share. Could you please share any available detailed documentation? I'm also open to further discussions to explore specific aspects of the project. Thanks Regards. Talha Ramzan
€30 EUR trong 12 ngày
5,8
5,8

Java PoC: Tuya Smart-Lock API I’m a full-stack software engineer with expertise in React, Node.js, Python, and cloud architectures, delivering scalable web and mobile applications that are secure, performant, and visually refined. I also specialize in AI integrations, chatbots, and workflow automations using OpenAI, LangChain, Pinecone, n8n, and Zapier, helping businesses build intelligent, future-ready solutions. I focus on creating clean, maintainable code that bridges backend logic with elegant frontend experiences. I’d love to help bring your project to life with a solution that works beautifully and thinks smartly. To review my samples and achievements, please visit:https://www.freelancer.com/u/GameOfWords Let’s bring your vision to life—connect with me today, and I’ll deliver a solution that works flawlessly and exceeds expectations.
€140 EUR trong 3 ngày
5,9
5,9

⭐⭐⭐⭐⭐ ✅Hi there, hope you are doing well! I have completed multiple projects integrating with cloud APIs to control IoT devices, where the communication was simple and traceable, making sure all responses were logged for debugging. The most crucial part for this project is ensuring clean, well-logged API interactions to trace every request and response as you require. Approach: ⭕ Use Java 21 with Apache HttpComponents for efficient REST calls. ⭕ Implement authentication with Tuya Cloud using your provided API key. ⭕ Develop functions for creating, listing, and deleting temporary passwords with precise timing. ⭕ Log all requests and responses plainly in the console for clear monitoring. ⭕ Provide a README with build and run instructions including environment setup. ❓ ❓ Could you please confirm if you want additional error handling and retries for API calls? I'm confident I can deliver a clean, fully tested PoC for your Tuya smart lock control within a few days. Thanks, Nam
€200 EUR trong 3 ngày
5,2
5,2

Hi, I understand you need a clean, command-line Java PoC that authenticates with Tuya Cloud, creates a 1-hour temporary password, verifies it via list retrieval, then deletes it—with every REST request and response logged in plain text for full visibility. I can build this in Java 21 using a lightweight HTTP client (pure JDK or Apache HttpComponents), structured cleanly with clear logging, proper signature handling, and a simple Maven/Gradle setup. You’ll receive complete source code plus a concise README covering environment variables, build steps, and exactly how the create/list/delete flow works against your virtual lock. Looking forward for your positive response in the chatbox. Best Regards, Arbaz T
€200 EUR trong 7 ngày
5,7
5,7

Hi there, I understand you need a proof-of-concept application that interfaces directly with Tuya’s Cloud API to control a Wi-Fi smart lock using clean Java code. I'm excited about the opportunity to develop this application, ensuring that it efficiently handles authentication, temporary password management, and detailed logging of requests and responses. I am Abdul Haseeb Siddiqui, a software developer with over 6 years of experience in Java, mobile app development, cloud computing, and RESTful API development. I have a strong background in software architecture and engineering, which I leverage to create robust applications tailored to client needs. You can view my portfolio here: https://www.freelancer.com/u/haseebsidd07 I am confident in delivering your project with full source code, a comprehensive README, and clear console outputs as specified. Looking forward to your response. Thanks, Best regards, Abdul Haseeb Siddiqui
€30 EUR trong 7 ngày
4,6
4,6

Hi, I am a full-stack developer with over 8 years of rich experience in software development, with strong experience in backend API integrations. I am familiar with Java 21, RESTful API development, Maven/Gradle builds, HTTP clients, and cloud API authentication flows. For this PoC, the most important point is implementing the exact create -> list -> delete sequence with clear logging of every request and response. I will build a clean command-line Java app that signs Tuya Cloud requests correctly, handles token refresh if needed, and prints full plain-text logs for verification. The code will be simple, well-structured, and easy to run locally with clear environment variable setup. I'm an individual freelancer and can work on any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks. Emile.
€100 EUR trong 7 ngày
4,5
4,5

Hello, I hope you are doing well. I'm an independent Java developer with a strong focus on clean, testable code and robust REST integrations. I’ll build a small Java 21 CLI app that authenticates to Tuya Cloud, creates a one-hour temporary password on a specified lock, lists passwords, and then deletes the one I created, logging every request and response in plain text for full visibility. The solution will compile with Maven or Gradle and run from the command line without a UI. In similar PoCs, I’ve implemented end-to-end REST flows with thorough error handling and transparent logging using standard JDK HttpClient or lightweight libraries. I’ll keep the code modular, document environment variables (keys, device IDs), and provide a README with build/run steps. I can deliver a clean, working PoC with a concise README within the requested budget, and I’ll ensure each REST call and response is captured in the console. I’ll start once you confirm the API endpoints and test credentials. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
€250 EUR trong 5 ngày
4,3
4,3

As a seasoned Full Stack Web and Mobile App Developer, I've spent over a decade honing my skills in Java and deeply familiar with API integrations. I understand the urgency and need for accuracy in your project. Throughout my career, I've successfully completed over 2000 projects with 100% client satisfaction- a testament to my guarantee of delivering clean, well-documented code that aligns exactly with your project requirements. Significantly, I'm not afraid of getting my hands dirty when it comes to working from the command line - in fact, I believe it's where innovation is born. My previous experience with various APIs and solid understanding of Java will allow me to flawlessly execute tasks such as authenticating with Tuya Cloud using API Key credentials, generating temporary passwords and manipulating the same efficiently. In addition to all this, my proficiency in Django, .NET and Node.js can be conveniently utilized for bringing in Apache HttpComponents if you feel that would better serve the purpose while keeping everything compile ready for Maven or Gradle build. To ensure maximum comfort for you, I will provide a detailed README file for build/run instructions as well. Let's combine my technical expertise with your access; together we can bring this PoC to life!
€80 EUR trong 7 ngày
4,0
4,0

Hi there! Working directly with Tuya Cloud API without clear logging can make debugging and verification difficult. A clean, structured PoC with full request/response visibility is essential to understand the exact flow. I have experience building Java-based REST integrations, handling authentication flows, and working with cloud APIs using pure JDK and lightweight HTTP clients like Apache HttpComponents. I’ve developed command-line tools that log detailed request and response payloads for debugging and verification purposes. My focus is always on clean architecture, clear console logging, and easy-to-run Maven/Gradle builds. My approach will implement the full sequence: secure authentication with Tuya Cloud, creation of a one-hour temporary password, immediate retrieval and verification, followed by deletion and confirmation. All REST calls and responses will be logged in plain text, and the project will include structured source code plus a simple README with environment setup and run instructions. check our work https://www.freelancer.com/u/ayesha86664 Will you be using Tuya’s v1.0 or v2.0 cloud API endpoints for the lock operations? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
€110 EUR trong 5 ngày
4,2
4,2

Hello, I appreciate the opportunity to work on your proof-of-concept project that interfaces with Tuya's Cloud API to control a Wi-Fi smart lock. I understand that you need a straightforward command-line application in Java, focusing on authentication, temporary password management, and clear logging of requests and responses. With extensive experience in Java development, including RESTful API integrations, I am well-equipped to handle your requirements. I have successfully built similar command-line applications using Java and have a solid understanding of HTTP requests, Maven, and Gradle for project management. To ensure a smooth delivery, I would approach the project as follows: - Authenticate with Tuya Cloud using your API Key. - Implement the creation of a temporary password and verify its existence. - Fetch and display existing temporary passwords for confirmation. - Delete the temporary password and confirm its removal. I am eager to start this project and confident in delivering quality results promptly. Please feel free to reach out if you have any questions or need further clarification on any aspect of the project. I look forward to discussing this further and getting started right away.
€30 EUR trong 7 ngày
3,8
3,8

Hi there, I’m Ahmed from Eastvale, California — a Senior Full-Stack & AI Engineer with over 15 years of experience building high-quality web and mobile applications. After reviewing your job posting, I’m confident that my background and skill set make me an excellent fit for your project — Java PoC: Tuya Smart-Lock API . I’ve successfully completed similar projects in the past, so you can expect reliable communication, clean and scalable code, and results delivered on time. I’m ready to get started right away and would love the opportunity to bring your vision to life. Looking forward to working with you. Best regards, Ahmed Hassan
€120 EUR trong 2 ngày
3,7
3,7

Greetings, I see you’re looking to create a proof-of-concept that interacts with Tuya’s Cloud API to manage a Wi-Fi smart lock. My approach would involve writing clean Java code that first authenticates with your API Key, then creates a temporary password for the lock, checks that the password was successfully created, and finally deletes it while confirming its removal. I’ll ensure that every step is logged in plain text to give you transparency into the process. With experience in Java development and RESTful APIs, I can deliver a well-structured source code that meets your requirements, and I’ll include a straightforward README for easy setup. I’m ready to get started and help you see everything in action with your virtual devices. Best regards, Mehran Riaz
€120 EUR trong 3 ngày
3,8
3,8

Hello, I’ll deliver a lean Java 21 CLI that authenticates to Tuya Cloud, creates a 1-hour temp password, lists passwords, then deletes it, logging every HTTP request and response to stdout. I’ll use plain JDK HttpClient (or a lightweight alternative if you prefer) and provide Maven/Gradle build, plus a README with env vars and run steps. It can start immediately and run against your test credentials. Best Regards Jeric
€155 EUR trong 4 ngày
3,6
3,6

Hi, I can build a clean command line Java proof of concept that talks directly to Tuya Cloud API and drives the full temporary password lifecycle on your Wi-Fi lock with plain text logging for every request and response. I have shipped multiple API driven command line tools in Java and I will implement Tuya auth, create a one hour temporary password, list and print all existing codes to confirm it, then delete the same code and verify it is gone. You will get well structured Java 21 source, a minimal Maven or Gradle build, and a short README covering environment variables like access key, secret, device ID, plus exact run commands. I will also include clear console logs that make it easy to trace signatures, headers, payloads, and responses end to end for debugging. If you share the device ID and confirm whether you want pure JDK HttpClient or Apache HttpComponents, I can start immediately and deliver the working create list delete flow against your virtual device. Thanks.
€120 EUR trong 1 ngày
3,6
3,6

Hello, I will build a proof-of-concept Java application that interacts with Tuya’s Cloud API to control a Wi-Fi smart lock, executing all specified tasks from the command line. I have extensive experience with similar projects, including IoT devices and cloud integrations. My work has consistently focused on clean, maintainable code and efficient API interactions. **Approach:** - Use Java 21, structured with Maven for easy builds. - Authenticate using your API Key credentials. - Implement REST calls for creating, listing, and deleting temporary passwords. - Log each request and response in plain text for clear visibility. - Ensure error handling and validations for each API interaction. **Questions:** - What authentication method does your API require for the initial request? - Are there specific limits on the number of temporary passwords for the lock? - Do you have any preferred logging formats for the console output? I'm ready to start immediately and will deliver well-structured code, a README with instructions, and clear console output. Let’s get this working.
€140 EUR trong 7 ngày
3,3
3,3

HELLO, HOPE YOU ARE DOING WELL! I understand that you're looking for a Java proof-of-concept to interact with Tuya’s Cloud API for controlling a Wi-Fi smart lock. My expertise in API development and Java makes me a perfect fit for this task. My plan includes authenticating with Tuya Cloud, creating and managing temporary passwords, and ensuring clear logging of each request and response to provide complete visibility into the operation. I'll ensure the code adheres to your requirements and runs seamlessly with Maven or Gradle. I'd like to have a chat with you at least so I can demonstrate my abilities and prove that I'm the best fit for this project. Warm regards, Natan.
€140 EUR trong 7 ngày
3,1
3,1

Hello, I’m a software engineer with strong experience in Java, RESTful API development, cloud integrations, and secure authentication workflows. I’ve built command-line PoCs that interact directly with third-party cloud APIs, implementing signed requests, token handling, structured logging, and clean verification flows. For your Tuya Cloud PoC, I can create a lightweight Java 21 Maven project that: • Authenticates using your API Key/Secret with proper request signing • Creates a one-hour temporary password on the specified smart lock • Fetches and prints the full temporary password list for verification • Deletes the created password and confirms removal All requests and responses will be logged clearly in plain text to the console, with no UI and no unnecessary abstractions. The project will include well-structured source code and a concise README with build/run steps and environment variable setup. Best regards, Carlos
€30 EUR trong 5 ngày
2,6
2,6

Formigine, Italy
Phương thức thanh toán đã xác thực
Thành viên từ thg 7 27, 2010
$30-250 USD
$30-250 USD
€30-250 EUR
$30-250 USD
€30-250 EUR
₹12500-37500 INR
$10-30 USD
$10-30 USD
€8-9 EUR
$250-750 USD
$250-750 USD
$750-1500 USD
$15-25 USD/ giờ
₹100-400 INR/ giờ
$250-750 USD
$250-750 AUD
$10-30 USD
$30-250 USD
$30-250 AUD
₹12500-37500 INR
$4000-8000 USD
₹600-1500 INR
₹1500-12500 INR
₹100-400 INR/ giờ
$2-8 USD/ giờ