Skip to content

GeryKapitany/hdsentinel-mqtt-ha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdsentinel-mqtt

Dockerized HDSentinel with MQTT.

  • Home Assistant integration with auto-discovery (compatible w/ version 2021.11+)

Usage

docker run -d \
--name hdsentinel-mqtt-ha \
--restart unless-stopped \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Budapest \
-e MQTT_HOST=ip \
-e MQTT_USER=user \
-e MQTT_PASSWORD=password \
-e HDSENTINEL_INTERVAL=600 \
-v /dev:/dev \
--privileged \
gerykapitany/hdsentinel-mqtt-ha

About

Dockerized HDSentinel with MQTT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • Dockerfile 6.6%
  • Shell 1.1%