-
Notifications
You must be signed in to change notification settings - Fork 22
Adapter 3 + wemos d1 mini pro -ebusd connected but no signal #55
Comments
how do you power the adapter? |
I have made progress. I bought a new wemos. This time a normal mini (not pro). I have uploaded dedicated software. I also replaced the charger and power cord. The jumpers are set as discribed on webside: Green led on adapter the green LED flashes Container run with CMD: -f --scanconfig -d enh:192.168.1.10:9999 --latency=200 CONTAINER LOG: |
@sebastiangebosz I had same problem. Just do couple of restarts and it start normal. But then looks like my Vaillant setup was not correctly identified and only few data was received. It looks like not everytime Wemos timing hit correct one on adapter it self. I found it. The magic was in copying config file and change r on begin of line to r1. Found it with help of page https://fromeijn.nl/ |
did you set the esp to Adapter 3 RX+TX (GPIO3+1) and enhanced? |
Yes, it was set up properly. I tried the new soft. I bought a raspberry 3. I installed a docker there. I replaced the cable from the boiler with a different one. Then I connected via ethernet adapter and it works. Probably not read via docker in Portainer in Home Assistant. I do not know why.. |
in some other ticket it was said the the non-"pro" firmware works fine, maybe you want to try that |
regarding the so called "pro" versions, please see my comment here |
I have the same issue. I have correct wemos d1 mini pro with 16MB flash. I write firmware for version pro. ANd now when i reboot ebus adapter 3 with wemos signal is lost and then is no signal. I must power off and again power ON and then signal is correct. But when again reboot from web page again signal is NO. Again replug POWER and again signal is YES. On wemos d1 mini is no this problem. On every reboot signal is YES. |
I have the same problem. D1 mini (not pro). |
I have the problem that sometimes when i reboot adapter from web page , and after rebooted is no signal. Then i must power OFF adapter and again POWER ON and start works ok. |
what do the LEDs on the adapter look like in this situation? |
Now i use Version 20220220, after reboot led on adapter:Orange LED power ON, GREEN LED blinking.... and BLUE LED on wemos POWER ON. Tommorow i update PIC Firmware to Version 20220313 and test it. |
I updated today PIC to version Version 20220313. Wemos also has latest version FW and ebusd also 22.2. After reboot wemos from GUI after reboot no signal: I test it on WEMOS D1 MINI PRO 16MB |
so the blue LED on adapter is off permanently? |
Yes.... But when Adapter reboot from GUI webpage blue led on adapter never light on and never blink. Only blink green led and light on orange led. |
the blue LED on the adapter does not blink when you reset the Wemos via web UI? |
Yes no blink. |
please check with new PIC firmware 20220327 |
ok tomorrow i test it.... |
I try WSL2 on my Windows 11 and compile ebuspicloader but it does not have driver for ebus adapter. So the next step will by Virtual machine with debian on it. |
But on virtual machine works forward USB ? |
On older versions of Windows I did not have any problem. But I do not know hove it will work on Win11 yet. |
But what software use to virtualization ? |
I try on Win10 with Hyper-V and installed as virtual machine Raspian OS... but he not see my adapter connected to my PC with Windows 10. In windows 10 it is found on COM5 |
Ok i done it by Oracle VirtualBox and programming FW. |
I have no luck on Windows 11. So if you @pepsonEL could share your VM I will be glad. |
i downloaded iso Raspian OS from this link and create in VirtualBox Oracle 6.1 virtual machen with default option. https://roboticsbackend.com/install-raspbian-desktop-on-a-virtual-machine-virtualbox/ |
On latest PIC FW looks that all works ok. Thanks for your work |
Thanks for the fixing and the testing! I'll upgrade when back home too |
After lots of problems with access rights on Windows 11 and on Virtual machine, I finally upload new PIC Firmware. It brings me more stability and zero needs of manual disconnecting of device. It will be great like @pepsonEL mentioned to have also already compiled ebuspicloader for windows OS or option to upload FW through WiFi. |
you can use socat.exe on windows and then run ebuspicloader in WSL, just tested it and it works fine |
What is WSL? |
another alternative is usbipd being run on windows host which is capable of routing USB into the WSL |
Hi.
I have a problem with NO-SGINAL...
Sounvier Duval Thelia Condens Piec AS 25-A + EXACONTROL E 7 C.
Adapter: eBUS Adapter 3 + Wemos D1 mini PRO (flashed by ebus-v3_d1mini.bin, becouse ebus-v3_d1mini_pro.bin cant save settings)
Ebusd runs on Home Assistant Portainer - Docker image from Docker.io.
Container run with CMD: -f --scanconfig -d enh:192.168.1.10:9999 --latency=80
Wemos d1 mini pro:
STATUS:
Build: 20211030
ebusd device string: enh:192.168.1.10:9999
WiFi signal: 64% (-68dBm)
Chip ID: 0092523a
Hostname: ebus-92523a
Up time: 188
Free heap: 31208
ebusd connected: yes (inactive)
eBUS signal: no signal
COFIGURATION:
ebus RX+TX Pins : Adapter 3 RX+TX(GPIO3+1)
ebus connection: enhaced on port 9999
HTTP TCP port 80
CONTAINER LOG:
2021-11-28 10:38:38.102 [main notice] ebusd 21.3.v21.3 started with auto scan on enhanced device 192.168.1.10:9999
,2021-11-28 10:38:45.050 [bus notice] device status: resetting
,2021-11-28 10:38:45.051 [bus notice] bus started with own address 31/36
,2021-11-28 10:40:55.231 [main notice] update check: version 21.2 available
If I change in wemos configuration
ebus RX+TX Pins : to direct 3 RX+TX(GPIO3+1)
CONTAINER LOG shows:
2021-11-28 10:44:11.651 [main notice] ebusd 21.3.v21.3 started with auto scan on enhanced device 192.168.1.10:9999
,2021-11-28 10:44:16.977 [main error] error reading config files from http://ebusd.eu/config/: ERR: element not found, last error:
,2021-11-28 10:44:17.177 [bus notice] device status: resetting
,2021-11-28 10:44:17.178 [bus notice] bus started with own address 31/36
,2021-11-28 10:44:17.260 [bus notice] device status: reset
,2021-11-28 10:44:17.301 [bus notice] device status: reset
The jumpers are set as discribed on webside:
J1 RPI,
J4 RPI,
J12 - 4-5
Green led on adapter the green LED flashes as if it is communicating with the boiler..
What im doing wrong?
The text was updated successfully, but these errors were encountered: