Fibaro The Button issue

Guys, I have bought a Fibaro The button two weeks ago and I have make the changes in the zwave xml as per the link iwth stopped services

<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" innif="true" scenecount="0">
  <Instance index="1" />
    <Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" />
    <Value type="int" genre="system" instance="1" index="1" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="3" />
</CommandClass>

The weird think is every once in a while the line below is changed by itself

 <Value type="int" genre="system" instance="1" index="1
" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="7680" />

Can someonetell me what is the correct zwave xml for configuration for this device and why is this changed?