Habpanel status

hello
i have a problem with habpanel interface so
when i restart the server all the status of devices lost ,
I am working with knx protocol
anyone help me pls with idea to fix this problem

That sound like a persistence issue. What type have you set up?

if you don’t care about graphs and time recording, you can use the MapDB and set it to restore on reboot.

I do mapdb for restore anyways cause it’s fast and simple.

mapdb.persist

// Persistence => MapDB
// Created: 9/07/2020
// Updated: 9/07/2020
// version: 2.0
// Record all changes
// Note: MapDB only stores the LAST value, trends can not be recorded or used in rules.
// MapDB is ONLY used to quick restore on item state on reboot/reload

Strategies {
everyHour : “0 0 * * * ?”
default = everyChange
}

Items {
* : strategy = everyChange, everyHour, restoreOnStartup
}

thanks for reply
MApdb record when the server is open
example when i turn off the server i turn on the light
so the problem my server doesn’t have the last value (the light is open )

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.