vanackej / risco-mqtt-local

Provide Risco alarm system integration to Home assistant using local TCP communication (no cloud required) and MQTT
MIT License
24 stars 11 forks source link

Errors duirng communication with the Agility 4 panel and unavailable entities in HA #63

Open 03397 opened 5 months ago

03397 commented 5 months ago

Describe the bug Tried to use app for first time. Getting a lot of errors(attached) and unavailable devices in HA.

Configuration

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 - " } } }

03397 commented 5 months ago

_risco-mqtt-local_logs (1).txt

vanackej commented 5 months ago

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...