adds sending of sensor values to homeassistant via mqtt

This commit is contained in:
2026-09-18 21:11:17 +00:00
parent 9a42455588
commit e43c07eb07
5 changed files with 185 additions and 0 deletions

5
mqtt/Makefile Normal file
View File

@@ -0,0 +1,5 @@
systemd:
sudo cp ./ina219.service /etc/systemd/system
sudo cp ./ina219.timer /etc/systemd/system
sudo systemctl enable ina219.timer
sudo systemctl start ina219.timer