zapccu / HMCCU

Module for FHEM - Homematic CCU Integration
2 stars 2 forks source link

Terminate RPC server processes when parent FHEM process died #253

Closed zapccu closed 8 months ago

zapccu commented 8 months ago

The RPC processes are checking periodically (5 seconds interval), if the parent (FHEM) process is still running. If process is not running, RPC processes are terminated. Hint 1: Currently RPC callbacks are not deregistered at CCU. Hint 2: FHEM is restarted automatically when last RPC server is terminated if FHEM process is controlled by systemd and restart option is enabled.