Syntaxrabbit

Results 6 comments of Syntaxrabbit

I just finished my OpenHAB configuration and tested the consequences of removing the water tray while the machine is running. The error code did **not** change. Everything else works like...

New insight: Errorcode for filled tank is **38**.

Additional helper here.

Same issue here, brand new Roborock S6 with Valetudo RE 0.10.5 and valetudo-mapper 0.2.0. MQTT cache is empty. Where do we start? :-) Mosquitto version is a bit older... 1.6.4

Thanks a lot. I did not recognize that the released zip file was that old. OK, so now I get stuck at this: ``` # npm run start > [email protected]...

Same problem in TapiLine.cs ``` private async Task HandleNewCall(TapiCall call, int callPrivileges) { if (NewCall != null) { Privilege priv = callPrivileges == NativeMethods.LINECALLPRIVILEGE_NONE ? Privilege.None : callPrivileges == NativeMethods.LINECALLPRIVILEGE_MONITOR...