Intercom assistant, built for integrating your old-school intercom with Particle Cloud and Home Assistant
- trigger intercom call (call your apartment)
- trigger particle function or use home assistant
- Line Hangup
- Button Press
- Button Release
- Line Hangdown
- trigger intercom call (call your apartment)
- line voltage change (no user interaction needed)
- Line Hangup
- Button Press
- Button Release
- Line Hangdown
- Connect and setup your device with particle cloud
- Change MQTT Server IP at
mqtt_server
- add Home Assistant config to
configuration.yaml
lock:
- platform: mqtt
name: Intercom
state_topic: "homeassistant/intercom/state"
command_topic: "homeassistant/intercom/set"
Your entity id will be lock.intercom
Use functions inside your device view
Replace <device_id>
with your id.
Replace with <access_token>
with your token.
$ curl https://api.particle.io/v1/devices/<device_id>/open \
-d arg="" \
-d access_token=<access_token>