Roomba R1138 - podłączenie do HA

Cześć.
W osobnym wątku Roomba 980 - podłączenie do HA został poruszony temat integracji HA z Roomba 980.
Ja natomiast mam urządzenie Roomba R1138 - podążając wg instrukcji z tamtego postu utknąłem na wyciąganiu loginu i hasła skryptem Python - znajduje urządzenie jednak nie znajduje poświadczeń.
Czy ktoś walczył z tym tematem?

Czy skrypt jest kompatybilny z twoją romba? Jeżeli ci go znajduje a nie znajduje poświadczeń to jest duże prawdopodobieństwo że te dane są w innych zmiennych.
Zobacz tu może zadziała

https://github.com/koalazak/dorita980

‘’’
Example Output:

$ npm install -g dorita980
$ get-roomba-password 192.168.1.103

Make sure your robot is on the Home Base and powered on. Then press and hold the HOME button on your robot until it plays a series of tones (about 2 seconds). Release the button and your robot will flash WIFI light.
Then press any key...
{ ver: '2',
  hostname: 'Roomba-xxxxxxxxxxxxx',
  robotname: 'Dorita',
  ip: '192.168.1.103',
  mac: '12:12:12:12:12:12',
  sw: 'v2.0.0-34',
  sku: 'R98----',
  nc: 0,
  proto: 'mqtt',
  blid: 'xxxxxxxxxxxxx' <---- username/blid
}
Password=> :1:1486937829:gktkDoYpWaDxCfGh <= Yes, all this string.
Use this credentials in dorita980 lib :)