Luca De Petrillo

Results 13 comments of Luca De Petrillo

Hi, thank you @Ligio , meanwhile I found that the "PullMP" command result, the one used to retrieve the map piece image, is returned directly by the REST API "devmanager.do"...

I found the culprit of the malformed base64 text: - https://github.com/wpietri/sucks/blob/master/sucks/__init__.py#L471 The same is done for MQTT and REST communications implementation of the pull request #63: - https://github.com/bmartin5692/sucks/blob/master/sucks/__init__.py#L824 - https://github.com/bmartin5692/sucks/blob/master/sucks/__init__.py#L869...

Hi, I just had an SD card totally consumed after some months on a RPI. Trying to digging into the cause, I noticed that the home-assistant_v2.db was a bit too...

Hi @jason-mao and @ahhfzhang, thanks for the reply. Please let me update you with results of some experiments I made by modifying SIP request messages sent by the ESP32 device...

> FWIW, modifying these parameters has been part of the xpadneo documentation but we use a bit more relaxed values so Bluetooth mice and other peripherals would still work correctly....

> With fairly recent versions of the kernel (everything from the last 24 months) you should not use disable_ertm any longer because it can cause sticky button inputs or disconnects...

Additionally, I used an Enum for `mode`, as, IMHO, the name seems much more related to a "washing mode" than to a "hot water washing on/off" option, where currently it...

UPDATE: I did some additional tests and I can tell that, when `mode` is set to `0`, mops are **always** washed using a single wash cycle (3 charges and discharges...

UPDATE: I just found that the library does not support multiple command classes mapped to the same MQTT command in p2p commands handling: https://github.com/DeebotUniverse/client.py/blob/bb19d12dcbff706985ac651787670b488d219435/deebot_client/mqtt_client.py#L259-L270 As it can be seen, the...

@edenhaus I refactored the code to work with a single command class, and thus I added a couple of tests for command execution, but it seems that the standard test...