• 3 Posts
  • 44 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle


  • it depends what you need it. If you want a “stupid” tube station for local traffic, then you want unmanaged. It needs less power. If you instead want to have multiple VLANs, which are separate virtual networks inside your network, you need managed. Then from the GUI you say “port 8-12 are for VLAN 5 which is 10.0.0.1/8 and does not have internet access, rest is normal LAN”. If then the switch has lots of fast ports, then it needs lots of power to manage the communication, more power means more hot, and more fans.




  • Moonrise2473@feddit.ittohomeassistant@lemmy.worldHA removed Astetisk. What now?
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    10 months ago

    Seems weird that according to telemetry only 25 people in the world were using that, while the GitHub repository linked in the other comment has 56 stars and 21 forks 75 issues and 200 pull requests. If it was true, those 25 users are the most passionate in the world.

    Same if watching on the ha forums, lots of topics for something used only by 25 people in the world.

    Could it be that, because asterisk is difficult to install, only pro users installed that, and pro users always disable telemetry?

    Edit: changed metrics for GitHub, indeed stars and forks are pointless numbers, went to watch my GitHub account and saw that completely useless repositories of mine had stars or forks













  • I really don’t understand why they lock the hardware like this.

    Dear manufacturer: are you committed to update your device for at least a decade and use open protocols? The answer is always no, so just allow us to void the warranty and install tasmota or esphome.

    Electrical installations should be considered almost permanent, support should last decades. I’m not willing to replace a “smart” relay every few years because the app broken


  • My idea is to use this https://www.f-droid.org/packages/com.jarsilio.android.waveup/

    You would need to place the hand nearby the proximity sensor

    In order to wake when you enter the room you would need an external pir sensor and some hack. Or a sophisticated app that does computer vision all the time with the front camera, but I never saw an app like that

    Alternatives that I evaluated as a concept:

    • a pine tablet with Linux and a pir sensor connected to the gpio ports - need to code a wake screen feature, then show a dashboard from ha in a kiosk browser

    • using some custom python script generate an image on your server with the status of your home, then jailbreak an old kindle to download and display that image ever few minutes. No need to turn on and off the screen anymore

    A tablet that turns on every time you enter the room might be annoying night time


  • it will 100% be abused by assholes for mining some millicents in monero or do ddos attacks.

    Processing for a website need to be as fast as possible. Nobody would like a loading screen “please wait - contacting p2p node 32292 for rendering your page” that will last several seconds, pages on a peer and database on another, plus all the overhead to manage sync between all the nodes

    file storage doesn’t require ultrafast processing. Make a static website with hugo, host pages on gh pages, and downloads on ipfs