This custom integration provides support for Aduro burners such Aduro H1 & H2.
Note that this integration may also work for any NBE compatible burner/boiler. For more information about NBE, please refer to this repository and this library.
This integration can be installed using HACS.
To do it search for Aduro
in Integrations section.
To install this integration manually you have to clone this repository (or
download it as a zip) and copy/extract it to
config/custom_components/aduro
directory:
mkdir -p custom_components/aduro
cd custom_components/aduro
wget https://github.com/clementprevot/aduro/archive/refs/heads/main.zip
unzip main.zip
rm main.zip
TBD