sorted by: new top controversial old
[-] Dave@lemmy.nz 2 points 13 hours ago

Thanks for all the info and the detailed response!

But it sounds like you only need it to be a wired router, which is good.

Correct, don't need wifi.

PoE ports as a requirement is what narrows your options considerably I think

I'm happy with doing this through a separate switch, but I'm happier if I can have less things to plug in. It's not a must have though.

Mikrotik has a lot of routers with PoE out. Their newest model in the RB5009 series can do either passive or 802.3af/at PoE out. Many of their older routers have passive PoE only. Make sure you know what your cameras need.

I don't have cameras yet, but I'm considering some Reolink ones. Happy to take suggestions. Am I likely to find a lot of difference in the PoE type or are most things compatible with each other?

[-] Dave@lemmy.nz 2 points 16 hours ago

I'm not overly against keeping them separate. It's just I have a lot of stuff piling up and consolidating would have been nice 😆

[-] Dave@lemmy.nz 1 points 16 hours ago

One of the things I use pi-hole for is to set customer DNS entries so anyone on the network will be redirected directly to the self hosted services when the type in the appropriate domain name. So it's not just about the filtering (which I also want), but also the (network wide) custom DNS entries.

I'm also happy with simple. I'm not overly against keeping the pi-hole and gateway separate but was just wanting to know if combining them would be an option (which is sounds like it is, but not super easy).

[-] Dave@lemmy.nz 4 points 16 hours ago* (last edited 16 hours ago)

It's a little bit more complicated than I made out. For one, the network is super unstable and restarting the ISP router seems to fix it. I want to replace the router to test the theory that it's the problem.

Secondly, this is a bring your own router to the ISP situation, but the router came from another ISP, but they are all the same ISP in the end because one company owns a whole bunch of ISPs and sends the same router to all the customers of all the child companies. Long story short, it's the router they would have issued to me, but they didn't, because a different subsidiary sent it to me before I changed ISPs to take advantage of a special because I live in a country where the lines are open and anyone can start an ISP using the existing lines but if you get big enough to be competition then the big company will buy you out and pretend it's still a separate company. But if it doesn't work well then it's up to me to solve unless I am willing to pay the ~$10USD for them to send me the ISP router that is supported by them but it will be the same cheap router as I already have. Ok that's not a very short story but that's why it was easier to just call it an ISP router 😆

[-] Dave@lemmy.nz 1 points 17 hours ago

Thanks! I'll check it out.

[-] Dave@lemmy.nz 2 points 17 hours ago

Thanks! It seems OpenWRT was the magic word I was needing.

[-] Dave@lemmy.nz 2 points 18 hours ago

Thanks, so what I should look for is a gateway running OpenWRT, which can run docker?

[-] Dave@lemmy.nz 0 points 18 hours ago

Is Google Play Services not the app that maintains a constant connection to the server for the purposes of receiving notifications for all apps? As well as other things apps on your phone might be using like location services.

This is one app I'd expect to run 24/7, but happy to be corrected on this.

26
submitted 18 hours ago by Dave@lemmy.nz to c/selfhosted@lemmy.world

I'm looking at getting a gateway device to replace the ISP router that sits between the internet connection and the mesh WiFi.

I am running pi-hole on a (very old) raspberry pi, but I know some gateways get quite fancy so I'm wondering if it's possible to have pi-hole on the gateway itself, to run as DNS and DHCP servers?

Other things I'm looking for in a gateway are VPN as a client (preferably Wireguard) and PoE ports for cameras.

If it's possible to host something like pi-hole directly on the gateway then hardware recommendations are appreciated!

[-] Dave@lemmy.nz 1 points 19 hours ago

Well, every time assets get split between their 3 kids, you reduce the assets accumulated in one couple.

[-] Dave@lemmy.nz 8 points 1 day ago

Depends on the flavor.

[-] Dave@lemmy.nz 0 points 1 day ago

I eat sandwiches every day, and the same thing or small variety. I'm not eating for the experience, I'm eating to not be hungry. I can make and eat a sandwich is less than a minute, so I can get back to doing what I want to be doing.

If I really don't feel like a sandwich, there's always toast.

[-] Dave@lemmy.nz 28 points 1 day ago

This is awesome! How long until we have invisibility potions?

14
submitted 2 months ago by Dave@lemmy.nz to c/linux@lemmy.ml

I have a server that is also plugged into my TV. It's running Ubuntu server, but then I installed the DE when I started trying to use it with the TV as well.

For the TV I'm using Kodi synced with Jellyfin. Unfortunately it's not very stable. Most of the time it's fine, but with specific files Kodi will crash, often bringing down the whole system. I expect this is at least partly because the DE was an afterthought and it's not running a full DE.

I'm looking at doing a full refresh of the server, and am wondering if there is a distro that is particularly good for this use case. I also want to be able to play games on occasion with xbox controllers.

TL;DR: Can you suggest a distro to run on a PC connected to a TV, used mainly to run Kodi and as a server via docker containers, but also for games via wine/proton with controller support?

20
submitted 5 months ago by Dave@lemmy.nz to c/technology@lemmy.world

I’m excited to announce that Beeper has been acquired by Automattic. This acquisition marks the beginning of an exciting new chapter as we continue our mission to create the best chat app on earth.

Automattic is best known for supporting WordPress and WooCommerce – two open source software projects that underpin huge portions of the internet’s publishing and ecommerce infrastructure. Together, we’ll develop software for a third fundamental pillar of the internet: chat.

29
submitted 6 months ago* (last edited 6 months ago) by Dave@lemmy.nz to c/homeassistant@lemmy.world

I've been reading through the documentation and looked at several tutorials, but I can't get actionable notifications working.

Here's an example YAML that was originally done in the GUI. It's intented to send an actionable notification with two options, and when you click one, it should send another notification to confirm it worked.

It sends the notification fine, and when I tap the button the wait for trigger section in Home Assistant lights up to indicate that it's been triggered. But nothing further happens.

Any help appreciated!

alias: Actionable notification test
description: ""
trigger: []
condition: []
action:
  - service: notify.notify
    metadata: {}
    data:
      message: Message me?
      data:
        actions:
          - action: ACTION_NOTIFY
            title: Message me
          - action: ACTION_IGNORE
            title: Ignore
  - wait_for_trigger:
      - platform: event
        event_type: mobile_app_notification_action
        event_data:
          action: ACTION_NOTIFY
      - platform: event
        event_type: mobile_app_notification_action
        event_data:
          action: ACTION_IGNORE
    continue_on_timeout: false
    timeout:
      hours: 0
      minutes: 0
      seconds: 0
      milliseconds: 0
  - alias: Perform the action
    choose:
      - conditions:
          - condition: template
            value_template: "{{ wait.trigger.event.data.action == \"ACTION_NOTIFY\" }}"
        sequence:
          - service: notify.notify
            metadata: {}
            data:
              message: Requested message
mode: single
11
submitted 7 months ago by Dave@lemmy.nz to c/homeassistant@lemmy.world

I'd like to add a smart button to my HA setup. I don't have zigbee signal nearby, so I'm wondering what the best way to do this would be.

I'm using a Skyconnect dongle. There's wifi nearby. I want to control a smart switch nearby, which would also have zigbee but that also wouldn't reach the distance I need.

Is Matter a solution here? With a hub connected to wifi that bridges to the button?

Any suggestions on hardware?

Or any other suggestions?

19
submitted 9 months ago by Dave@lemmy.nz to c/homeassistant@lemmy.world

The Assist instructions just say go to assist and start talking. But mine only allows me to type in what I want to say, I don't get a voice option.

What am I doing wrong?

22
submitted 10 months ago* (last edited 10 months ago) by Dave@lemmy.nz to c/selfhosted@lemmy.world

Does anyone know of a self hosted service that does kids sticker charts? Here's what I had in mind:

Kid interface:

  • Tablet with browser open, shows a column per kid with name at the top plus how many stickers are available
  • Kid can click the + button and choose a sticker to add to their sticker chart (unless they have run out)

Adult interface:

  • Log in
  • Ability to add to the available stickers for a child

Basically, kid does something good, adult adds an available sticker for the kid, kid gets to choose the sicker and see it on the sticker chart.

Anyone got any suggestions for anything that even remotely resembles what I'm looking for?

4
submitted 11 months ago by Dave@lemmy.nz to c/space@beehaw.org

cross-posted from: https://lemmy.world/post/5090028

While the James Webb Space Telescope observed the atmosphere of an alien world 120 light-years away, it picked up hints of a substance only made by living things — at least, that is, on Earth.

This molecule, known as dimethyl sulfide, is primarily produced by phytoplankton, microscopic plant-like organisms in salty seas as well as freshwater.

14
submitted 11 months ago by Dave@lemmy.nz to c/food@beehaw.org

So as I understand it, virgin olive oil is made from cold pressing olives.

If I fry or roast stuff using virgin olive oil, did I just waste my money?

view more: next ›

Dave

joined 1 year ago