tmkmarius
(Marius T.)
January 16, 2021, 6:02pm
145
Wonderful addon.
Can two alarm systems be integrated?
ktfzone
(Ktfzone)
January 18, 2021, 6:05pm
146
Later edit : I had issues connecting because I had PC password set to 1000 . I checked the FAQ and I saw that we should avoid 0 there, so I changed it to something else and it connected right away.
smdx
January 25, 2021, 4:35pm
147
Any link where I can find info on this?
Hello everyone,
First of all, congrats and thanks a lot for this outstanding work.
I have a SP6000 coupled with IP 150 and I was wondering whether it is possible go have both HA and Insite Gold connected at the same time. If not, do you think this is somehting that would be sorted out?
Thanks in advance,
vpateri
January 30, 2021, 11:15am
149
Hi Trilly
how did you manage to show other stuff in home assistant apart from sensors and pgm?
Thank you
ZAAJR
(Allan)
February 3, 2021, 1:10pm
150
Did you sort out the bypass/clear zone switches? If not, then look here: Community Hass.io Add-on: Paradox Alarm Interface
ZAAJR
(Allan)
February 3, 2021, 2:25pm
151
My system is working very well, but I am not able to use a code to arm/disarm the alarm. I can see a keypad underneath the Arm Home and Arm Away buttons, but I can arm it by just pressing one of those buttons without entering a code, likewise by pressing the Disarm button when it is armed. Am I missing a trick somewhere?
georgelza
(George)
February 3, 2021, 3:02pm
152
My system is configured to arm/disarm without a code.
see the code_arm_required: false that removes the pin pad.
alarm_control_panel:
- platform: mqtt
name: "Alarm-Part1"
command_topic: "paradox/my/control/partitions/Area_1"
state_topic: "paradox/states/partitions/Area_1/current_state"
payload_arm_away: "arm"
payload_arm_home: "arm_stay"
payload_arm_night: "arm_sleep"
payload_disarm: "disarm"
code_arm_required: false
woody4165
(Woody)
February 7, 2021, 4:24pm
153
Hi all
Just trying this addon.
In my configuration I have
MQTT_HOMEASSISTANT_AUTODISCOVERY_ENABLE: true
and in MQTT Explorer I can see the paradox topic with all the information.
What I don’t find are the enities in HA.
Here are my firmwares
In Configuration -> Integrations -> I don’t see any new integration (rebooted HA).
What can I check?
Another question is regarding the usage of the official mobile app when PAI is running.
I’m using IP150 module to connect to PAI, so
CONNECTION_TYPE: IP
but when I try to use the Paradox mobile app, it tells me that someone else is connected to the system.
Thanks
woody4165
(Woody)
February 7, 2021, 7:13pm
155
Yes, I see, thanks!
So what is written here is not valid? Regarding MQTT_HOMEASSISTANT_AUTODISCOVERY_ENABLE and “Configuration -> Integrations” or there are restrictions?
Shaad
(David)
February 7, 2021, 8:01pm
156
Do you have a MQTT Broker configured ?
woody4165
(Woody)
February 7, 2021, 8:15pm
157
Yes, via MQTT Explorer I can see al the topics and values, I can send command via MQTT.
I was wondering if the PAI addon also creates HA entity since the MQTT_HOMEASSISTANT_AUTODISCOVERY_ENABLE
is set to true
.
And if there is some restriction in showing my panel in Integrations as in the wiki
Thanks
Shaad
(David)
February 7, 2021, 8:20pm
158
In Integration > MQTT you should find one new Device : your alarm, and if open it, all your entities.
1 Like
woody4165
(Woody)
February 8, 2021, 8:16am
159
Thanks.
It’s really strange!!!
I’ve made a test in new HA environment, starting from scratch and the MQTT broker integration looks like this
while in my production HA it’s like this
both have Enable new entities checked
and in the new HA for testing I see the SP6000 and entities.
Really strange!
What can I check in the MQTT Integration?
Thanks again.
PS:
I have removed the MQTT Integration, rebooted, added it again when it appears in the proposed integrations, rebooted again and now it works!
Hope that all others MQTT entities woks as before…
So, my fault…
Thanks
ZAAJR
(Allan)
February 8, 2021, 12:52pm
160
I have just rebooted my Raspberry Pi, and for some reason PAI is now trying to connect via Serial, rather than IP.
My config:
LOGGING_FILE: null
LOGGING_LEVEL_CONSOLE: 20
LOGGING_LEVEL_FILE: 40
LOGGING_DUMP_PACKETS: false
LOGGING_DUMP_MESSAGES: false
LOGGING_DUMP_STATUS: false
LOGGING_DUMP_EVENTS: false
CONNECTION_TYPE: IP
SERIAL_PORT: /dev/ttyUSB0
SERIAL_BAUD: 9600
IP_CONNECTION_HOST: 192.168.0.17
IP_CONNECTION_PORT: 10000
IP_CONNECTION_PASSWORD: paradox
IP_CONNECTION_SITEID: null
IP_CONNECTION_EMAIL: null
IP_CONNECTION_PANEL_SERIAL: null
IP_CONNECTION_BARE: false
The error messages in the Log
2021-02-08 14:50:17,052 - INFO - PAI - Starting Paradox Alarm Interface 2.2.4
2021-02-08 14:50:17,052 - INFO - PAI - Config loaded from /data/options.json
2021-02-08 14:50:17,053 - INFO - PAI - Console Log level set to 20
2021-02-08 14:50:17,054 - INFO - PAI - Starting...
2021-02-08 14:50:17,055 - INFO - PAI.paradox.paradox - Connecting to interface
2021-02-08 14:50:17,055 - INFO - PAI.paradox.paradox - Using Serial Connection
2021-02-08 14:50:17,067 - INFO - PAI.paradox.connections.serial_connection - Connecting to serial port /dev/ttyS1
2021-02-08 14:50:17,067 - INFO - PAI.paradox.connections.serial_connection - /dev/ttyS1 is not readable/writable. Trying to fix...
2021-02-08 14:50:17,068 - ERROR - PAI.paradox.connections.serial_connection - Failed to update file /dev/ttyS1 permissions
2021-02-08 14:50:17,069 - ERROR - PAI.paradox.paradox - Failed to connect to interface
2021-02-08 14:50:17,070 - ERROR - PAI - Unable to connect to alarm
Any ideas?
1 Like
Same boat, disabled addon in HA to do some modifications in BabyWare and then restarted to find out it tries serial and ignores all input From config page of addon. In addition to your log i can add System Log
Hello all, the same for me.
Shaad
(David)
February 8, 2021, 7:51pm
163
+1
Same problem after Supervisor update.
It was working perfectly for months.
Shaad
(David)
February 8, 2021, 8:08pm
164
Could this be related to :
Hello,
I’m desperate! I’ve just installed supervisor-2021.02.5 and I now can’t access any add-ons, I get an error even when restarting my Raspberry Pi. Why does this happen? how can I fix it?
here’s what I’m seeing when trying to access any add-on:
[Screen Shot 2021-02-08 at 07.32.28]
and I’m getting the following logs:
21-02-08 12:18:34 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Network UPS…
opened 11:49AM - 08 Feb 21 UTC
closed 11:59AM - 08 Feb 21 UTC
bug
<!-- READ THIS FIRST:
- If you need additional help with this template please r… efer to https://www.home-assistant.io/help/reporting_issues/
- This is for bugs only. Feature and enhancement requests should go in our community forum: https://community.home-assistant.io/c/feature-requests
- Provide as many details as possible. Paste logs, configuration sample and code into the backticks. Do not delete any text from this template!
- If you have a problem with an add-on, make an issue in it's repository.
-->
<!--
Important: You can only fill a bug repport for an supported system! If you run an unsupported installation. This report would be closed without comment.
-->
### Describe the issue
Add-on config 'auto_uart' is deprecated, use 'uart'.
### Steps to reproduce
1. ...upgrate supervisor-2021.02.5
2. ...
3. ...
### Enviroment details
- **Operating System:**: core-2021.2.1
- **Supervisor version:**: supervisor-2021.02.5
- **Home Assistant version**: 5.10
### Supervisor logs
<details>
<summary>Supervisor logs</summary>
<!--
- Frontend -> Supervisor -> System
- Or use this command: ha supervisor logs
- Logs are more than just errors, even if you don't think it's important, it is.
-->
```
Paste supervisor logs here
```
21-02-08 10:55:56 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-02-08 10:55:56 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-02-08 10:55:56 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.02.5
21-02-08 10:55:56 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-02-08 10:55:56 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-08 10:55:56 INFO (MainThread) [__main__] Setting up Supervisor
21-02-08 10:55:56 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-02-08 10:55:56 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-02-08 10:55:56 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-08 10:55:56 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-08 10:55:57 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-08 10:55:57 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-08 10:55:57 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-08 10:55:57 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-02-08 10:55:57 INFO (MainThread) [supervisor.host.services] Reloading local service hassos-apparmor.service
21-02-08 10:55:57 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-dns with version 2021.01.0
21-02-08 10:55:57 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-02-08 10:55:57 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-audio with version 17
21-02-08 10:55:57 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-cli with version 2020.11.1
21-02-08 10:55:57 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-observer with version 2020.10.1
21-02-08 10:55:57 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-multicast with version 3
21-02-08 10:55:57 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-08 10:55:58 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/qemux86-64-homeassistant with version 2021.2.1
21-02-08 10:55:58 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 18 Home Assistant secrets
21-02-08 10:55:58 INFO (MainThread) [supervisor.hassos] Detect HassOS 5.10 / BootSlot A
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Terminal & SSH
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of OpenZWave
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of HomeMatic CCU
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of TellStick
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave JS
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of deCONZ
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of deCONZ
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of SSH & Web Terminal
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of SSH & Web Terminal
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave to MQTT
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Visual Studio Code
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of ESPHome
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of AppDaemon 4
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Network UPS Tools
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Network UPS Tools
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of WireGuard
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of ZeroTier One
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Node-RED
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Node-RED
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave JS to MQTT
21-02-08 10:55:58 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-02-08 10:55:58 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Terminal & SSH
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of OpenZWave
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of HomeMatic CCU
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of TellStick
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave JS
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of deCONZ
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of deCONZ
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of SSH & Web Terminal
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of SSH & Web Terminal
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave to MQTT
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Visual Studio Code
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of ESPHome
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of AppDaemon 4
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Network UPS Tools
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Network UPS Tools
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of WireGuard
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of ZeroTier One
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Node-RED
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Node-RED
21-02-08 10:55:58 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Z-Wave JS to MQTT
21-02-08 10:55:58 INFO (MainThread) [supervisor.store] Loading add-ons from store: 65 all - 65 new - 0 remove
21-02-08 10:55:58 INFO (MainThread) [supervisor.addons] Found 2 installed add-ons
21-02-08 10:55:58 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-configurator with version 5.2.0
21-02-08 10:55:58 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-samba with version 9.3.0
21-02-08 10:55:58 INFO (MainThread) [supervisor.snapshots] Found 4 snapshot files
21-02-08 10:55:58 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-02-08 10:55:58 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-08 10:55:58 INFO (MainThread) [__main__] Running Supervisor
21-02-08 10:55:58 INFO (MainThread) [supervisor.hassos] Rauc: A - marked slot kernel.0 as good
21-02-08 10:55:58 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-02-08 10:55:58 INFO (MainThread) [supervisor.core] Supervisor reboot detected
21-02-08 10:55:58 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-02-08 10:55:58 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-02-08 10:55:58 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-02-08 10:55:58 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-02-08 10:55:58 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-08 10:55:58 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-08 10:55:59 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-08 11:01:36 INFO (MainThread) [supervisor.snapshots] Found 4 snapshot files
</details>
### System Information
<details>
<summary>System Information</summary>
<!--
- Use this command: ha info
-->
```
Paste system info here
```
System Health
version: core-2021.2.1
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
virtualenv: false
python_version: 3.8.7
os_name: Linux
os_version: 5.4.86
arch: x86_64
timezone: Asia/Shanghai
GitHub API: ok
Github API Calls Remaining: 4937
Installed Version: 1.11.0
Stage: running
Available Repositories: 720
Installed Repositories: 5
logged_in: false
can_reach_cert_server: ok
can_reach_cloud_auth: ok
can_reach_cloud: ok
host_os: Home Assistant OS 5.10
update_channel: stable
supervisor_version: supervisor-2021.02.5
docker_version: 19.03.13
disk_total: 30.8 GB
disk_used: 3.1 GB
healthy: true
supported: true
board: ova
supervisor_api: ok
version_api: ok
installed_addons: File editor (5.2.0), Samba share (9.3.0)
dashboards: 2
resources: 1
views: 3
error: /config/floorplan/home/home.yaml not found
mode: storage
</details>