eBus Adapter Version 2.0 / 2.1 / 2.2

Begonnen von chons, 26 August 2017, 23:37:34

Vorheriges Thema - Nächstes Thema

Fantom

#255
Today I try run board 2.0.
I bought full kit with soldering (base + expansion + 2 x wemos + bme280)
And i have big problem. After connect to ebus line, it is not working :(
1) I wrote images to both esp8266. When i connect esp8266 to power source i can connect with espEasy(it is work, i see bme280 etc), but with EBUS wifi i can't connect. All time phones connected and disconnected to EBUS wifi.
2) When i try run complete system, nothing happens. On ebus i have about 20V. Only one yellow led is light on expansion board. Nothing else (not blinking blue leds on esp etc). I check voltage. Only this yellow led have 5V. On all other plugs, when i measure points 3v3 i see always 0V

What is wrong ??

I don't known, from where kit get 3v3 voltage. I must conect power DC to esp8266 ??

EDIT:
I found on the last line https://ebus.github.io/adapter/base#wemos-d1 "The power supply of the Wemos takes place directly via a USB plug-in power supply." :)
That only problem (1) is important now.

Fantom

CrazYoshi

Hello there,
after lot of work I should be able to finally add eBus integration to home-assistant (https://www.home-assistant.io/)
This allow everyone to have full control of his/her own heating system using this powerful automation open source software.
This should be hopefully get merged to the master branch on the next version, now is on pull request here: https://github.com/home-assistant/home-assistant/pull/16899

If you find my work useful you can buy me a beer here: https://paypal.me/ingmarcotoni
Thanks!! ;)

klaasdc

Sorry if this has been asked before, but I could not find an answer.

Can the design files of the PCB be downloaded somewhere? I'm currently using a breadboard version of 1.6 but would like to build a v2.1.
I could draw one in Kicad based on the schematics on the github.io page, but if it is already available it would save a lot of time.

Thanks,

Sven77

It has been asked several times, but the design files have never been published for copyright reasons.
So you'd have to draw your own PCB or wait for the next bulk order...
VG, Sven

raimundl

Zitat von: john30 am 29 September 2018, 12:13:18
ab ebusd 3.2 braucht man gar nicht mehr das ebusd-configuration repo clonen, da ebusd per default (oder mittels "-c http://ebusd.eu/config/") die CSV Files direkt vom config webservice abholt. Internetverbindung natürlich vorausgesetzt.
Will man trotzdem lieber lokale Files benutzen, dann muss man explizit "-c /etc/ebusd" angeben.
Danke für den Hinweis!
Ich habe nun upgedatet, dürfte auch geklappt haben (bitte Anhang überprüfen ob o.k.) - jedoch mit sehr viel "try and error":
Wie kann ich feststellen ob nun wirklich auf "http://ebusd.eu/config/" zugegriffen wird?
Bei  $ ebusd -c http://ebusd.eu/config/ folgende Meldung: [main error] invalid configpath without scanconfig.
Bei Eingabe:  ebusd -c http://ebusd.eu/config/ --scanconfig - geht durch ohne Meldung.
Gibt es wo eine Installations- bzw. Updatebeschreibung für nicht so Geübte? - Die Parameter für die EBUSD_OPTS konnte ich nirgends finden.

version: ebusd 3.2.v3.2
update check: revision v3.2-8-g0f77a9d available, vaillant/bai.0010015600.inc: different version available, vaillant/broadcast.csv: different version available, vaillant/errors.inc: different version available, vaillant/hcmode.inc: different version available
access: *
signal: acquired
symbol rate: 23
max symbol rate: 81
min arbitration micros: 1100
max arbitration micros: 4689
min symbol latency: 4
max symbol latency: 13
reconnects: 0
masters: 2
messages: 191
conditional: 2
poll: 0
update: 5
address 03: master #11
address 08: slave #11, scanned "MF=Vaillant;ID=BAI00;SW=0204;HW=9602", loaded "vaillant/bai.0010015600.inc" ([HW=9602]), "vaillant/08.bai.csv"
address 31: master #8, ebusd
address 36: slave #8, ebusd


Bitte auch um Interpretation von: "update check: revision v3.2-8-g0f77a9d available, vaillant/bai.0010015600.inc: different version available, vaillant/broadcast.csv: different version available, vaillant/errors.inc: different version available, vaillant/hcmode.inc: different version available

Meine Intention ist, von try and ... wegzukommen und alles zu verstehen, daher bitte ob der vielen Fragen um Geduld.

Danke und LG
Homematic: Licht, Heizung, Alarm, Alexa ... auf einen RaspberryPi3+mit OS "Stretch" und RPI-RF-MOD mit piVCCU3 (HMCCU), ca. 40 HM Komponenten, alexa, MobileAlerts, Hue Ledstripes....

klaasdc

#260
Zitat von: Sven77 am 09 Oktober 2018, 08:41:26
It has been asked several times, but the design files have never been published for copyright reasons.
So you'd have to draw your own PCB or wait for the next bulk order...

Thanks!

On the PCBs is an "Open Source Hardware" symbol, so I assumed that the PCB design was also open source. Oh well :)

john30

Zitat von: raimundl am 09 Oktober 2018, 18:39:50
Wie kann ich feststellen ob nun wirklich auf "http://ebusd.eu/config/" zugegriffen wird?
indem Du für den ebusd Start eben nicht "-c /etc..." verwendest.

Zitat von: raimundl am 09 Oktober 2018, 18:39:50
Bei  $ ebusd -c http://ebusd.eu/config/ folgende Meldung: [main error] invalid configpath without scanconfig.
ja, denn es macht überhaupt keinen Sinn, sämtliche CSV files auf einmal zu nutzen, darum die Fehlermeldung. Nur wenn die CSVs selektiv in einen lokalen Ordner kopiert wurden, ergibt ein ebusd Start ohne "--scanconfig" überhaupt Sinn.

Zitat von: raimundl am 09 Oktober 2018, 18:39:50
Gibt es wo eine Installations- bzw. Updatebeschreibung für nicht so Geübte? - Die Parameter für die EBUSD_OPTS konnte ich nirgends finden.
alles ist hier dokumentiert
die EBUSD_OPTS sind ja genau die Parameter für ebusd, wenn dieser als Dienst gestartet wird...

Zitat von: raimundl am 09 Oktober 2018, 18:39:50
Bitte auch um Interpretation von: "update check: revision v3.2-8-g0f77a9d available, vaillant/bai.0010015600.inc: different version available, vaillant/broadcast.csv: different version available, vaillant/errors.inc: different version available, vaillant/hcmode.inc: different version available
dann bitte auch dazu schreiben, mit welchen Parametern in diesem Fall ebusd gestartet wurde, sonst kann ich nicht viel dazu sagen.
author of ebusd

raimundl

Zitat von: john30 am 10 Oktober 2018, 08:38:31
Bitte auch um Interpretation von: "update check: revision v3.2-8-g0f77a9d available, vaillant/bai.0010015600.inc: different version available, vaillant/broadcast.csv: different version available, vaillant/errors.inc: different version available, vaillant/hcmode.inc: different version available

dann bitte auch dazu schreiben, mit welchen Parametern in diesem Fall ebusd gestartet wurde, sonst kann ich nicht viel dazu sagen.

Danke für die rasche Antwort - hier meine Eingaben:
/etc/default/ebusd

EBUSD_OPTS="--configpath=/etc/ebusd/ --scanconfig=full -d /dev/ttyUSB0 -p 8888 --httpport=8080 --loglevel=info --accesslevel=*"


Muss/soll ich nachbessern, oder ist alles o.k?
Wahrscheinlich könnte man einige Eingaben weglassen, da default Werte.

LG
Homematic: Licht, Heizung, Alarm, Alexa ... auf einen RaspberryPi3+mit OS "Stretch" und RPI-RF-MOD mit piVCCU3 (HMCCU), ca. 40 HM Komponenten, alexa, MobileAlerts, Hue Ledstripes....

MiKa

Hi,
is avaiable pcb gerber files for adapter v2.1?
Regards,
MiKa


klaasdc

Zitat von: MiKa am 12 Oktober 2018, 09:20:34
Hi,
is avaiable pcb gerber files for adapter v2.1?
Regards,
MiKa

I asked the same question a few posts above :)
But, despite the openhw logo,the pcb is not open source, so I am drawing my own at the moment.

spline

Hallo zusammen,
durch die Suchmaschine mit den zwei "o" bin ich auf das Forum hier gestossen. Gesucht habe ich nach eBUS <-> Ethernet.

Nachdem ich hier schon einiges gelesen habe, wollte ich fragen, ob es bezgl Sammelbestellung der Platine 2.1 (erwähnt von john30 am 24. September) schon Neuigkeiten gibt?

Konkret geht es mir darum, dass ich meine neue Vaillant aurocompact an Netz bringen möchte um mir einfach mal die Daten mitzuloggen.

Vielen Dank und Grüße aus München,

Jürgen

john30

Zitat von: spline am 18 Oktober 2018, 13:13:20
Nachdem ich hier schon einiges gelesen habe, wollte ich fragen, ob es bezgl Sammelbestellung der Platine 2.1 (erwähnt von john30 am 24. September) schon Neuigkeiten gibt?
wir finalisieren gerade noch die neue Version, testen das noch alles und dann kommt die Sammelbestellung.
author of ebusd

Matze_Bln

Ich hoffe ja, es wird genügend davon geben, scheint ja einiges an Bedarf zu sein.
Wird es auch wieder fertig gelötete Varianten geben?

john30

Zitat von: Matze_Bln am 18 Oktober 2018, 14:03:15
Ich hoffe ja, es wird genügend davon geben, scheint ja einiges an Bedarf zu sein.
Wird es auch wieder fertig gelötete Varianten geben?
ja und ja ;)
author of ebusd

co010

Hallo Entwickler ,
kann ich den  eBus Adapter Version 2.1 auch für meine Gastherme Fröling RendaCalor 24 (Bj.2000) benutzen ? es sind zwei Adern zum Bedienteil vorhanden.


Grüße Rob