Closed TimoWerr closed 4 years ago
what is 192.168.178.85
? judging from your espMH settings, this should be your MQTT broker.
what is
192.168.178.85
? judging from your espMH settings, this should be your MQTT broker.
This is the IP of the Hub itself so i used it for MQTT Settings to...
what is
192.168.178.85
? judging from your espMH settings, this should be your MQTT broker.This is the IP of the Hub itself so i used it for MQTT Settings to...
In Addition with a port
You need an MQTT broker. This is a 3rd service that sits between espMH and FHEM and serves as a message bus.
Read more about MQTT here: https://learn.sparkfun.com/tutorials/introduction-to-mqtt/all
Describe the bug
I have a setup like it´s described on github with a nodemcu. The Hub works fine using a browser. I want a connection between FHEM and sp8266_milight_hub with MQTT - FHEM Always says "Connection Refused"
2020.01.03 16:49:35 1: MiLightHubClient: Can't connect to 192.168.178.85:1884: Operation now in progress
2020.01.03 16:49:35 1: MiLightHubClient: Can't connect to 192.168.178.85:1884: 192.168.178.85: Connection refused (111)
Steps to reproduce
I saved the standard settings in MQTT on the Hub
Expected behavior
A connection between FHEM and the HUB
Setup information
As it´s explained on github with a NODEMCU
Firmware version
esp8266_milight_hub_nodemcuv2-1.10.5.bin esp8266_milight_hub_nodemcuv2-1.10.4.bin esp8266_milight_hub_nodemcuv2-1.10.0.bin (Actual version)
Output of http://milight-hub.local/about
firmware "milight-hub" version "1.10.0" ip_address "192.168.178.85" reset_reason "Power on" variant "nodemcuv2" free_heap 17624 arduino_version "2_4_2" queue_stats length 0 dropped_packets 0
Output of http://milight-hub.local/settings
Any Idea what´s wrong in my case? It would be Great if someone could help me...