Errors duirng communication with the Agility 4 panel and unavailable entities in HA
Describe the bug Tried to use app for first time. Getting a lot of errors(attached) and unavailable devices in HA.
Configuration
- Environment: Docker
- Mode: direct
- Risco Panel model: Agility 4/RW032:618VGMI
Logs
Copy/paste the application logs here (or add them as attachement) :
- With debug log level enabled
- Including startup logs
- You are responsible of removing any sensitive information, like MQTT and panel credentials
Copy/paste the commands csv logs here (or add them as attachemnts) :
See commandsLog option in documentation
Additional context Add any other context about the problem here.
{ "log": "info", "panel": { "panelIp": "192.168.10.111", "panelPort": 1000, "panelPassword": "xxxx", "panelId": 1, "watchDogInterval": 10000, "commandsLog": false, "autoConnect": true, "socketMode": "direct", "encoding": "latin1" }, "ha_discovery_prefix_topic": "homeassistant", "panel_name": "MyHome Alarm", "mqtt": { "url": "mqtt://192.168.10.105:1883", "username": "xxxx", "password": "xxxx" }, "zones": { "default": { "off_delay": 30, "name_prefix": "Sensor - " } } }
I don't see any errors on the provided log file. Just normal discovery messages.
However, If you are just using the direct mode, I would recommend using the HA official Risco integration instead of this one, as I've got almost no time to maintain this integration anymore...