17 lines
416 B
Markdown
17 lines
416 B
Markdown
# pi2mqtt
|
|
|
|
Combines several projects to support easy sensor readings and GPIO port control from within homeassistant over MQTT.
|
|
|
|
## 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
|
|
```
|