-
Notifications
You must be signed in to change notification settings - Fork 51
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
password ? #143
Comments
The web ui is a function of esphome. It can be disabled in the fw yaml. Another option is to to use your firewall/router to limit traffic only to and from the poe device to the z2m or Home Assistant IP. |
On my firewall it'll only be able to filter traffic from other networks, inside my IOT network this device remains wide open sadly... That's why I'm trying to secure it a bit. Also what are the components providing the serial over TCP so I could look into telling them to only listen to packets from my home assistant IP for example. Thanks in advance for any help, even only pointing me at applicable doc for the software inside my device 😉 |
The serial side is currently using an external component I forked and had updated when the original external competent was no longer being updated and no sign of continued development. It since has gotten an update. The links are in the source yaml files posted in this repo. Adding security got the serial stream side would break all functionality as the mechanisms in z2m and zha which allow connecting to the remote serial port have no ability to anything else with the port. Are you concerned your kids will manipulate the tcp serial stream? I don't know the specifics of your setup but I'd think limiting traffic to just be between 2 devices should be possible on solutions that support vlans. Or just block traffic from one vlan to another. |
Kids are a threat indeed :D I understand this needs to be transparent to Z2M so no auth, but maybe simply source-ip whitelist would be nice, this way I could tell the serial-to-net component to only accept incoming connections from the precise IP of my Hass VM, maybe add my own machine purely for testing maybe, and this way I'm sure nothing else on my IOT network can open my garage door ;) |
@tube0013 I just discovered recently the ESPHome addon in home assistant and it shows me my tubeszb-cc2652-poe-2022 as discovered and I can "adopt" it.
|
The ESPHome side of the device has no effect on the zigbee side - it provides only the serial over tcp link. Adopting it would allow for esphome updates which generally I don't recommend as they may break the custom component doing the serial to tcp stream. There are no actions without other tools that would reset the zigbee module requiring you to re-join everything. The reset - is a reboot of the zigbee module firmware. |
Hello, just got my tubeszb-cc2652-poe-2022 in the mail recently, took me a while to understand I needed to change the panID and network key to be able to start Z2M and finally re-pair each of my 50+ devices... But I love it now it's stable, POE, even fixed some strange issue I had with CP03 devices randomly showing offline...
But I'm a bit baffeled by the fact it's so very wide open... I mean, I got several networks and an opnsense firewall in the middle so I can (and will) block my kids from accessing the device, but hey, I still find it very strange that there seems to be nothing to setup a password to access the dashboard at least, the one that allows flashing and restarting...
Maybe even have a whitelist of allowed IPs to connect to the serial-over-ip port would be sensible to me...
Is there something I missed or is this just not a feature yet ? Is it on the table for later maybe or am I the only one with this need ?
The text was updated successfully, but these errors were encountered: