Arduino M-BUS Master node for Arduino MKR M-BUS Shield
This software will read out a M-BUS device connected to an Arduino MKR board equipped with our Arduino MKR M-BUS shield.
Data decoding
This example contains code to decode data of a energy meter. You have to change this section regarding your connected device. It is recommed to use the software M-BUS repeater, to analyse the received data more in detail.
Credits
Based on the awesome work of OpenEnergyMonitor code by Trystan Lea, Glyn Hudson, and others
https://github.com/openenergymonitor/HeatpumpMonitor
and Bryan McLellan [email protected]
https://github.com/btm/emonMbus
License
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA