Page 2 of 3

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Sat Dec 08, 2012 2:58 pm
by Bwired
I had some questions about how exact to connect the EZL on TTL level to the OTG (OTG without the MAX232)

Configure the jumpers on the EZL-70 for TTL
Black = GND on EZL
Yellow = TX connect this to RX on TTL connecter the EZL
Red = RX connect this to TX on TTL connector the EZL
otzezl.jpg
otzezl.jpg (140.75 KiB) Viewed 19539 times
Run the ezConfig tool for the EZL-70
Click on search all and the tool will show you the EZL's on your network.
make the following settings

for pin settings and EZL configuration see here http://www.domoticaforum.eu/viewtopic.p ... =15#p60164
ezlconfig.jpg
ezlconfig.jpg (65.3 KiB) Viewed 19539 times

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Thu Dec 27, 2012 6:38 pm
by raymonvdm
I just found this topic when creating a new topic on how to add an EZL-70(A) to the OpenThermGateway to get ethernet support.

I would like to by one http://www.antratek.nl/Ethernet-TCPIP-S ... dules.html instead of buying and additonal usb to com converter (the current one seems to be buggy) but what exactly do i need

Code: Select all


- One EZL70A (http://www.antratek.nl/pdf/ds_ezl70aen.pdf)
- jumper cables ?
- additional power supply ?
- RS232 to ethernet driver for Windows XP


Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Thu Dec 27, 2012 11:46 pm
by Bwired
I dont understand your questions, everything is in this topic.
If you want to use the comport driver its on the EZL site

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 3:33 pm
by sj3fk3
Bwired wrote: As most of you know, i like everything IP Based, so I decided to connect to OTG to the Antratek EZL-70 Ethernet module http://www.antratek.be/Sollae.html
This module has a TTL input, so I left the MAX232 out and connected the PIC directly based on TTL via 3 wires.
Cool stuff. I was thinking of doing the same with a ioshop.nl/shop/127-serial-to-ethernet/2 ... tem_id=206. It's a bit more pricy but, Linux support is a must for me (I am Windows-handicapped: cannot work with it). Or do you know any serial2ethernet modules that do have Linux support?

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 9:45 pm
by Mosibi
This is hardware, so it is OS independent. There is a windows tool which can help you to configure the EZL-70, after that you do not need windows to use it off course. But if you really do not want to use windows, read the part in the manual about serial configuration (ATC mode)

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 9:48 pm
by Bwired
Why use the serial comport driver, are you not able to connect directly to the device based on tcpip
Also check these
http://en.usr.cn/Ethernet-Module/RS232- ... -ip-module

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 9:52 pm
by hvxl
sj3fk3 wrote:Cool stuff. I was thinking of doing the same with a ioshop.nl/shop/127-serial-to-ethernet/2 ... tem_id=206. It's a bit more pricy but, Linux support is a must for me (I am Windows-handicapped: cannot work with it). Or do you know any serial2ethernet modules that do have Linux support?
According to the manual the EZL-70 can be programmed through the serial port using AT commands, so no windows necessary. After that you just set up a telnet connection to get the data.

The price of the Nport 5110 is completely ridiculous ("low cost"! Yeah right). A full linux computer in the form of a Raspberry Pi would be cheaper (and a whole lot more powerful), even if you count the additional cost of a USB->Serial converter, SD-Card and power supply. And you probably don't even need the USB->Serial converter if you just build a simple 3.3V to 5V interface for the built-in serial port of the Raspberry Pi (a resistor may suffice). On top of that you can run a website on the Raspberry Pi to allow you to control your heating from anywhere on the internet and do lots of other stuff.

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 9:53 pm
by sj3fk3
Mosibi wrote:This is hardware, so it is OS independent. There is a windows tool which can help you to configure the EZL-70, after that you do not need windows to use it off course. But if you really do not want to use windows, read the part in the manual about serial configuration (ATC mode)
The other end is not hardware :) You need to connect to it one way or the other. One way of connecting is with a virtual comport driver. For my current setup I need that driver (under linux)

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 9:56 pm
by sj3fk3
Bwired wrote:Why use the serial comport driver, are you not able to connect directly to the device based on tcpip
Also check these
http://en.usr.cn/Ethernet-Module/RS232- ... -ip-module
I want to use it with domotiga to connect to the OTGW and for now domotiga only supports a (direct) serial connection.

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:05 pm
by sj3fk3
hvxl wrote: According to the manual the EZL-70 can be programmed through the serial port using AT commands, so no windows necessary. After that you just set up a telnet connection to get the data.
The thing is: I want to use domotiga to connect to it and it only supports a serial connection to the OTGW, but maybe I can ask Ron to do a TCP/IP connector as well..
hvxl wrote: The price of the Nport 5110 is completely ridiculous ("low cost"! Yeah right). A full linux computer in the form of a Raspberry Pi would be cheaper (and a whole lot more powerful), even if you count the additional cost of a USB->Serial converter, SD-Card and power supply. And you probably don't even need the USB->Serial converter if you just build a simple 3.3V to 5V interface for the built-in serial port of the Raspberry Pi (a resistor may suffice). On top of that you can run a website on the Raspberry Pi to allow you to control your heating from anywhere on the internet and do lots of other stuff.
That's not a bad idea at ALL!! I was looking for a good excuse to buy a Raspberry pi! Thanks!

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:12 pm
by hvxl
sj3fk3 wrote:One way of connecting is with a virtual comport driver. For my current setup I need that driver (under linux)
http://lpccomp.bc.ca/remserial/

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:14 pm
by Bwired
You should ask Ron to implement sockets :-)
See here
http://gambasdoc.org/help/doc/network

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:15 pm
by sj3fk3
hvxl wrote:
sj3fk3 wrote:One way of connecting is with a virtual comport driver. For my current setup I need that driver (under linux)
http://lpccomp.bc.ca/remserial/
Yes that would work nicely with a raspberry π :)

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:30 pm
by hvxl
Also with an EZL-70

Re: Bwired Opentherm Gateway solution with EZL-70

Posted: Fri Dec 28, 2012 10:43 pm
by sj3fk3
Sorry you lost me.. How could you run remserial on a EZL-70? I want to connect the EZL-70 to the OTGW and receive it on a linux box. How could I use remserial to connect to that network attached serial device? I thought remserial was to create network attached serial devices on linux boxes.