rgruebel / ha_zigbee2mqtt_networkmap

Custom Component for Homeassistant to show zigbee2mqtt Networkmap
169 stars 43 forks source link

Home Assistant 0.92.0 Betas. Some new error and a deprecation #8

Closed dreimer1986 closed 5 years ago

dreimer1986 commented 5 years ago

In my log these show up now:

WARNING (MainThread) [homeassistant.helpers.service] Unable to find services.yaml for the zigbee2mqtt_networkmap integration

--and--

Signature of MQTT msg_callback 'custom_components.zigbee2mqtt_networkmap.message_received' is deprecated

h4nc commented 5 years ago

@rgruebel I have the same issue. Also I noticed that the "Update now" Button doesn't refresh the page anymore.

h4nc commented 5 years ago

I also see this

Received message for unregistered webhook *******

sermayoral commented 5 years ago

Same here.

Thanks!!

snakuzzo commented 5 years ago

Same here

andriej commented 5 years ago

Same here

wimpie007 commented 5 years ago

same here. (of course)

rgruebel commented 5 years ago

Should be fixed with the last commit. Apparently each component now needs its own folder. I also removed the depracated Method call and created a services.yaml. In my case everything works again, please report if there are still issues.

h4nc commented 5 years ago

Thanks, the update button works again. And also I don't get that webhook error any more.

But I still get this Error:

Unable to find services.yaml for the zigbee2mqtt_networkmap integration

This was also a new one coming with 0.92

rgruebel commented 5 years ago

May be you forgot to copy the Services. Yaml?

h4nc commented 5 years ago

That's weird. You are right the services.yaml was missing, but I copied the whole folder to my direction.

Anyway with the zip-download now there is this service.yaml file, and after a restart this error will be gone. Thanks