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_roomswitch.ceiling_fanalarm_control_panel.homeConfigure your MQTT broker in .env:
home/living_room/lighthome/security/armPOST /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