Search found 5 matches

by martins
Tuesday 16 May 2023 11:46
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 100533

Python Plugin: TUYA

My devices all of a sudden stopped working with the following error in the log file : Error: Smart: handleThread: Get accesstoken failed. Username or password error! line 218

I changed the password and put the new one in the hardware tab but still gets the same error. Any suggestions ?

Thanks
by martins
Monday 20 June 2022 9:53
Forum: LUA
Topic: WIFI Control Smart Life Tuya IP66 Outdoor 30W RGBCW LED Floodlight
Replies: 2
Views: 472

WIFI Control Smart Life Tuya IP66 Outdoor 30W RGBCW LED Floodlight

Got one of these and would want to control it from LUA/dzvents. Anyone have a sample script that can be used ? (On/Off / Dimmer level / Color) 2022-06-20 09:43:52.438 Smart: onCommand called for Unit 8: Parameter 'Set Color', Level: 100 2022-06-20 09:43:52.438 Smart: Sending command for DeviceID ...
by martins
Friday 10 February 2017 12:11
Forum: iOS
Topic: Pushetta
Replies: 1
Views: 3176

Pushetta

Will Pushetta be supported as push notification method ? Or is there a way I can run a script as a temperature notification ?

Thanks,
Martin
by martins
Thursday 01 December 2016 7:14
Forum: Switches and Scenes
Topic: "On Action" command for RPi_utils/raspberry-remote?
Replies: 1
Views: 885

Re: "On Action" command for RPi_utils/raspberry-remote?

Try it like this:
script://///home/pi/raspberry-remote/send 11111 1 1
by martins
Tuesday 29 November 2016 11:40
Forum: Switches and Scenes
Topic: mqtt change button colour
Replies: 1
Views: 801

mqtt change button colour

I need some help / guidance. Domoticz must subscribe to a mqtt topic and read the status of a door. If status = 1 press button colour must be green = gate is closed and if pressed send 1 to another mqtt topic. If status = 0 press button colour must be red = gate is open and if pressed send 1 to mqtt ...