Rafael Gutierrez
Rafael Gutierrez
**Describe the bug** I'm trying to install the latest gateway version on a RPI4 using both Raspbian and Ubuntu using the `deb` package. On both cases I'm getting a missing...
**Describe the bug** I'm trying to run `tb-gateway` on RPI 4 using docker. I'm pulling the latest image (3.4.2), but when I run the `docker run` command, I get `exec...
**Describe the bug** I'm using a pretty default config, with a SQLite storage configuration. ``` "storage": { "type": "sqlite", "read_records_count": 100, "max_records_count": 100000, "data_folder_path": "./data/", "max_file_count": 10, "max_read_records_count": 10, "max_records_per_file":...
**Describe the bug** I'm testing the latest gateway version (3.7.5) with BACnet connectors and I'm facing the following issue: On my local network, I have one BACnet controller that centralizes...