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/)SC
Posts
0
Comments
56
Joined
2 yr. ago

  • My Sonoff motion sensors have been nothing but trouble. Other Zigbee stuff (and other Sonoff stuff, like temperature/humidity sensors) have worked fine - it's just the motion and door sensors. I guess YMMV.

  • I had the opposite experience - absolutely no idea what to do when I opened the app. Eventually got something working but I think maybe one plus's os is hostile to the app's functioning too, so it didn't always work

  • Shiny is pretty good. You can do interactive sliders to filter date ranges in that, and you control what happens when you slide it in the code. It's not as slick as grafana though.

    One downside is it started off as an R package then got ported to python, so most resources are for R. Fine for me because I know R, but most people don't.

    Here's the python link: https://shiny.rstudio.com/py/

  • Ever since the CS1.6 days I wanted to have a server, but it was only when I got a free Raspberry Pi that I actually started self hosting stuff 24/7. I put OwnCloud on it and a bunch of scripts to track and statistically evaluate my investments, and just took off from there. Like many others, my desire to disconnect and reduce my dependency on "Big Tech" was a big motivator, but so too was "fun" and having things exactly the way I liked.

    In the beginning I rolled my own scripts most of the time, but now I tend to use more off the shelf tools as self hosting has gone more and more "mainstream"/accessible and docker has become ubiquitous.

    I still do my own scripts tbf, like my DIY smart thermostat/heat pump controller. Ultimately it's just a lot of fun.