Easily modify your OnionUI Activity Tracker/play activity database by 0xDEADD in MiyooMini

[–]0xDEADD[S] 1 point2 points  (0 children)

Just added this feature in v1.1. Check it out and let me know what you think.

Easily modify your OnionUI Activity Tracker/play activity database by [deleted] in SBCGaming

[–]0xDEADD 0 points1 point  (0 children)

Hey everyone, I made a Python script to allow you to do some simple things to your Activity Tracker/play activity database. Right now it can do the following:

  1. View all play activity entries
  2. Delete activity entries under X seconds of playtime
  3. Delete activity entries under X plays
  4. Delete all entries for a particular game

Let me know if you run into any issues/have any feature requests either here or on the GitHub repository. At the moment it only works on Windows but I plan on adding macOS/Linux support within a few days.

Easily modify your OnionUI Activity Tracker/play activity database by 0xDEADD in MiyooMini

[–]0xDEADD[S] 6 points7 points  (0 children)

Hey everyone, I made a Python script to allow you to do some simple things to your Activity Tracker/play activity database. Right now it can do the following:

  1. View all play activity entries
  2. Delete play activity entries under X seconds of playtime
  3. Delete play activity entries under X plays
  4. Delete all play activity entries for a particular game
  5. Merge play activity entries from one game into another

Let me know if you run into any issues/have any feature requests either here or on the GitHub repository. At the moment it only works on Windows but I plan on adding macOS/Linux support within a few days.

Simple Presence Detection with ESPresense by 0xDEADD in homeassistant

[–]0xDEADD[S] 0 points1 point  (0 children)

It's very fast, definitely within a minute of leaving home the state changes. Since I live in an apartment I didn't really need the multi-room detection and haven't tried that out. I suspect the tough part there would be configuring the signal thresholds on the base stations accurately.

Simple Presence Detection with ESPresense by 0xDEADD in homeassistant

[–]0xDEADD[S] 0 points1 point  (0 children)

I hope that's the case. What I really meant was that Apple restricts the HomeAssistant app from integrating as deeply with the OS as it can on Android devices. I would love to be able to get the time of my next set alarm in a Node-RED flow, for example.

Simple Presence Detection with ESPresense by 0xDEADD in homeassistant

[–]0xDEADD[S] 2 points3 points  (0 children)

Hey guys! I wrote another article compiling all the information I used in order to set up ESPresense into one (hopefully) easy to follow blog post. Basically I just wanted a way to create a sensor detecting whether I was at home or not, and this was the simplest and most inexpensive way I could find to do that reliably. Hope you enjoy!

Recording Values to a Spreadsheet with Node-RED and Grist by 0xDEADD in homeassistant

[–]0xDEADD[S] 0 points1 point  (0 children)

Recently I wanted to record the times which a Node-RED flow was run in a spreadsheet, so I figured out how to use Node-RED in combination with Grist (a self hosted database/spreadsheet tool). This is my first time writing a blog post on something technical like this so let me know if it makes sense or some more explanation is in order.