homematic-community / XML-API

HomeMatic CCU Addon implementing a xml request functionality
https://github.com/homematic-community/XML-API
GNU General Public License v3.0
123 stars 27 forks source link

Exclude NO_SERVICEMSG entries in systemNotification.cgi #62

Closed HolgerJeromin closed 11 months ago

HolgerJeromin commented 2 years ago

We can exclude service messages in the webgui since: https://github.com/jens-maus/RaspberryMatic/issues/222 https://github.com/jens-maus/RaspberryMatic/commit/88c03303f2967978bd3758feb089a2da44d44ec0 But I still see type="UNREACH" messages in systemNotification.cgi of XML-API and I do not found a marker in deviceList.cgi to add filtering...

jens-maus commented 2 years ago

The feature to disable service messages for certain devices (i.e. NO_SERVICEMSG) is a pure RaspberryMatic WebUI feature where this flag allows to suppress these service messages. Thus, there is currently no way/plan to transfer this to XML-API.