RFXCOM - Unable to delete devices

Hi,

Normally when I want to delete devices I use the “select the device to delete” option. Now, however, it is missing. How can I solve this problem?

I had the “enable automatic add” enabled for a few days, with the result that I now have 86 devices…Maybe that’s the problem? Too many devices for populating the “delete” dropdown?

Does anyone know?

No… Same here.
It feels like we have to remove devices through the normal device GUI.
image

That means I have to manually delete 1,720 devices @ 4-5 clicks per device.

:frowning:

Would editing the core.device_registry end core.entity_registry be an alternative?
UPDATE: just wrote a python script that removes items from these files when a configured field contains a configured string. Ping me 1:1 if you want the code.

U can delete the devices easy, just head to the device and click delete,

Deleting >1,700 devices is not an option and I was unable to do this by editing the core_* files.
At the end I wrote an AppleScript that clicks in preset positions to

  1. open device
  2. click delete
  3. click OK
  4. click back
  5. repeat
    UPDATE: script now published here
    :slight_smile:

Same for me, 810 new devices and Delete option is gone :slight_smile:

@dj98

I have published my bulk-device-delete applescript on Github:

If you don’t have a Mac you could check out Auto Mouse click and use the concept from the Github script and apply it to that app. I have not tested this.