Added
- MQTT: Added
paradox/interface/run_status
and has more statuses:error, initializing, paused, online, stopped, offline
- MQTT: Added
paradox/interface/availability
that has onlyonline
,offline
statuses. Basically it is replacement forMQTTInterface
but has more strictonline
status. - Proper
SIGTERM
handling. Docker containers do not die instantly but shutdown gracefully. - PAI reports it's version in logs.
- PAI logs executed command result
Changed
- Configuration:
0
inPASSWORD
is not encoded toa
anymore. If you have problems see FAQ - Configuration:
STATUS_REQUESTS
config parameter removed. Panels know what they need. - MQTT:
paradox/interface/MQTTInterface
removed. - Dependencies: Sticking to
construct 2.9
. - Less CRITICAL events in SP/MG
- Some GSM interface fixes
- setup.py improvements