Hi @Marlow,
I can have a look if you like. Need a TRACE log for both states of your sensor. To enable TRACE logging do the following steps:
- open the Karaf console: https://www.openhab.org/docs/administration/console.html
- set the logging level to TRACE for binding (
log:set TRACE org.openhab.binding.avmfritz
)
https://www.openhab.org/docs/administration/logging.html#defining-what-to-log - view log with
log:tail
orlog:tail org.openhab.binding.avmfritz
You maybe want to send it via PM to me to avoid leaking sensitive data.