DokuWiki Android App

I recently setup the dokuwiki Android app on my phone. The setup was simple enough with one catch. The server URL had to be the URL to the xmlrpc.php file on the server. This couldn’t be just the wiki domain to function. I’m not sure if I missed the note in the setup docs, but felt like ensuring it’s included here for reference.

Pre requisite settings on the install.
App settings with the xmlrpc URL

Roku Integration ECP Command Not Allowed

I noticed that my roku integrations in home assistant weren’t functioning. They were instead throwing an error that “ECP command not allowed in Limited mode”. Luckily this is a pretty easy thing to fix in Roku settings.

The Error I Encountered

Additional options were added to Settings > System > Advanced System Settings > Control by mobile apps > Network access. This is now defaulted to “Limited mode” which disables the access the integration needs. Putting this setting into “Permissive” or “Enabled” will fix the issue.

Resources:

Tertiary Parts of an NFC Music Player

The devil is always in the details with large systems like this. I wanted my multi room audio system to feel like a polished product, a professional setup. For that I need to make sure I covered ALL the details, since it’s all the small things that can add up to big issues. Here is a smattering of the details I’ve been working on for my multi room audio system.

Continue reading “Tertiary Parts of an NFC Music Player”

Finishing Old Projects 2 – Bioshock Pistol

This second project is the pistol from Bioshock, it is primarily 3d printed with some extra materials thrown in. I picked up a toy pistol, cleaned out some old cans, and printed off some of the pieces to mod it into the fully upgraded pistol from the game. Except the problem is I never got further than painting a few of the printed parts, no assembly was ever started, so now it’s time to fix that.

Continue reading “Finishing Old Projects 2 – Bioshock Pistol”

Assigning Unique IDs to Template Helpers

I ran into an odd issue while trying to use a template sensor, home assistant gave me an error that I needed to have a unique id in order to use the sensor. Luckily, this is surprisingly simple to add.

It really is just a one line addition to the yaml for the sensor to add a unique ID. You can also use an online generator to create the ID to make sure conflicts are avoided.

- sensor:
    unique_id: asdf
    name: a_to_b

Resources:

JetKVM

After the BliKVM PCIE failed to work at all, I decided to try one of the new little IP KVM units out there. I went with the JetKVM because its main distributor isn’t AliExpress (after the BliKVM didn’t work at all), and seemed to be pretty high quality on top of that. I wanted to set it up to have the ability to remote power on my NVR as well as to monitor it.

Continue reading “JetKVM”

Finishing Old Projects 1 – Adafruit Gas Mask

I have a number of old projects I started years ago and never got around to finishing. Some of these have electronics in the plans, others are just 3d prints. Many of them I purchased parts for, or printed parts of them, but I just never managed to finish them. So I plan on getting them done, cutting a few corners to do so, but it’s better than not doing them at all.

Continue reading “Finishing Old Projects 1 – Adafruit Gas Mask”