• 2 Posts
  • 10 Comments
Joined 11 months ago
cake
Cake day: October 25th, 2023

help-circle
  • In 99% of cases, 10G makes no sense in home servers.

    Because in 99% of cases “homes” typically have predominantly 1G networking and Wifi as the “Access network” with only a handful of users on it, usually not at the same time.

    To upgrade this “1G” standard home network to anything faster will require the infrastructure be made available for higher speeds AND that the client devices are capable of taking advantage of it.

    Concretely speaking, you will need to introduce a “switch” with higher speeds as well as upgrading the NIC in any currently 1G devices to the faster speed as well.

    Practically and budget consciously, 2.5Gb is the present day sweet spot for consumer/pro-sumer “home” networking. It is relatively cheap, compared to 10G which “can” require a rewire if the CAT5e is substandard.

    I have a single 10G link. It goes between two 1G + 2.5Gb switches. I used a simple “DAC” copper link between them.

    I have 2 additional 10G ports, so I could link the two Proxmox servers which would take advantage of that speed during migrations and backups, but nothing else on the network is 10G capable or even close to needing to be 10G capable.

    10G hardware typically costs a lot more to run. A 10G port might consume twice the power for the same data, even if it’s never hit more than 900mbit/s.

    Use-cases which could justify a house-wide 10G upgrade might be, video streaming. I don’t mean playing a remote MP4 off the NAS via plex. I mean real time video streaming, such as lossless video conferencing, remote desktop with full 4K 60FPS playback capabilities. HDMI over Ethernet and so forth. Live uncompressed security camera footage etc. Remote gaming, ie. having a single beast of a gaming server with enough bandwidth to stream 2 clients at 60FPS. More bandwidth = less compression = less CPU = less packetisation delay = less latency = better gaming.




  • Not sure about your area, but in the UK “most” “good” ISPs will allow ‘alterations’ for a small fee. Items that they don’t want to provide as standard, such as “static ip” or “open port 25” can be added with an email and a one off fee.

    That could include getting out of CGNat, getting a fixed IP and having any ports unblocked.

    If they have no idea what you are talking about or flat out say “No. Sorry”, find a better ISP!



  • All of these devices and hubs use the same chips from Texas Instruments.

    There are basically 2 defacto chips. The “older cheaper one” and the “newer expensive and powerful one.”

    The ZZH is the later. Most others (do check) are the lesser chip.

    Issues with the lesser chip are:
    * Limited number of devices supported (something like 16?).
    * No support for “direct binding” close proximity binding - required to re-bind re-join a Phillips hue bulb.

    • Lower signal strength.

    I have 4 Hue smart bulbs acting as routers around the house, which helps, but honestly it’s far more reliable than the Wifi setups.


  • It used to be a lot simpler. The “Modem” received a stream of serial data (UART/RS232 + AT control codes).

    The digital stream needed to be “encoded” and converted to electrical signals which could be sent on a physical wire… most often the PSTN network (Public service telephone network)… aka “the phone line”.

    The audio/analoge technique used to produce the electrical signals was not as you might expect sending “blips” for 1s and silence for 0s. For way out of scope reasons that isn’t efficient. Techniques like PCM or PWM, Pulse code/width modulation. Beyond the scope. However this gets you the “MODulator”, “DEModulator”. Which is you “MoDem”

    Today, these still exist. Most would refer to them as “dial up modems”. Rare. We tend to have “home broadband” technologies today which range from plain old twisted pair phone lines carrying 100s of times more bandwidth than an “analogu phone line”, but over the same wires. We have old “Coax” cable for “Cable TV” carrying high speed internet. We even now have pure optical fibre connections in to the home.

    At this point, really, it can be argued there is no modem. Certainly not in the terminology used to previously describe one. What often gets refered to as the “Modem” is usually an ONT or similar ePon/docsis device controlled by an ISP which “converts” or “bridges” the optical (or other broadband signal) to “Ethernet”. Most, not all then additionally handle the authentication and “PPP” Peer to peer protocol used to transmit your data over this “You-ISP network”. In larger enterprise these components can be broken down into individual (or multitudes of) different boxes. ONT, PPPoE client, Router, Firewall, Switch, Wifi Access point. In most homes they will either be a single box provided by the ISP or 2 boxes with one provided by the “Network operator” and the other by your “Internet retailer.”



  • None of my IoT has an internet connection. I suppose that makes it a NoT.

    I use the spoke and star topology in my home. Hardwired CAT5/6 to each main room and switches there. Most have a PC + TV with ethernet ports.

    The bedroom CAT5 is provided by the Office netdoor. This was cheaper than running both (or all) rooms to the hallway.

    If you are going DIY eco-system don’t ruin the flexibility by focusing yourself on a single platform like HA. HA is no longer generic, it’s pretty opinionated and bespoke these days. It can afford that as many people produce compatible firmware for HA.

    Start with something lower level like MQTT as your core data architecture. HA will consume that fine, but it will give you more options.

    Another suggestion. Power monitoring smart plugs (Tasmota or ESPHome) these will allow you to monitor and manage your “device clusters” such as shutting down all the standby power in the living room from a switch beside the light switch.



  • If by 3 way switch you mean an intermediate cross over so that you have 3 switches in a hallway which all control the same light?

    In that case the intermediate cross-over switch will always have at least 1 live.

    The problem is, it changes between the two. Every 2 way switch, including cross over intermediates have 1 live, 1 dead port. How they work is toggling between the two.

    If the light is on, then all switches in their current position are connecting up the same live. If you change any one switch the light goes out as that switch has by logical expansion switched over to it’s “dead” feed. The really interesting thing is, it doesn’t matter how many 2 way switches you configure like this, switch ANY one of them will change the state of the light.

    In practical terms, if you are just trying to power a smart device, you might be better considering a parasitic device and by 2 coils, put one on each “in” live. One will always be live and power will be flowing through ONE of them when the light in on.