Guide for SNMP and MQTT Integration Script This is a script I developed to retrieve status information from my APC PDU. While there may be other solutions available, I chose to create my own and integrate it with MQTT discovery so it could seamlessly integrate with Home Assistant. This setup has worked reliably for me …
I’ve put together a helpful little script that let me take full control of my Fire TV remote by remapping the keys. Before this, several buttons were just sitting useless, especially when I tried using them with Kodi. I gave Kodi’s key remapper addon a shot, but it didn’t quite cut it. That’s when I …
This guide demonstrates how to automate the addition of multiple channels to ErsatzTV using a Python script with Selenium WebDriver. If you regularly need to add a variety of channels to ErsatzTV and find the manual process time-consuming, this solution can streamline your workflow by automating channel and genre inputs. Why Automation? Automating the channel …
This script is designed to integrate RTSP compatible cameras into a designed for Home Assistant via MQTT discovery messages and manage media playback through a Kodi media center. The script is structured in Python and utilizes several libraries to handle HTTP requests, subprocess management, MQTT communication, and JSON data handling. Features Components of the Script …