Search found 10 matches

by Bohbe
31 May 2019, 20:39
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

If the start of the command packet is always ""0D 0A 2B 49 50 44 2C 30 2C 34 3A" i can integrate it to the plugin through a selectable checkbox like "Send IPD command always" THAT would be a big favour enesbcs!!! :) :) :) It seems like there are two communication versions o...
by Bohbe
30 May 2019, 11:45
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

It appears as if the esp module is not driving the relays on board, even though the esp module is subscribed/publishing MQTT messages properly. Maybe you are experiencing the same problem i had, see https://www.letscontrolit.com/forum/viewtopic.php?p=36707#p36707 . I checked with the original code ...
by Bohbe
29 May 2019, 22:36
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

It appears as if the esp module is not driving the relays on board, even though the esp module is subscribed/publishing MQTT messages properly. Maybe you are experiencing the same problem i had, see https://www.letscontrolit.com/forum/viewtopic.php?p=36707#p36707 . I checked with the original code ...
by Bohbe
26 May 2019, 17:10
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

I'm probably doing some mixup with versions, so could you give me a clue what version you used when getting it into Platformio? Or should i use a differnt build environment? Thanks. I gave up... After numerous tries to find out why the HardwareSerial class error in the build failed I also ordered n...
by Bohbe
20 May 2019, 01:05
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

Mvrako, I'm still struggling with Platformio to compile. Getting closer though. I think I have some discrepancies in versions. I get the following Error Compiling .pioenvs\easy_TUYA_1M\lib69a\SerialDevices\SensorSerialBuffer.cpp.o lib\ESPEasySerial\ESPeasySerial_ESP8266.cpp: In member function 'bool...
by Bohbe
19 May 2019, 17:18
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

I guess that the ESP Core 2.4.2 serial library changed, and into a wrong direction...
Ahh, so I need to get back to 2_4_0 as well?
by Bohbe
18 May 2019, 20:08
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

I've just gone through that painstaking exercise of setting up PlatformIO and incorporating the plugin. I have worked it out. basically there are a couple of things you need to do. Mvrako, thanks for helping me out here! Sorry for the silence. One week away from home... I followed your excellent gu...
by Bohbe
05 May 2019, 19:26
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

Debug: - Enable serial port usage, but disable serial logging, also disable all plugin (P165) and device that using serial pins. - Setup "Communication - Serial Server" plugin for debugging (port 23, baud 9600, 8n1) https://www.letscontrolit.com/wiki/index.php/Ser2Net - install Realterm t...
by Bohbe
04 May 2019, 10:26
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

This is my first post in this forum, so bare with me. I went to Aliexpress and got some LCTech 2ch relays. I have a really hard time to get it to work with ESP Easy. I realized that the 2-channel version I got had a Nuvoton N76E003 MCU instedad of the STM. Url? At the description page the seller us...
by Bohbe
03 May 2019, 21:29
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959903

Re: Serial MCU controlled relay/switch

Hi, This is my first post in this forum, so bare with me. I went to Aliexpress and got some LCTech 2ch relays. I have a really hard time to get it to work with ESP Easy. I realized that the 2-channel version I got had a Nuvoton N76E003 MCU instedad of the STM. After a lot of trials with software (di...