-
Hello,
I have a Lilygo SIM7670G with the ESP32-S3. I use the TinyGSM Fork. The device connects to the internet without any problems. It also connects to my MQTT server via SSL which is great but I …
-
**Describe the bug**
I want to connect and control the Zwave JS UI (stand-alone) using the MQTT Broker. The Zwave JS UI requires that a separeate get/set topic is used to write new values the the z…
-
As you might know, we (GARDENA smart Gateway maintainers) have been working on something similar to this project. It comes in the form of an add-on package that can be installed over serial/shell acce…
-
Hello,
I am experiencing an issue running the script since version 1.40.2 of Zigbee2MQTT. Here are the errors encountered when launching the script:
```
Starting initialization
Looking for sup…
-
I have installed this repository on Ubuntu desktop and followed the install procedure as outlined in the readme. Everything seems to be installed correct and I have created my own inverter model file …
-
### Describe the bug
First of all, thank you for this great project. It was exactly what I was looking for. I am trying to control a fut035w+ cct led controller with a fut092 remote, which works …
-
Hi @Tom-Hirschberger
Back when @sergge1 made this with Bugsonet, I was integrating it to Home Assistant with MQTT.
Then came an integration so I skipped this, but the integration is gone defunct …
-
**Describe the bug**
When I turn on a subscription to all topics ("#"), every state gets updated twice - even if QOS 2 is configured. Messages seem to be received twice from mqtt module (see log fu…
HSE83 updated
2 weeks ago
-
**Language:**
Kotlin
**Gradle dependencies:**
```
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
implementation("org.eclipse.paho:org.eclipse.paho.android.service:1.1.1…
-
When using the `#at_cmd()` derive macro, the default command termination seems to be "\r\n" (also called``).
While debugging an unrelated issue I noticed that most (all?) modems don't actually require…