ereenke

Results 3 issues of ereenke

When I try to connect in bridge mode to a broker that requires authorization, I get an error: ``` Connecting bridge (step 1) clusterfly (srv2.clusterfly.ru:9991) Connecting bridge (step 2) clusterfly...

First of all, I want to thank you for the good work. I really like the direction this project is taking. Right now I've created an inventory "Ordered", but this...

enhancement

Installation breaks with the following error: `ImportError: cannot import name 'save_virtual_workbook' from 'openpyxl.writer.excel' (/home/stockazio/stockazio/venv/lib/python3.10/site-packages/openpyxl/writer/excel.py)` I found a solution to this problem on [stackoverflow](https://stackoverflow.com/questions/75299506/cannot-import-name-save-virtual-workbook-from-openpyxl-writer-excel): `pip install openpyxl==3.0.10`