Page 1 of 1

Zigbee2mqtt web based front end

Posted: Tuesday 21 June 2022 20:48
by Platte73
Maybe a stupid question. But does the zigbee2mqtt plugin also has a web based front end.

Plugin is working fine. but you can choose to put in the configuration.yaml file "frontend: true"

But when I try to access on port 8080 I get message site not available. I use the same adress as my domoticz but change the port at the end in 8080

Re: Zigbee2mqtt web based front end

Posted: Tuesday 21 June 2022 21:30
by jf2020
Not sure what you are doing but the plugin web interface is directly accessible from the custom tab of the main Domoticz interface.

Re: Zigbee2mqtt web based front end

Posted: Tuesday 21 June 2022 22:11
by Xenomes
By frontend: in the config you need these three values.

Code: Select all

frontend:
  port: 8080
  host: 192.168.1.*
  auth_token: Password
restart the service.

Re: Zigbee2mqtt web based front end

Posted: Wednesday 22 June 2022 13:48
by Platte73
This is what I now have in my Domoticz under the custom tab

image0.png
image0.png (356.53 KiB) Viewed 2687 times

But I thought there was also a Zigbee2mqtt front end like this
Webfront.jpg
Webfront.jpg (39.47 KiB) Viewed 2687 times


I also tried this but nothing happen
frontend:
port: 8080
host: 192.168.1.*
auth_token: Password

Re: Zigbee2mqtt web based front end

Posted: Wednesday 22 June 2022 14:07
by waltervl
See https://www.zigbee2mqtt.io/guide/config ... ntend.html
but port 8080 could conflict with your domoticz User interface that defaults on the same port 8080

Re: Zigbee2mqtt web based front end

Posted: Wednesday 22 June 2022 17:02
by Platte73
waltervl wrote: Wednesday 22 June 2022 14:07 See https://www.zigbee2mqtt.io/guide/config ... ntend.html
but port 8080 could conflict with your domoticz User interface that defaults on the same port 8080
My domocticz port :8084
Front end I used :8085

But doesn't matter which port I choose it is alwasy saying can't reach page

Re: Zigbee2mqtt web based front end

Posted: Wednesday 22 June 2022 20:54
by Xenomes
Platte73 wrote: Wednesday 22 June 2022 13:48 I also tried this but nothing happen
frontend:
port: 8080
host: 192.168.1.*
auth_token: Password
did you change the * to your ip and password?

Re: Zigbee2mqtt web based front end

Posted: Thursday 23 June 2022 9:16
by Platte73
It is working now.
I had the docker container in bridge mode instead of Host. Changed it and now it's working

Thanks for all the support