POPP 4001 Smoke Detector is not reporting the alarm

Hi,

i’m using the POPPs for two years and up to now they were working. But now they don’t report the alarm to the item that is assigned to the “alarm_general” channel. The binary sensor is still triggered. I didn’t change anything and my configuration for the parameters 1 to 4 is still on default. In the XML i found tor the command class that the alarm type is smoke:

 <commandClass>ALARM</commandClass>
      <alarmCommandClass>
        <version>5</version>
        <instances>1</instances>
        <versionSupported>5</versionSupported>
        <alarms>
          <entry>
            <alarmType>SMOKE</alarmType>
            <alarmState>
              <alarmType>SMOKE</alarmType>
              <reportedEvents>
                <int>2</int>
              </reportedEvents>
              <outer-class reference="../../../.."/>
            </alarmState>
          </entry>
        </alarms>
        <v1Supported>true</v1Supported>
        <isGetSupported>true</isGetSupported>
      </alarmCommandClass>

But to my understanding alarm general should cover this.

Is there anybody with the same issue?
Christian