-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wich hardware? #1
Comments
Hi Bert, ESP07 ... ESP12 is suffizient. I'd suggest at least 1MByte of Flash for further improvements.
Yelp, you only need to connect the tx/rx to the ESP.
Sent by mobile device
… Am 28.05.2017 um 13:13 schrieb delchrys ***@***.***>:
Hello what kind of hardware is needed for this??
I've already made the rx/tx circuit from mikrocontroller.net.
Is it possible to direct put rx/tx from that circuit on the ESP8266??
kind regards,
Bert
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks doe tour reply. |
As you can see in the Readme, it's based on esplink project, so it doesn't use Arduino.
Feel free to port the rx/tx ( which includes break handling) to a proper Arduino Library.
Sent by mobile device
… Am 28.05.2017 um 17:23 schrieb delchrys ***@***.***>:
Thanks doe tour reply.
Is the esp8266 running arduino code or not?
Can or be adjusted so it runs in arduino only?
Need to get the decoding part properly and the detection of the end/break
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have a new Uno with Wi-Fi so maybe I can load esp link on it and use that solution. Will try it soon |
It also uses a esp8266 built in |
did u use 5v ttl or did you alternate the voltage divider to work on 3.3V for the Rx/Tx levels? |
All circuits work with 3.3V.
Sent by mobile device
… Am 30.05.2017 um 16:18 schrieb delchrys ***@***.***>:
did u use 5v ttl or did you alternate the voltage divider to work on 3.3V for the Rx/Tx levels?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Any chance you can tell which setting are modified to detect the EMS bus end of frame and such??? |
or can i supply 3v3 instead of 5V to the lm393 to get a 3v3 TTL?? |
I have no idea what you're doing.
The git holds the whole Software for ESP to run as interface for the buderus.
Sent by mobile device
… Am 30.05.2017 um 22:11 schrieb delchrys ***@***.***>:
or can i supply 3v3 instead of 5V to the lm393 to get a 3v3 TTL??
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have already made the circuit to read out the bus. But it's 5v ttl what's coming out of the lm comparator. It was based on arduino for me. Bit now I'm running in some problems decoding the serial signal. So I was trying a workaround based on your ems esp8266 module. So I only need to connect my rx signal to the esp8266, bit it's 5v ttl and not 3v3ttl. So I have to change that. The other question was how you modified the firmware of the esp8266 to decode the ems bus messages to temperature values and so on. I which file you changed that. So decoding the hex serial message to normal understandable text. |
Sussisstrolch One question. |
most EMS related code is in ems.{c,h} and ems-uart. |
How do you setup collectors when the ems connected to esp8266? |
This repo is WIP... I will set this repo to "private" the next days because I don't develop on this branch anymore. |
Ah ok thanks. Is the collectord integration working or not? So can I install collectord on my pi to poll the esp8266 for data? Or is this not working in this got bundle? |
Nö, there's still no collectord interface.
Volunteers appreciated...
Sent by mobile device
… Am 17.06.2017 um 19:57 schrieb delchrys ***@***.***>:
Ah ok thanks. Is the collectord integration working or not? So can I install collectord on my pi to poll the esp8266 for data? Or is this not working in this got bundle?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
So what is actually working in your firmware. Can I post the data to a mqqt server or make a get/post command to a raspberry pi ip address? All I really want is to update some values in my domoticz server. So when some data comes in of the ems bus it does an get or update command to a certain up address so a value in the database gets updated. Is that possible with the current stable build? Or do I have to rewrite something, if so which part? If it is possible the I'm done. The whole purpose is only to update some values I do not want to write to the ems bus. Only read out the 10sec interval messages. |
Damn another question. Is the stable build the most recent one, because my topnavigation bar shoe version 1.something rc1. |
The stable is - as the name implies - the latest working release.
Build receipe is identical to ESP-link.
Either install toolchain or use docker.
If youre on Windows you are on yourself - I don't support this garbage.
Sent by mobile device
… Am 20.06.2017 um 16:53 schrieb delchrys ***@***.***>:
Damn another question. Is the stable build the most recent one, because my topnavigation bar shoe version 1.something rc1.
How can i create the bin files for flashing myself after for instance editing some of your build files?
Can't seem to understand how to do this with all of the github stuff. Just download the zip, edit the makfile and then I get bin files for flashing????
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Haha Windows is garbage ok then I'm partly on my own I do both pi and Windows. I like to only add a function to the code so the java doesn't upload to syslog but the esp8266 does to my domoticz server |
Hello what kind of hardware is needed for this??
I've already made the rx/tx circuit from mikrocontroller.net.
Is it possible to direct put rx/tx from that circuit on the ESP8266??
kind regards,
Bert
The text was updated successfully, but these errors were encountered: