Skip to content

Instantly share code, notes, and snippets.

@mPastuszko
mPastuszko / samsung-remote.xml
Last active September 15, 2021 20:32
Samsung remote key mapping for Kodi
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file contains the mapping of keys (gamepad, remote, and keyboard) to actions within XBMC -->
<!-- The <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. Note that there is only handling -->
<!-- for a single action per button at this stage. -->
<!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox -->
<!-- gamepads. -->
<!-- The format is: -->
<!-- <device> -->
@ghostbitmeta
ghostbitmeta / therm.py
Last active April 18, 2025 00:51
Python script to control Honeywell Thermostat's through My Total Connect
#!/usr/bin/python
# By Brad Goodman
# http://www.bradgoodman.com/
# [email protected]
####################### Fill in settings below #######################
USERNAME="[email protected]"
PASSWORD="your_total_comfort_password"