Search found 12 matches

by jordipalet
Saturday 12 January 2019 9:40
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

Not sure what is the DPS and how to get it. I want the dimmer to be able to dim as well ... that's why I can't use the smartplug one (it works, but doesn't allow dimming). This is the change I did in the bulb code for the dimmer to work (without colors, as it is not RGB, just dimmer): it was ...
by jordipalet
Sunday 06 January 2019 18:14
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

It worked for me, so you're probably missing some step or some required software is not properly installed?
by jordipalet
Saturday 05 January 2019 19:52
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

The dimmer shows (half dimmed): Plug State Information: {'dps': {'3': 140, '1': True}, 'devId': '07870772807d3a6d7959'} Plug DPS List: 1 the value 140 becomes 255 if full dimmed, etc. The switch (which is working configured as "plug", just for you info) is: Plug State Information: {'dps': {'7': 0 ...
by jordipalet
Saturday 05 January 2019 11:28
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

Not sure what is the DPS and how to get it. I want the dimmer to be able to dim as well ... that's why I can't use the smartplug one (it works, but doesn't allow dimming). This is the change I did in the bulb code for the dimmer to work (without colors, as it is not RGB, just dimmer): it was ...
by jordipalet
Sunday 30 December 2018 20:53
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

Thanks, but it is not a bug. Unfortunately this is mandatory to not disconnect the connection between the device and the plugin to avoid unexpected behavior for some tuya devices. You can have a look at this thread: https://github.com/codetheweb/tuyapi/issues/84 Moreover, have in mind that only one ...
by jordipalet
Sunday 30 December 2018 20:33
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

Thanks, but it is not a bug. Unfortunately this is mandatory to not disconnect the connection between the device and the plugin to avoid unexpected behavior for some tuya devices. You can have a look at this thread: https://github.com/codetheweb/tuyapi/issues/84 Moreover, have in mind that only one ...
by jordipalet
Sunday 30 December 2018 20:11
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

I guessed so, but with the smart plug and the switch module, I don't have this problem, so I don't really understand why is happening only with the dimmer module. Also, as indicated in the previous message, it looks like the Domoticz dimmer bar and "bulb status" is not updated. I'm not sure if this ...
by jordipalet
Sunday 30 December 2018 16:10
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

One more issue I just discovered, with the dimmer. Because I've also the Alexa skill for those devices, when Domoticz has done some action with those devices, seems that Alexa is not working with them, unless I shutdown Domoticz. I think it will be necessary to make sure that after a few seconds ...
by jordipalet
Sunday 30 December 2018 15:57
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

Responding to myself. I edited the line: Domoticz.Device(Name="Tuya SmartBulb", Unit=1, Type=241, Subtype=2, Switchtype=7).Create() to be Domoticz.Device(Name="Tuya SmartBulb", Unit=1, Type=241, Subtype=3, Switchtype=7).Create() It works. There is only one issue that I'm not sure (because I don't ...
by jordipalet
Sunday 30 December 2018 15:43
Forum: Python
Topic: [REQUEST] Plugin for Tuya
Replies: 373
Views: 97647

Re: [REQUEST] Plugin for Tuya

I've been able to use this plugin for the following products: http://www.aihomestyle.com/content/151.html http://www.aihomestyle.com/content/147.html and http://www.aihomestyle.com/content/170.html However, for the dimmer, I need to use the Tuya SmartBulb, which shows also a switch with RGB. It is ...
by jordipalet
Thursday 13 December 2018 23:35
Forum: Heating/cooling
Topic: Evohome error HTTP client error at retrieve user account info
Replies: 31
Views: 5509

Re: Evohome error HTTP client error at retrieve user account info

HI, I just installed my Evohome Wifi and configured Domoticz hardware via Web API. It seems to be working, recognized automatically the devices, but I'm getting some errors. This is the actual log: 2018-12-13 21:34:56.575 Error: (EvoHome) login failed with message: attempt_limit_exceeded 2018-12-13 ...
by jordipalet
Sunday 09 December 2018 10:50
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 514687

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

Hi, new to Domoticz I will like to use something similar to this, but in devices in only see my Xiaomi Smart Plug, not the power consumption (it shows correctly in the Xiaomi app). Also, what kind of script is this one, where I actually can use/try it? May be Domoticz is not displaying the power ...