-
I have setup a Pi Zero W to act as a gateway to feed my regular server which runs HA.
It works neatly, good job really, nodejs is not officially supported anymore but that's fine. I installed v15.13…
-
Hi,
i copy paste your code and change the mqtt and ssid and password info. however when i try to compile with the latest arduino ide i get the following error althoug it is on the code:
```
mqt…
-
¿Existiría la posibilidad de cambiar que la información que se transmite al puerto serie del ESP32 se transmitiese hacia un servidor MQTT para mostrarla en un HomeAssistant?
-
mqttService?.host=configuration.MQTT_SERVER_HOST
mqttService?.port=UInt16(configuration.MQTT_SERVER_PORT)!
mqttService?.willMessage = CocoaMQTTWill(topic: "/will", message: "dieout"…
-
Hello, my problem is pretty simple: I can't seem to connect my gateway with ThingsBoard. No error is showed when I run the gateway, but also nothing happens on ThingsBoard.
What I am trying to do is …
-
I am using Vue 3 and I managed to connect to a server and to subscribe to a topic, but i can't figure out how to display the messages..
Any help would be appreciated.
This is my code so far...
…
-
If the app is started with debug=True, there are two instances of the app created. You'll see the server start, then another version will restart just afterwards.
**Issue 1**
I was seeing a lot of…
-
**Describe the bug**
The mqtt doorbell trigger is not working. CameraUI subscribed to the topic, but doesn't recognized the event.
I tested the doorbell with the switch im Homebridge, with this meth…
-
## Description
I'm creating an API server with gin with a POST API (json body) to publish a paho.mqtt message and respond back with "200" if there aren't errors.
POST request -> gin API server -…
-
I have been doing some research on the seplos rs485 bus, and I have programmed a python script to "listen" the data from the complete battery pack (when there is more than one) and publish it to a MQT…