ParadoxAlarmInterface / pai

Paradox Magellan, Spectra and EVO, with MQTT, Signal, Pushbullet, Pushover and others
https://gitter.im/paradox-alarm-interface
Eclipse Public License 2.0
340 stars 91 forks source link

Enable code to disarm or arm #318

Closed weitheng closed 1 year ago

weitheng commented 1 year ago

Alarm system

SP7000 ## Environment

Git branch

Question

I read here that to enable code to disarm or arm I need to Go to Configuration -> Customizations. Find your alarm_control_panel partition, Check code_arm_required and code_disarm_required . But I am confused where is the Configuration -> Customizations? Do I need it write a code in the configuration.yml? Where do I enable this? I can't seem to find such settings on the integrations nor the add-on page.

Logs (if required)

yozik04 commented 1 year ago

Looks like HomeAssistant has removed Customizations menu. Maybe by using this there is a place to configure that: https://www.home-assistant.io/docs/configuration/customizing-devices/

yozik04 commented 1 year ago

Here is the manual for custom MQTT alarm component: https://www.home-assistant.io/integrations/manual_mqtt/

weitheng commented 1 year ago

I have tried to implement manual alarm mqtt in the config, but still am not able to get the code to disarm or arm working unfortunately.

yozik04 commented 1 year ago

BTW: Did you tried to set MQTT_HOMEASSISTANT_CODE parameter?