Data Point (DP) list extractor for Tuya IoT platform

Script that helps to get DPs for your tuya devices

< Feedback on Data Point (DP) list extractor for Tuya IoT platform

Review: Good - script works

§
Posted: 2026-02-10
Edited: 2026-02-10

Worked like a charm for hass-localtuya! had to modify

// @match        *.iot.tuya.com/cloud/device/detail/*
// @match        *.platform.tuya.com/cloud/device/detail/*

to

// @match        https://*.iot.tuya.com/cloud/device/detail/*
// @match        https://*.platform.tuya.com/cloud/device/detail/*

to get it working

Post reply

Sign in to post a reply.