From 77087dbac8ecd715ee4de288de67aeef1f91ff88 Mon Sep 17 00:00:00 2001 From: unrza249 Date: Mon, 2 Mar 2026 10:47:43 +0100 Subject: [PATCH] add some build instructions --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7649f..f50c138 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# pi-blaster-mqtt-ha +# pi2mqtt -PWM on the Raspberry pi - done properly (in hardware, stable) - with Homeassistant \ No newline at end of file +Combines several projects to support easy sensor readings and GPIO port control from within homeassistant. + +## pi-blaster-mqtt-ha + +Fork of the pi-blaster-mqtt project with focus on adding support for homeassistant + +### Compile on Ubuntu 24.04 + +``` +apt install build-essential autoconf libmosquitto-dev libmosquitto-dbg mosquitto-clients mosquitto-dev mosquitto +./autogen.sh +./configure +make +```