NorthernMan54 / homebridge-mcuiot

Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.
30 stars 12 forks source link

ERROR-No dispatcher /inform #12

Closed Alextheduke81 closed 5 years ago

Alextheduke81 commented 5 years ago

hi northernman54, first off all - thanks for your awesome work! i have an issue with the mcuiot-plugin. do you have any idea?


[2018-9-14 01:14:04] Loaded config.json with 1 accessories and 2 platforms. [2018-9-14 01:14:04] --- ** WARNING The program 'node' uses the Apple Bonjour compatibility layer of Avahi. WARNING Please fix your application to use the native API of Avahi! WARNING For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node WARNING The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. WARNING Please fix your application to use the native API of Avahi! WARNING For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister [2018-9-14 01:14:06] Loaded plugin: homebridge-mcuiot [2018-9-14 01:14:06] Registering platform 'homebridge-mcuiot.mcuiot' [2018-9-14 01:14:06] --- [2018-9-14 01:14:06] Loaded plugin: homebridge-raspberrypi-temperature [2018-9-14 01:14:06] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature' [2018-9-14 01:14:06] --- [2018-9-14 01:14:07] Loaded plugin: homebridge-weather-plus [2018-9-14 01:14:08] Registering platform 'homebridge-weather-plus.WeatherPlus' [2018-9-14 01:14:08] --- [2018-9-14 01:14:08] Loading 2 platforms... [2018-9-14 01:14:08] [MCUIOT] Initializing mcuiot platform... [2018-9-14 01:14:08] [WeatherPlus] Initializing WeatherPlus platform... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen Today'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 1 Day'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 2 Days'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 3 Days'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 4 Days'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 5 Days'... [2018-9-14 01:14:08] [WeatherPlus] Initializing platform accessory 'Wiedenzhausen In 6 Days'... [2018-9-14 01:14:08] Loading 1 accessories... [2018-9-14 01:14:08] [Pi Temp] Initializing RaspberryPiTemperature accessory... [2018-9-14 01:14:08] [MCUIOT] configureAccessory MCUIOT Reset Switch Setup Payload: X-HM://0023ISYVJGPHP Scan this code with your HomeKit app on your iOS device to pair with Homebridge: Or enter this code with your HomeKit app on your iOS device to pair with Homebridge: ### [2018-9-14 01:14:09] [MCUIOT] Starting mDNS listener [2018-9-14 01:14:09] Homebridge is running on port 51826. [2018-9-14 01:14:09] [MCUIOT] Web Server listening on: http://localhost:8080 ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform ERROR-No dispatcher /inform

the three bme280 and nodemcu are configured properly and running (values from webinterface when hitting ip adress of the NodeMCU)

{ "Hostname": "NODE-169F92", "Model": "BME", "Version": "1.2", "Firmware": "2.2.0", "Data": {"Temperature": 24.94, "Humidity": 47.163, "Moisture": 10, "Status": 0, "Barometer": 961.092, "Dew": 12.92 }}

{ "Hostname": "NODE-1618A3", "Model": "BME", "Version": "1.2", "Firmware": "2.2.0", "Data": {"Temperature": 25.64, "Humidity": 46.114, "Moisture": 1, "Status": 0, "Barometer": 961.653, "Dew": 13.21 }}

{ "Hostname": "NODE-16995A", "Model": "BME", "Version": "1.2", "Firmware": "2.2.0", "Data": {"Temperature": 24.96, "Humidity": 56.269, "Moisture": 3, "Status": 0, "Barometer": 962.385, "Dew": 15.66 }}

regards, alex