Control your smart home devices by scanning QR codes with AllCodeRelay! Node.js webhook with MQTT and Home Assistant integration.
When you scan LIGHT_LIVING_ROOM
:
When you scan SCENE_MOVIE
:
When you scan SECURITY_ARM
:
Edit .env
file with your settings:
Create QR codes for your devices using the device codes above.
light.living_room
switch.ceiling_fan
alarm_control_panel.home
Configure your MQTT broker in .env:
home/living_room/light
home/security/arm
POST /webhook
- Main AllCodeRelay webhook{"code": "LIGHT_LIVING_ROOM"}
GET /health
- Health check and statusGET /devices
- List all configured devicessmart-home-webhook.js
- Main webhook scriptpackage.json
- Node.js dependencies.env.example
- Environment configurationsmart-home-README.md
- Complete documentationReady to control your smart home with AllCodeRelay?
Download Webhook Script Download Package.json Download Config Template View Full Documentation