rgruebel / ha_zigbee2mqtt_networkmap

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

HACS install status problem #18

Closed sebiweise closed 5 years ago

sebiweise commented 5 years ago

The integration is carried out, but not noted in HACS, if necessary Issue in HACS Repo. The files will all be installed as intended.

h4nc commented 5 years ago

I also have this and additionally I get 404: Not Found in my Map. Worked before installing it with hacs. I deleted the browser cache.

EDIT: Did not notice that I have to change the ipanel frame link. Should work after changing this.

rgruebel commented 5 years ago

But you'll still have the problem from #17. Maybe the problem with the installation status also depends on #17, because the installation process is not completed successfully. As workarround I could try to rename the folder

h4nc commented 5 years ago

Yes you are right, the map doesn't show up.

And it looks like I have this issue now too: #4

Because I get the Error: Received message for unregistered webhook ...

I did not have this issue before.

EDIT: ok so I manually copied the files and the map works again, but I still get that webhook error

EDIT2: Webhooks started to work again somehow. Updated two 0.96.3. Maybe it was the restart, but I did restart before.

mafede commented 5 years ago

In principle I can update, but when I ask you to take out the map it doesn't come out.

This is my configuration: in configuration.yaml

webhook: zigbee2mqtt_networkmap:

in panel-iframe.yaml networkmap:       title: 'Zigbee Map'       url: '/local/community/zigbee2mqtt_networkmap/map.html'       icon: 'mdi: graphql'

finish

This is the file structure.

image

when clicking on the icon, the update date appears but not the map.

h4nc commented 5 years ago

See the post above from @rgruebel

There is some issue with installation process of hacs.

Download the files of the folder viz.js manually from gut and put them in your folder. Restart ha.

mafede commented 5 years ago

Perfect.

Running again.

Thank you

dlashua commented 5 years ago

HACS has an issue with the viz.js/viz.js file. It's never copied over. https://github.com/custom-components/hacs/issues/321

mafede commented 5 years ago

@dlashua

Perfect.

Running again.

Thank you

dlashua commented 5 years ago

@mafede Yes, I saw that. Glad you got it working. I was hoping the extra information provided would help the developer of this component to arrange the files in a way that would work with HACS or to work with the developer of HACS on custom-components/hacs#321 to get HACS to recognize the file correctly.

P-Verbrugge commented 5 years ago

So does the component not show up in HACS for you guys as well? I can install it partly, and have to fix it like described above. But the component does not show up in Hacs at all. So, I will not be able to see if it has updates.

BeardedTinker commented 5 years ago

Yeah, same here, missing it from list of installed components and always gives option to install.

rgruebel commented 5 years ago

Hacs 0.13.0 released