mpreissner

Results 26 comments of mpreissner

Thanks Neil. If we simply get rid of the www 4th level domain, will that make the calculation come up as desired?

You need to update the local.js file to use TLS_AES_256_GCM_SHA384 for the ROBOT_CIPHERS variable for it to work on a J7. This was the fix found in https://github.com/karlvr/homebridge-roomba2/issues/81, though it...

No clue. I've had no issues with my J7 ever since I got it working. You shouldn't have to run separate bridges for the two Roomba types. You could run...

Unfortunately, that didn't do the trick. First, as I understand it, npm fund only lists packages where the developers are seeking funding to support their work. This has nothing to...

So I tried installing the dependencies (ajv and eslint), but I still kept getting unmet dependency errors. Pasting my log from the latest run (I uninstalled/reinstalled the roomba2 plugin). This...

Thanks. Yeah, I managed to get the BLID (which appears to be identical to the RobotID) and the password using Charles Proxy. Unfortunately, when putting the values into the plugin...

Update: There's some progress on the Dorita980 side. Using the dorita code and passing it the environment variable ROBOT_CIPHERS=TLS_AES_256_GCM_SHA384 for ROBOT_CIPHERS or editing the getpassword.js file to use that value...

Updated to the beta. Log output below: [20/10/2021, 18:43:57] [Roomba] Restarting Process... Initializing HAP-NodeJS v0.9.6... [20/10/2021, 18:43:58] [Roomba] Launched child bridge with PID 31589 [20/10/2021, 18:43:59] Registering accessory 'homebridge-roomba2.Roomba2' [20/10/2021,...

@karlvr if it would help, I’d be willing to give you access to my homebridge server to debug and work directly with the j7. All I’d need is your public...

> Okay, once you have sniffed the password with a man in the middle attach, the solution is to replace all `AES128-SHA256` with `TLS_AES_256_GCM_SHA3` in > > `/usr/lib/node_modules/homebridge-roomba2/node_modules/dorita980/` > >...