Search found 12 matches

by itguy78
Tuesday 06 October 2020 18:43
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

Hi itguy78, Is it possible that you change your github clone in a standalone project? called 'Domoticz-TUYA-Plugin' (as in the file) your script is only depending on tuyaha and not based on. I am running it now without the original files in the directory but installed sudo pip3 install tuyaha . An ...
by itguy78
Monday 31 August 2020 21:28
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

The changes look simple enough -- I'll test it with my regular color lights to make sure it works then I can merge them in. Thanks!
by itguy78
Monday 31 August 2020 3:04
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

Hi itguy78, Is your (plugin.py) script still under development? The plugin works perfectly, I miss some warm and cold contols for my RBGWW LED light (Realtek chip). I tried to edit / change your script by adding the CW and WW channel. But my coding skills are insufficient. Hopefully you see ...
by itguy78
Wednesday 15 July 2020 19:51
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

Is there a way to change temperature for my AC? I can only turn on and off. I wrote the plugin with support for on/off (any device with on/off switch) and for setting brightness/color for LED lights. These are the only devices I have to test with. The API has functions to read and set the 'target ...
by itguy78
Friday 03 July 2020 18:35
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

I have made the changes that allow the plugin to be configured for SmartLife or Jinvoo Smart app (as well as Tuya). Simply select the app from the drop down in the hardware settings (Options are: Tuya, Smart Life or Jinvoo Smart) and it should automatically detect the devices from the app in ...
by itguy78
Wednesday 01 July 2020 22:19
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

Tnx. Nice addition for people that have their Tuya devices in the cloud and not reflashed by Tasmota. Don't forget to add the plugin to: https://www.domoticz.com/wiki/Plugins I honestly don't know how to edit this page -- I believe I need to login but it says forum user/pass won't work (and I tried ...
by itguy78
Wednesday 01 July 2020 5:52
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Re: Python Plugin: TUYA

Will this also work when using the SmartLife app? I have never tried but looking at some info I believe the only change required would be to change line 170 of plugin.py to say "smart_life" instead of "tuya" -- I don't have anything enrolled in the smart life app but if someone tries and it works I ...
by itguy78
Wednesday 24 June 2020 3:26
Forum: Python
Topic: Python Plugin: TUYA
Replies: 507
Views: 104684

Python Plugin: TUYA

Now that TUYA and IFTTT are no longer cooperating I could no longer use IFTTT to control my TUYA devices, so I wrote a python plugin for my own use to control TUYA devices around the house. There is a large number of brands that are manufactured by Tuya including Merkury, Geenie, etc (names may vary ...
by itguy78
Friday 19 June 2020 21:14
Forum: Python
Topic: Python Plugin: WEMO
Replies: 6
Views: 2033

Re: Python Plugin: WEMO

@dthompson, Just a word of warning: Your plugin will crash Domoticz sometimes during either shutdown or if the 'Update' button is pressed on the Hardware page. This is documented here: https://www.domoticz.com/wiki/Developing_a_Python_plugin#Domoticz_Beta_framework_details: . You need to add some ...
by itguy78
Tuesday 27 August 2019 13:53
Forum: Python
Topic: Python Plugin: WEMO
Replies: 6
Views: 2033

Re: Python Plugin: WEMO

@dthompson You're getting an error because you're missing the python library httplib2 -- how to install it depends on your OS, on debian/armbian you can do: sudo apt-get install python3-httplib2 on many other systems you can try pip install httplib2 or just google how to install the library on your ...
by itguy78
Wednesday 29 May 2019 12:20
Forum: Python
Topic: Python Plugin: WEMO
Replies: 6
Views: 2033

Python Plugin: WEMO

I wrote a python plugin for my own use to control WEMO devices around the house (WEMO on/off switches and WEMO Link LED lights). Anyone is welcome to use/try it and provide any feedback. I only have WEMO Link LED lights and a WEMO Mini Switch but I am pretty sure this will work with most WEMO ...
by itguy78
Friday 10 May 2019 17:56
Forum: Suggestions
Topic: Envisalink integration
Replies: 25
Views: 8648

Re: Envisalink integration

I have one of those ADT SafeWatch Pro 3000 with "ADT's custom Vista20P" panels on it (moved into a house with it installed). I am trying to make changes to the existing DSC envisalink plugin to make it work with the honeywell/ademco system. Right now I can: login, detect zones setup, read ready/not ...