Skip to content

kretzlaff/uldaq2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uldaq2Mqtt

This project sends the current state of a digital input to an MQTT broker.

I use this project to send the state of my wall switches to Home Assistant.

Supported Device

MQTT Formating

The messages are published to the MQTT broker with the following formatting

uldaq2mqtt/<UniqueDeviceId>/<port>/<bit> = 0|1

Usage

via docker compose

 uldaq2mqtt:
    container_name: uldaq2mqtt
    restart: always
    build: ./uldaq2mqtt
    privileged: true
    environment:
      - MQTTAddress=127.0.0.1
      - MQTTPort=1883

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published