frostmar / smartthings-broadlink-edge

Samsung SmartThings edge driver for Broadlink IR Remote
MIT License
0 stars 2 forks source link

My RM Mini 3 does not show up #1

Open rodrigost23 opened 2 months ago

rodrigost23 commented 2 months ago

I have an RM Mini 3 and it does not show up when searching for devices. I suppose it uses a different device ID. How can I check this?

frostmar commented 2 months ago

If a device is found during discovery but the device type is unrecognised it'll log a warning: https://github.com/frostmar/smartthings-broadlink-edge/blob/b9d2d45f605650c1db996a84d6c39e1bd86efea8/src/disco.lua#L22

The only way I know of to read logs from the driver is using the smartthings cli. If you're reasonably technical (or happy to experiment and learn) you can try that. A couple of starting points for you:

The currently recognised device types are here: https://github.com/frostmar/smartthings-broadlink-edge/blob/b9d2d45f605650c1db996a84d6c39e1bd86efea8/src/devicetypes.lua

frostmar commented 2 months ago

Warning: mine hasn't been sending remote codes successfully since the last hub update; I'll likely get round to debugging and fixing at some point, but no guarantees.

frostmar commented 2 months ago

Now working fine for me, I've released an updated version 2024-08-25T21:48:12.769685178 to channel frostmar Shared Drivers.

rodrigost23 commented 1 month ago

Hi, I managed to get my device to show up by adding 0x2737 to the list. I haven't tried sending codes yet!