Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stapelberg/nuki2mqtt
Go program that receives Nuki Bridge webhooks and publishes contents to MQTT
https://github.com/stapelberg/nuki2mqtt
Last synced: 27 days ago
JSON representation
Go program that receives Nuki Bridge webhooks and publishes contents to MQTT
- Host: GitHub
- URL: https://github.com/stapelberg/nuki2mqtt
- Owner: stapelberg
- License: apache-2.0
- Created: 2021-02-07T16:13:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T06:55:23.000Z (over 2 years ago)
- Last Synced: 2024-10-14T20:07:08.654Z (2 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuki2mqtt
Go program that receives Nuki Bridge webhooks and publishes contents to MQTT.
# gokrazy
If you’re running this program on gokrazy, see
https://gokrazy.org/userguide/package-config/ for how to set command-line flags
to influence the listening address, MQTT broker and MQTT topic.# Setup
Configure your Nuki Bridge to send webhooks to this process:
https://developer.nuki.io/page/nuki-bridge-http-api-1-12/4#heading--callbackE.g.:
```
curl -v http://Nuki_Bridge_XXYYZZ02:8080/callback/add\?url\=http://10.0.0.54:8319/nuki\&token\=SECRET | jq '.'
```