Sergei Nazarov

Results 8 comments of Sergei Nazarov

Hello from Russia. Thanks for great work. I have been tied use API to control my Roomba i7+. I run roomba.py with -wp 8200 and try to use HTTP API...

@NickWaterton roomba.py is run broker by self? Or broker is it different application that i install and run by myself? I install mosquitto by and it's working when i check...

Sorry for the stupid questions, but i am a novice in mosquito technology. I installed MQTT Explorer and it's helping me to understand how it works. I append the name...

It works! This command sended by MQTT to topic /roomba/command/Bender works (Bender is my Roomba's robot name). Robot go to region 2 and starts cleaning. ``` { "command": "start", "ordered":...

I can test different handlers, but I don't know how to test routers' logic. I mean how I can send a mocked message with a defined router (routers' chain) end...

This code works for me: ``` import undetected_chromedriver as uc import os from time import sleep current_dir = os.getcwd() target_url = 'https://nowsecure.nl' with open('blank.html', 'w') as f: f.write(f'link') driver =...

[https://github.com/Hudrolax/uc-docker](https://github.com/Hudrolax/uc-docker) This is my working example of Dockered python script for using undetected chromedriver in GUI mode, based on Ubuntu image. [https://github.com/Hudrolax/uc-docker-alpine](https://github.com/Hudrolax/uc-docker-alpine) And this is the same, but based on...