Wondering if anyone has IR code to use for Roomba 600 series for the ‘Dock’ command? I don’t have the remote so I can’t learn/capture the code. I’m specifically using this with a Broadlink RM Mini via the Broadlink component.
I was able to get a couple IR codes from this HA post here:
So my current config looks like this:
switch:
- platform: broadlink
host: 192.168.X.X
mac: 'XX:XX:XX:XX:XX:XX'
type: rm_mini
friendly_name: 'RM Mini'
switches:
roomba:
friendly_name: "Roomba"
command_on: 'JgD8AGEgIV8gXyBfXCIhXyBfIAACoGIfIGAfYB9gXSIfYR5hHgACol8iHmIdYh1iXCIfYR5hHgACo2EgHmEfYR1iXCIeYh1iHQACq2AhH2EeYR9gXCMfYB9gHwAComAhH2AfYR9gXCIgYB9gHwACoWAiH2AfYB9gXCMfYB9hHgAComAhH2EeYR5hXCIgYCBfIAACoGEgIGAfYB9gXSIfYR5hHgACql8jHWIdYh1iXCMeYR5hHgACo18iHmEeYh1iXCIeYh1iHQACo18jHWIdYh5hXSIeYh1iHQACo18jHWIdYh1iXCIfYR5hHgACq18iHmEeYh1iXCIeYh1iHgANBQAAAAAAAAAAAAAAAA=='
command_off: 'JgCQAGAhHmIfYB9gH2BdIh5iXAACbGAhHmIeYR5hH2BdIh5iXAACZGAhHmIeYR5hH2BdIh5iXAACZGEhH2AfYB9gIF9eISBgXgACYl8iIGAfYB9gH2BfICBgXgACamEhH2AfYB9gH2BfICBgXgACYmEgIGAfYCBfIF9cIx9hXAACZGAhHmIeYR5hH2BdIh5iXAANBQAAAAAAAAAA=='
But unfortunately the command_off code immediately stops/powers off the Roomba, instead of sending it back to the dock. Does anyone have the Broadlink formatted IR code for the ‘Send back to Dock’ command?