https://www.domoticz.com/forum/viewtopic.php?t=26616 Fixed ..... was a problem with the Database. Noticed this as i wanted to change a switch but changes where not taken over / saved. Used the following solution found at: https://www.domoticz.com/forum/viewtopi ... 84#p105022 Code: Select all apt-get install sqlite3 cd ~ cd domoticz sqlite3 domoticz.db .mode insert .output dump.sql .dump .exit sqlite3 -init dump.sql repaired.db You can then move the domoticz.db and replace it with repaired.db (rename using: mv repaired.db domoticz.db) After this all was running back as usual.