bbqkees / Nefit-Buderus-EMS-bus-Arduino-Domoticz

Readout of EMS protocol datagrams and transfer of data to Domoticz via Arduino
MIT License
88 stars 25 forks source link

Adding UDP packet support #13

Closed nsine-zz closed 5 years ago

nsine-zz commented 5 years ago

Hi,

I've added a file ems2udp.ino. This file is based on the work of bbqkees. It reads the EMS bus and sends all the registers to an UDP server to process further. I use it for my Loxone miniserver.

It may be a start to write a sketch for MQTT packets.