You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Volker,
first a great thanks for developing this software!
I just bought my first Tuya-device, a quite cheap smart watering device for my Garden.
I managed to implement the device into Symcon and I am able to switch it on and off.
But when it comes to data-points (except one other that has no useful function), I can not write them from IPS.
So far I first thought these are read only, but when I debug the device in the Tuya-Cloud, I can write them, see here:
(And all non-grey work perfectly)
Do you have any idea how this is possible?
I also added /command to the "send-command" in IPS. (Which made DP1 work)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Volker,
first a great thanks for developing this software!
I just bought my first Tuya-device, a quite cheap smart watering device for my Garden.
I managed to implement the device into Symcon and I am able to switch it on and off.
But when it comes to data-points (except one other that has no useful function), I can not write them from IPS.
So far I first thought these are read only, but when I debug the device in the Tuya-Cloud, I can write them, see here:
(And all non-grey work perfectly)
Do you have any idea how this is possible?
I also added /command to the "send-command" in IPS. (Which made DP1 work)
Here are the datapoints:
{ "result": { "properties": [ { "code": "switch", "custom_name": "", "dp_id": 1, "time": 1712685941619, "value": true }, { "code": "mode", "custom_name": "", "dp_id": 2, "time": 1712685941619, "value": "manual" }, { "code": "temp_set", "custom_name": "", "dp_id": 16, "time": 1712685941619, "value": 35 }, { "code": "level", "custom_name": "", "dp_id": 28, "time": 1712685941619, "value": "PumpA" }, { "code": "week_program4", "custom_name": "", "dp_id": 48, "time": 1712678933300 }, { "code": "runtime", "custom_name": "", "dp_id": 56, "time": 1712685946102, "value": 120 }, { "code": "sampling_time", "custom_name": "", "dp_id": 101, "time": 1712685941619, "value": 30 }, { "code": "ClockTime", "custom_name": "", "dp_id": 102, "time": 1712685948980, "value": 117 } ] }, "success": true, "t": 1712685949465, "tid": "cbc6a700f69b11ee825bba8975aefeef" }
Regards,
Maeffjus
Beta Was this translation helpful? Give feedback.
All reactions