Search found 51 matches
- Tuesday 04 July 2017 23:15
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Damn i keep on losing it at the bits and bytes parts. Hard to understand what exactly is happening with the bus data. O sniffed the data raw and the bus is putting out strings like 08 00 15 00. That part I can understand. But then... I have to put some debugging options in the code so I can see what ...
- Monday 03 July 2017 12:39
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Did you make any progress rewriting the library to the new serial library? @others. I seem to have a problem with getting info on bbqkees register 10 should be hot water but value keeps getting a negative value. Strange. BTW decided to use just a mega and a esp8266 for the Wi-Fi part on serial2 ...
- Friday 30 June 2017 18:38
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Yes Icon, you are totally right. I should have corrected this code in my Arduino but not updated it in Github, sorry for that. I am not using Domoticz currently, but just in case it inspires somebody, this is the web interface that I have developped in order to control the boiler. http://i.imgur ...
- Wednesday 28 June 2017 23:04
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Damn that looks nice. What's your current setup now (hardware/software). Still the same ems bus circuit and an arduino? I presume you also do the writing part to the ems bus?
Verstuurd vanaf mijn SM-G925F met Tapatalk
Verstuurd vanaf mijn SM-G925F met Tapatalk
- Monday 29 May 2017 8:39
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Could you post your code and updated library please??? I'm looking into it to make it work on UNO, getting there but not yet. Also trying on Micro which has a UART and a serial monitor separately. Found out the nefitserial library is based on arduino hardwareserial below version 1.06, so this helps ...
- Sunday 28 May 2017 10:19
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
As far as I know you need an UART for connecting to the EMS bus. That means a hardware serial port. The EMS bus is somewhere a little tricky. As far as I know the hardware port on the UNO is also connected to the USB. (please correct me when I'm wrong) I'm now using a Leonardo where the EMS bus is ...
- Monday 22 May 2017 18:40
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
It seems the problem is in the library. On a atmega8 it seems to work but not on a atmega328p. So the library has to be rewritten.
Verstuurd vanaf mijn SM-G925F met Tapatalk
Verstuurd vanaf mijn SM-G925F met Tapatalk
- Monday 15 May 2017 10:37
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: RE: Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
i just like to see which information is available, from there i will decide which i will log to my domoticz setup. It seems that your code gets more info than bbqkees's code. For now I'm not using the TX part. I like to read only. Your code uses Serial3 i presume??? Yes, i use Serial3 to ...
- Friday 12 May 2017 19:51
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Maybe softwareserial is a possibility. BTW I'm using a uno with integrated wifi from arduino.org. Should be possible I think to use the softwareserial for the EMS bus and the rest normal for making it work.
Verstuurd vanaf mijn SM-G925F met Tapatalk
Verstuurd vanaf mijn SM-G925F met Tapatalk
- Friday 12 May 2017 19:45
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Is it possible to transplant the alterations in the serial library to the projects code. I think due to the alternated library my ciao library or unowifidev library doesn't work properly. If I send a ciao.write command with a normal code it updates my values in my domoticz setup. But when I put that ...
- Wednesday 10 May 2017 13:28
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: RE: Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
i just like to see which information is available, from there i will decide which i will log to my domoticz setup. It seems that your code gets more info than bbqkees's code. For now I'm not using the TX part. I like to read only. Your code uses Serial3 i presume??? Yes, i use Serial3 to ...
- Wednesday 10 May 2017 11:11
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Can't relate the addresses in bbqkees code with the wiki bus addresses only 0x08
- Wednesday 10 May 2017 10:59
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
i just like to see which information is available, from there i will decide which i will log to my domoticz setup. It seems that your code gets more info than bbqkees's code. For now I'm not using the TX part. I like to read only. Your code uses Serial3 i presume??? Yes, i use Serial3 to ...
- Tuesday 09 May 2017 20:31
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
i just like to see which information is available, from there i will decide which i will log to my domoticz setup.
It seems that your code gets more info than bbqkees's code. For now I'm not using the TX part. I like to read only.
Your code uses Serial3 i presume???
It seems that your code gets more info than bbqkees's code. For now I'm not using the TX part. I like to read only.
Your code uses Serial3 i presume???
- Tuesday 09 May 2017 11:30
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Can you make a quick alternation to your code so it doesn't use wifly. The code seems to stop now due to no connection
Verstuurd vanaf mijn SM-G925F met Tapatalk
Verstuurd vanaf mijn SM-G925F met Tapatalk
- Tuesday 09 May 2017 11:29
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
I have an arduino uno wifi from arduino.org so it's a clone with integrated esp8266 chip for wifi. It uses also a wifi serial console so I can use that for debugging. I'm going to look if I can change your code for usage with my uno board. Would be a pain in the ass. But will try. Maybe take out ...
- Monday 08 May 2017 22:58
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
After some effort I have the read function working. I wonder if you could share the code you are using for the write part. Hi Icon. Yes, I am preparing a GitHub Project with this code. I hope I will finish it during the weekend. I will post a lik. In this repository I have uploaded my code. https ...
- Friday 28 April 2017 19:22
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: RE: Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Someone who can give me a Rs-Online stock number for the 4,7mH inductor, i can't seem to find the right one. So now i have all the parts but the inductors (will it work without them???) I found it with one simple Google search. These will do if you do not power the circuit from the bus: http://nl ...
- Friday 28 April 2017 12:33
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Someone who can give me a Rs-Online stock number for the 4,7mH inductor, i can't seem to find the right one.
So now i have all the parts but the inductors (will it work without them???)
So now i have all the parts but the inductors (will it work without them???)
- Tuesday 25 April 2017 21:16
- Forum: Show your projects
- Topic: Nefit / Buderus data/control via Arduino / ESP8266 to Domoticz (directly without OpenTherm module or Easy)
- Replies: 247
- Views: 77334
Re: Nefit data/control via Arduino to Domoticz (directly without OpenTherm module or Easy)
Anyone have it working on a rpi yet? I like to connect all this to my RPI so i don't need an arduino anymore, i read i need a voltage divider to make it 3V3 (10k/20k). But i still have some questions. RIght now i have my smartmeter (electricity/gas) connected to my Rx/Tx of my RPI, so i think i can ...