{

  "accessory": "MQTTWeatherSensor",
  "name": "Mqtt Weather Sensor",
  "host": "localhost",
  "port": 1883,
  "username": "YOUR_USERNAME",
  "password": "YOUR_PASSWORD",
  "topic": "esp32_station",
  "debug": true,
  "globalValues": {
     "manufacturer": "ESP32_Station",
      "serialNumber": "1234567890",
       "model": "Sensor"
    }
}