Script that helps to get DPs for your tuya devices
< Feedback on Data Point (DP) list extractor for Tuya IoT platform
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
Sign in to post a reply.
Worked like a charm for hass-localtuya! had to modify
to
to get it working