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

rssilist.cgi returns unknown device #92

Open ThorstenDtk opened 8 months ago

ThorstenDtk commented 8 months ago

On my raspmatic the cgi runs well. The only problem is that the XML contains a device which does not seem to exist:

image

When I filter the device list of the CCU (settings > device list) for OEQ0607802 nothing is returned. I thought that this might be a ghosted entry, and I could delete it from the (hidden) device list

image

But it's not listed there either. Does any of you have an idea where this entry might come from and how I can get rid of it?

I'm retrieving the xml from a javascript running on ioBroker, this script creates states in the ioBroker database and updates them. And as the script can't resolve OEQ0607802 it returns an error. Yes, I could modify the scipt so that ignores this object. But I'd prefer to fix the problem instead of using a workaround.

jens-maus commented 8 months ago

Are you sure that this isn‘t simply the serial id of your RF module? Thus of your HM-MOD-RPI-PCB or RPI-RF-MOD or a LAN gateway?!?

ThorstenDtk commented 8 months ago

How can I check?