-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Experimental feature] Webbased frontend #4266
Comments
Does using port 8080 conflict with Domoticz, when it's on the same RPi as Z2M? |
You can specify any port in configuration |
Sorting is working great, except for the |
Guys, as I understand it, the map is saved only for the current session in the browser? |
Yes, refresh page and you lose your data |
What wrong with it? |
It doesn’t do anything.
I would have expected the battery and mains powered one to be grouped together. (Or ideally sort the battery ones on battery level)
~ sjorge
… On 7 Sep 2020, at 05:12, John Doe ***@***.***> wrote:
Sorting is working great, except for the power colomn.
What wrong with it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Interesting... I don't have a logs menu. It's optional menu? And it can be turn on from configuration? |
it's sneak peek from my dev environment, stay tuned :) |
You should update dependencies, yesterday I've released update. It adds sorting by battery level |
This feature yet to be implemented, but in general it's just splitting this code and exposing via z2m https://github.com/Koenkk/zigbee-herdsman/blob/33d13a2fba4cc306d11398bf608293c2a6c7aa63/src/controller/touchlink.ts#L16 |
So after some changes it could be publish under the |
@nurikk Given I have a large network map, would you be interested in the the output? real output to work off or create tests from is always useful IMHO. |
very nice work! Any chance of having a linkable/proxyable config page from within HomeAssistant to get to the new Z2M GUI? I have Z2M, letsencrypt(incl NGINX rev. proxy) in separate containers so maybe an HA ingress based solution is needed? |
I might have missed it but is there already an interface for binding/unbinding remotes to groups? That part of Z2M can also use some GUI love. |
Yes! If you view the remote’s details there is a binds tab, works pretty well.
~ sjorge
… On 7 Sep 2020, at 17:10, netweaver1970 ***@***.***> wrote:
I might have missed it but is there already an interface for binding/unbinding remotes to groups? That part of Z2M can also use some GUI love.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I've published next release of frontend. Mostly bug fixes https://github.com/nurikk/z2m-frontend/blob/master/CHANGELOG.md#0148-2020-09-08 |
Yes, please! you can send me contents of |
https://gist.github.com/sjorge/332f92e691a2475590bdebaf7501b0d6 |
Been playing with the latest release, touchlink doesn't seem to work but I think it's missing the above mentioned changes to z2m.
on the devices page
on map page
|
I made a new group with a single IKEA bulb (LED1732G11), that seems to work nicely. Thanks. |
Hi, @sjorge ! Can you please send me your |
I've updated the previous gist, not sure what oyu mean with device statuses dump though? |
@kirelam see sonoff documentation: https://sonoff.tech/wp-content/uploads/2021/09/Zigbee-3.0-USB-dongle-plus-firmware-flashing-1-1.docx @parshivets sorry looked at the wrong entry in the docker compose file, what happens when you remove the |
This is from inside the container: From host: And this is just to show that other containers are ok: |
@parshivets I believe the issue is that startup is blocked because it cannot to the MQTT server, please check your MQTT settings, you should see |
you were right. For some reason in configuration.yaml if I set ip:1883 - doesn't work even I was able to telnet from inside the container. Changed to Mosquitto_container_name:1883 - it works! |
Thanks a lot for the Frontend page. This is great. At this moment it is at version and running on my Raspberry Pi 3B+ How can I update the Frondend page to a new version. |
@mcmellow it is updated automatically when you update z2m |
I think that I'm having the same issue -- I cannot connect to my mqtt server. What do you mean by "changed to mosquitto_container_name:1883? Below is the details of my mosquitto container: Any help would be greatly appreciated. |
in docker containers can ping each other by container name. check container name |
I'm currently in a bit of a situation where this is actually a slight issue. So, I vote for starting the frontend before connecting to MQTT. |
@danielvandenberg95 I am not sure if I understand your problem correctly, but couldn't you pair the plug in another socket (if this is the kind of "intermediate smart plug"), or temporarily connect your server to another socket (of the new plug is a fixed one - I would be interested in the model on that case) |
Yeah I could have connected my server to another socket, but that would mean powering it up, down, up. That's what I was trying to prevent. "If it's down now anyways I can just as well swap out the plug" - my thought process |
I've been using zigbee2mqtt for a while now, and it has been really great. More recently I've deployed into kubernetes and accidentally nuked the volume the configuration was on. It occurs to me, after enabling the frontend that a simple way to backup and restore would be really handy. I've spent a few years building up some xiaomi aqara, but after I broke the network, these devices didn't re-pair to the new network, so being able to backup before doing something dangerous is obvious, and perhaps the frontend could provide a simple way to do this. |
Quizás sea una tontería, pero como en el manual dice que por seguridad hay que cambiar la serie de números en vertical, así lo hice, y todo dejo de funcionar. |
What's confusing about the above, is that the config file seems to be read and written to by z2m, so a simple point in time backup could still result in missing devices if you don't get a recent backup of the config. |
Hi! I have installed z2m on my raspberry pi zero with Raspberry Pi OS. TI CC2531 USB stick. configuration.yaml
starting logs:
curl
netstat output
|
It may be this line:
It has a typo (should be |
So stupid error. @wsw70 thanks so much! |
I have add the front end working well until after the updates today. Now I have z2m working correctly but no :8080 GUI available, both edge and chrome return ERR_CONNECTION_REFUSED and sudo curl --get http://localhost:8080 returns Yaml is: Any suggestion would be appreciated |
Hello the frontend does not seem to work for me. I have added entry to file /opt/zigbee2mqtt/data/configuration.yaml then I restarted zigbee2mqtt service, but I am getting "This site can’t be reached". It looks like no web server is running. |
This is wrong
It should be:
|
Hi all, I have two (I thought) identical (docker on raspian) installations. One with a working frontend, and the other not. The only difference between the installations is: the one is running on a Raspberry 3 and the other an Raspberry 2:
and the other (working) is a
I call z2m with
and the configuration.yaml is
During startup, "frontend" is not mentioned anywhere:
only, when the service is shut down, the "frontend" is mentioned:
I checked within the container, if a service is listening on port 8080 - but no 8080/tcp
Honestly, I have no clue anymore. Any ideas? Thanks in advance :) |
Buenas taews
debfio a mi enfermedad se me pasan cosasz y quizas algunas grav3s, pro si
me explca la solucion, lo que menos deseo es hacer las cosas mal.
Gracoas `pr entenderp
El vie, 23 dic 2022 a las 20:31, SyBeer (<
***@***.***>) escribió:
… This is wrong
frontend: true
port: 8080
It should be:
frontend:
port: 8080
—
Reply to this email directly, view it on GitHub
<#4266 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYDCYXC4OPUZ6VTVIIPRQELWOX4X7ANCNFSM4QY4EBSQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
|
Same issue on version 1.30.1 (commit #eb878d3) - frontend queitly not starting.
Any idea how to run frontend or get a more detailed logs? |
Solve it - problem is that the z2m is not connected to mqtt. Connecting, but not connected. Before frontend it need to connect to mqtt. |
I think that the problem is in configuration.yaml file. It will take set up for first time from the configuration.yaml. After that, it will not react to any change in that file. It will take always the first set-up from :/app/data inside of container. So there is no possibility to correct or change settings. |
This issue is 3 years old. Please open a new issue if needed. |
Syslogd remote configuration is wrong. |
This experimental feature allows to run a frontend straight from Zigbee2MQTT (so no additional setup is required).
This frontend is developed by @nurikk, the source code can be found here: https://github.com/nurikk/z2m-frontend
To enable this, switch to the dev branch and add the following to your
configuration.yam
.In case you find any issues in the frontend, report them here: https://github.com/nurikk/z2m-frontend/issues
The text was updated successfully, but these errors were encountered: