Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
32
Comments
626
Joined
2 yr. ago

  • I have a lot of ZigBee devices with SLZB-06 Ethernet PoE ZigBee coordinator (it's Ethernet, so hardware independent and you can put it wherever you want) and some Shelly (so WiFi) devices. I use ZigBee2MQTT (docker) and all the devices are managed by NodeRed, so If there is a device that is not supported by HA, I can make it compatible just with a couple of nodes in NodeRed that kinda works as protocol converter: it receives messages from devices and send them back to HA and vice versa. In this way I can use whatever device I want. For example I've just added acouole of 12 relays + 12 input ModBis over RS485 boards and with NodeRed in the middle, I can use it in HA without any problem!

    I'm no HA expert, so maybe this can be done within it too, but with NodeRed it's so easy, I don't risk any break over HA updates since all the devices are basic MQTT devices and if tomorrow I want to switch to something different from HA, it would be pretty easy.

  • You're right, if there's no need of GPIO. For example I'm using a Fujitsu Futro S720 that I've bought for about 30/40€ and it consumes about 4W idle and 10/15W maximum (I don't really remember). My point of view is like yours: those boards are not good for self hosting, are good for IoT, digital signage and...mmm...I don't know what else.

  • Not a solution to your actual problem, but a different way: have you tried using CloudFlare Zero Trust tunnel? With that you don't need any port forwarding or dynamic DNS and you get some extra protection. You can even add a login with your Google/Microsoft account, without getting to your devices first.

  • You actually could. I use GPSLogger (on Android) that can logs directly to Nextcloud. With Tasker (with intent) that automatically enables GPS logging when the smartphone is not connected to any WiFi network.

  • A company can use an AGPL software, but the company itself can't be AGPL. AGPL is a license for software (for my knowledge), so it can't be associated to a company or a service. A company could be "FOSS friendly" as the OP mentioned, but not FOSS.