Samuel Helbling
Samuel Helbling
I am trying to adjust the colorScale of the heatmap via min/max to my numerical values, as described in the [docs](https://apexcharts.com/docs/options/plotoptions/heatmap/). However, my settings have no influence on the colorScale....
I got the following error: `exec: "C:\\Users\\.....": file does not exist Error compiling for board CubeCell-Board.` I tracked down this error to my Windows username, which contains a space. I...
**Describe the bug** After restarting the gateway, the OPC-UA Connector refuses the connection. If I disable and enable the connector manually in the Connectors View, the connection to the OPC-UA...
**Describe the bug** The OPC-UA AsyncIO connector does not find sub variables like the OPC-UA Connector. - Old issue: [https://github.com/thingsboard/thingsboard-gateway/issues/1249](https://github.com/thingsboard/thingsboard-gateway/issues/1249) - Old Pull request: [https://github.com/thingsboard/thingsboard-gateway/pull/1251](https://github.com/thingsboard/thingsboard-gateway/pull/1251) **Connector name (If bug in...
**Describe the bug** I have this configuration of a SNMP Connector: ```yaml { "devices": [ { "deviceName": "SNMP Test Device 1", "deviceType": "TestDevice", "ip": "host.docker.internal", "port": 161, "pollPeriod": 5000, "community":...
### Information about bug I defined a routing with three BOM Operations.  When I now open the Job Card for the last Operation, I can start the Job. ...
Removed deprecated keyword argument 'print_logs' from the has_permission check. Caused this error: `has_permission() got an unexpected keyword argument 'print_logs'`
The cert-data volume is not used by any container. ```json volumes: cert-data: name: frappe_cert-data ```
Why is the queue-long container configured for long, default and short queues, when the queue-short container is dedicated to the short and default queues? ```json queue-long: command: - bench -...