• 0 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • So if I understand this right you will need to change the network on the port attached to the synology in your UniFi configuration or set the vlan tag in the synology OS, I would do the former. It sounds like you just added a second network/vlan to the existing interface which means you actually created a trunk and are getting the old network untagged and the new network with vlan tags which the synology is dropping. Synology OS also doesn’t really support trunked ports through the UI (even though it does support a port that only uses a vlan tag) so it’s much easier to just leave them untagged.




  • I mean sure but that’s a lot of words to say “I didn’t read the directions and no one caught it in a merge request review because no one else read the directions either.”

    Their documentation and examples are pretty easy to read and the site parameter is explained in the getting started guide and even linked from the readme for the JavaScript sdk, and in lots of sample configurations so I’m not sure how this made it into a release and then no one noticed the missing metrics for eleven days, sounds like lots of issues in that shop.

    The behavior of the sdk isn’t great but the proposed solution wouldn’t work because you can use custom endpoints for all of the components using endpoints on domains you own anyway.








  • So I am definitely not an electrician by any means but I noticed on their site the ZEN05 says “Do not install the device in a place with direct sun exposure, high temperature, or humidity.” which seems pretty silly to me for something that two lines above says it is outdoor rated hah. I bet that is why they said not to use it though, heat+melting ice will generate humidity or something. I wouldn’t be placing the device next to the heating pad if it was me anyway so I would think it would work, your logic seems sound to me, I probably wouldn’t even have asked zooz now that I think about it.

    That said, I’m going to need to hear more about these heating mats, I have some sidewalks that I don’t enjoy shoveling hah.

    ETA: forgot to include, I use the GE version of that ZEN05 outside (since 2019) plugged into a GFCI outlet and it works fine, it definitely has very direct sun and gets all weather too.






  • bigredgiraffe@lemmy.worldtoSelfhosted@lemmy.worldWeird 10Gbe networking problems
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    7 months ago

    So then it doesn’t work across the ubiquity switch just to double check? If so, you will need to enable jumbo frames on that for sure and it is not enabled by default and that could also explain the throughput as it is having to fragment then defragment the frames to cross the switch or iperf is using MSS to determine that it can only send 1500 byte frames, your slower speed is about line rate for 1500 byte frames no matter the speed of the actual link.

    ETA: you can verify this by pinging with a large size and setting the “do not fragment” flag, so something like ‘ping -s 2000 -M do ip.addr ’ on Linux, windows uses different flags.



  • OP, this is the way. I use the Sonoff zigbee dongle with zigbee2mqtt on a spare pi located centrally in my house and it works great, home assistant is down in the basement. I have had nothing but issues with battery powered zwave devices of many brands and all of my light switches are zwave and they work fine so it definitely wasn’t a range problem. I will probably slowly replace those with zigbee switches as they die because the zigbee mesh has just been so much more reliable.

    Do make sure to throw a few mains powered zigbee devices on your mesh to act as routers once you get more than a few devices on the mesh, it also helps with range and response times.