Search found 13 matches

by digiblur
16 Sep 2018, 16:28
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Flashed your build and no change except for the core version of course. Still shows zeros on the status when I run my script through with the commands. I think I should have more time this evening to make me a little sketch with various serial commands and log the response back a little easier to s...
by digiblur
16 Sep 2018, 15:41
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

I recompiled and selected the 3/Dimmer#3 and while things work fine with the commands via curl, it shows 0's across the board on the state. Changing the switch manually and even refreshing the page doesn't update the states. I've tested with my 1 button Tuya switch and got the same results... after...
by digiblur
16 Sep 2018, 01:31
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

I recompiled and selected the 3/Dimmer#3 and while things work fine with the commands via curl, it shows 0's across the board on the state. Changing the switch manually and even refreshing the page doesn't update the states. Interesting.. and the ESPEasy logs writes nothing? Nothing odd. 133: INIT ...
by digiblur
15 Sep 2018, 05:47
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

I recompiled and selected the 3/Dimmer#3 and while things work fine with the commands via curl, it shows 0's across the board on the state. Changing the switch manually and even refreshing the page doesn't update the states.
by digiblur
14 Sep 2018, 19:38
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

I haven't recompiled since you updated the plugin yet. I was just trying to verify the inbound states to the ESP before I flashed again. With the binary over 500k it's a such a pain to flash since I have to disconnect the ribbon cables, attach to the programmer, etc each time. I miss my easy OTA/HT...
by digiblur
14 Sep 2018, 17:03
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

I haven't recompiled since you updated the plugin yet. I was just trying to verify the inbound states to the ESP before I flashed again. With the binary over 500k it's a such a pain to flash since I have to disconnect the ribbon cables, attach to the programmer, etc each time. I miss my easy OTA/HTT...
by digiblur
14 Sep 2018, 01:05
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Unfortunately no values are shown. I'll have to do some probing on the RX side of the chip to see what packets are coming across to obtain the states from the manual user input. EDIT: Snooped on the on the comms being sent to the ESP8266 from the dimming circuit. This is in uint8 display to make thi...
by digiblur
13 Sep 2018, 18:03
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Talking to myself here tonight....ha! But it WORKS!!! YES!!! Modified your last piece to this: void sendmcudim(byte dimvalue) { Serial.write(0x55); // Tuya header 55AA Serial.write(0xAA); Serial.write(0x00); // version 00 Serial.write(0x06); // Tuya command 06 - send order Serial.write(0x00); Seria...
by digiblur
13 Sep 2018, 05:16
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Could you provide more details on this so I could compile one myself since the the module on this dimmer only has a 1MByte of flash. 1MB and 4MB version attached at this post for testing purposes. For compilation you need minimum Arduino core for ESP8266 WiFi chip 2.4.0 because previous versions se...
by digiblur
13 Sep 2018, 04:31
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Could you provide more details on this so I could compile one myself since the the module on this dimmer only has a 1MByte of flash. 1MB and 4MB version attached at this post for testing purposes. For compilation you need minimum Arduino core for ESP8266 WiFi chip 2.4.0 because previous versions se...
by digiblur
13 Sep 2018, 04:03
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Could you provide more details on this so I could compile one myself since the the module on this dimmer only has a 1MByte of flash. 1MB and 4MB version attached at this post for testing purposes. For compilation you need minimum Arduino core for ESP8266 WiFi chip 2.4.0 because previous versions se...
by digiblur
05 Sep 2018, 14:54
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

First of all, this is very experimental feature, because i do not own any dimmer device, so i am unable to test it. So absolutely no warranty... in theory this plugin should work with a standard Tuya dimmer. If anyone needs support, please provide me at least test data from P020 Ser2Net plugin, or ...
by digiblur
21 Aug 2018, 14:51
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30778

Re: TUYA Dimmer Switch

Have you had any luck with this switch/dimmer? I was able to read/dump the firmware on the switch without issue. Trying to figure out what they did with the UART on the TX/RX pins and how it is talking to the chip doing the actual dimming.