-
If register decoding failed, incorrect values are being sent over MQTT. Please see the below logs.
```
Mon Nov 4 12:15:25 2024 daemon.err openess[8477]: INFO 2024/11/04 12:15:25 export:mqtt:…
-
I have installed the a/m Mosquitto Broker as Add-on in HA 24.8.3.
I received today 2 RoomSense devices and installed them immediately.
Except MQTT everything looks fine. With the above mentioned MQT…
-
Is it possible to send data from a remote device on different network to thingsboard hosted on premise over internet, without any vpn connections.
If possible which protocol i should use, mqtt or htt…
-
- FPC / Lazarus V3.6
- MQTT V3.1.1 with QoS 0, 1 and 2
- Demo software als GUI programm
- Testet in windows and linux, testet with a mosquitto Broker
- Synapse version updatet
- Timeout property …
-
### The problem
When attempting to configure an MQTT broker integration in the Home Assistant UI, the following stack traces are generated in logs.
```
2024-11-15 18:13:04.262 WARNING (MainThread…
-
In some cases the IP address stays as "unavailable" even though sometimes it is passed to mqtt. MQTT log below:
"device": {
"id": "0725309b080003xxxxxxxx376d1d868",
"name": "NSP-Gara…
-
Example:
installing `apt install -y mosquitto`
Setup password
mosquitto_pub -h localhost -t testtopic -m "Hello, MQTT!" -u "yourusername" -P "yourpassword"
setup the `.env` with port and bro…
-
Hello,
I have the Thingsboard Gateway v3.5.1 last snapshot build installed in a docker environment on a Ubuntu 24.04.1 LTS server. I have some devices connected to Thingsboard Gateway throught centra…
-
### Relevant telegraf.conf
```toml
[agent]
omit_hostname = true
debug = true
[[outputs.influxdb_v2]]
urls = ["http://influxdb:8086"]
token = "$KTS_TELEMETRY_INFLUXDB_TOKEN"
organiza…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration i…