• 0 Posts
  • 51 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.



  • Well 5ghz requires more power, has less range, and needs its own antenna so for microcontrollers this makes it pretty pointless for devices that need range and low bandwidth for sending sensor updates, especially those that are battery powered. 5ghz can also have its own issues in cities if you have a lot of use of the DFS bands as well as being worse at traversing reinforced concrete.

    Also, a 2.4ghz radio can also sometimes support other things like zigbee, BT, and BLE which can be used for other functions.

    For what it’s worth, I have probably 50 WiFi devices and the majority of them are 2.4ghz sensors or switches and other low bandwidth tasks and I don’t have any issues, even when living in an apartment complex. If you are having issues you might need different hardware or more access points or something.

    Anyway, all that to say that 2.4ghz definitely still has a lot of utility today.


  • I definitely recommend Fully Kiosk Browser, it’s easily worth the 10$ license even if you don’t need the features. The integration into Home Assistant is great, you can do all kinds of things really easily to the app through HA like loading URLs and controlling the screen on and off, the integration is really superb.

    ETA: I forgot, it also has a webui to manage it remotely. Also, I’m pretty sure it’s free still, I just mean it’s that good of an app that it’s worth whatever their license costs (I bought it a while ago).


  • So I couldn’t think of a short way to describe it without attaching a picture so I just did that, the Pi is the one on the right side near the top with the red velcro and the radios are velcroed to the door on the left. I have cheaper extensions for both radios but that was more to keep it above the power strip because I was slightly concerned and make opening the door easier.

    If your adapter isn’t like buried in a metal cabinet and you have one or two zigbee router devices (like a switch or a bulb) close by it will be fine I bet, give it a whirl. Those extensions are just cheap USB 2.0 cablematters extensions from Amazon.

    I also apologize for the cable management hire, that location is in transition to different gear 😀

    ETA: The other radio is the z-wave radio and I was wrong above, it’s the zooz radio, guess I forgot I upgraded it hah



  • I would get one 2x32 kit somewhere you can return it (or even 1x32 if you are worried) and try it out, sometimes it does work but sometimes it won’t POST. Like the other person said, it might work but there really isn’t a way to know for sure other than that. I have run into situations with systems like that where that was just the largest available at release date for them to test and validate and larger DIMMs work fine so it’s probably worth testing in my opinion.

    I am curious myself, let me know if you do test it, those look like cool machines for small clusters.


  • I assume you are talking about the Plex client or the server too? Client wise, the shield is still excellent as other folks have mentioned but I have been using Apple TVs lately, the client is snappy and works well. I have one of the first gen 4k ones and it plays everything I have tried to play. I got tired of the adds on the android devices and the Rokus have even gotten annoying lately so that’s what prompted me to switch.

    ETA: in case someone is wondering, I also use the Home Assistant integration with my Apple TVs and it is superb.






  • Hah yeah that was not very clear. What I mean is that google search results have gotten worse over the years and I knew that but since it was a slow change slow I guess I had not really realized the totality of how bad it had gotten until I compared the search results for the same search terms between Google and Kagi.

    It’s crazy, what I’m searching for is back in the first couple of links and I don’t have to scroll past “sponsored” results like it should be. I never thought I would pay for a search engine but it is definitely worth it, I’m not sure I could go back to Google.






  • I have run into this issue a lot, I have always found that most of the tutorials set things up in isolation and never talk about integration points or how to build a whole solution.

    On the MetalLB configmap point, that’s another issue I have run into. In the earlier days of metallb it was configured differently and the configmap was automatically created but that has since changed, took me a bit to figure out when that changed as their docs aren’t explicit if I remember correctly. Annoying either way.

    I think the reason most tutorials turn off the firewall is in a well configured cloud environment like AWS the host firewall is redundant due to security groups and that is what everyone targets the tutorials for unfortunately and they never explain that even with “disable this if you have other mitigating controls in place” or something.

    I have also wondered if we have finally reached the era where the majority of content creators and consumers have never touched an on-prem network and don’t even think about that lens anymore, another good example of this is trying to configure MetalLB in a host with multiple interface that don’t have the same networks available (you know, like using dedicated interfaces for storage like you should), for a long time it just wasn’t possible and metallb would announce all networks on all interfaces which made it basically not functional heh. Whatever the reason is, you are not alone in being annoyed :D

    Anyway, these are great points, I have been pondering writing up a larger set of tutorial about my setup since it’s more similar to a small enterprise anymore, I should get on that hah.