python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dart The connection must be in the Connected state in order to perform this operation.?
import 'package:mqtt_client/mqtt_client.dart';
import 'package:mqtt_client/mqtt_server_client.dart';
// ignore: camel_case_types
class mqttconnect {
MqttServerClient? client =
MqttServerClien...

ahmet çıtır
Votes: 0
Answers: 1
MQTT Mosquitto C++ not publishing data (disconnecting before)
I am trying to publish a message both using commands and coding it. With the commands it works fine, I have a Broker running and a Publisher:
mosquitto -v
mosquitto_pub -d -t testTopic -m "Hello&...

user17477528
Votes: 0
Answers: 0
Home Assistant Mosquitto - What can I use as MQTT broker address?
I'm using Home Assistant OS as a Virtualbox in Windows 10. I'm accessing it via homeassistant.local:8123. So I'm trying to configure my Mosquitto broker in Home Assistant. It wants to know my broker a...

Meggy
Votes: 0
Answers: 1