Skip to content

Instantly share code, notes, and snippets.

View alex3305's full-sized avatar
🤦‍♂️

Alex van den Hoogen alex3305

🤦‍♂️
View GitHub Profile
@alex3305
alex3305 / gist:a1e87356417687099bf5a5a1387f5308
Created June 8, 2019 13:35
hacking connectbox wifi password
function fmtPassphrase(args) { return true; }
fmtPassphrase(args)L1388: strength = 3
This file has been truncated, but you can view the full file.
[17:06:40] INFO: Auth database exists
[17:06:42] INFO: Connected to internal MQTT service
[17:06:42] INFO: Starting internal MQTT broker...
[17:06:42] INFO: Starting OpenZWave...
ozw.daemon: Checking "/data/ozw/config" for manufacturer_specific.xml
ozw.daemon: Checking "/data/ozw/config" for options.xml
ozw.daemon: DBPath: "/data/ozw/config/"
ozw.daemon: userPath: "/data/ozw/config/"
ozw.daemon: Network Key Specified in Enviroment is Invalid
ozw.daemon: Didn't Find Network Key File. Skipping
@alex3305
alex3305 / climate-v4.yaml
Last active December 20, 2022 22:27
Home Assistant Climate Subview v4 (partial)
views:
- theme: Backend-selected
title: Klimaat
path: climate
type: custom:horizontal-layout
icon: mdi:thermometer
subview: true
badges: []
cards:
- type: vertical-stack
@alex3305
alex3305 / plex-wol.service
Created August 14, 2023 11:54
Plex Wake On Demand
[Unit]
Description=Plex Wake on Demand Service
[Service]
User=root
Type=simple
ExecStart=/bin/bash /opt/scripts/plex-wol.sh
KillMode=mixed
[Install]