Skip to content

Instantly share code, notes, and snippets.

@gomfunkel
gomfunkel / elgato-eve.md
Last active October 29, 2024 19:01
Elgato Eve HomeKit Services & Characteristics

Elgato Eve HomeKit Services & Characteristics

A work in progress collection of proprietary and as of yet undocumented HomeKit characteristics and their UUIDs used by Elgato Eve.

This list is not including all Eve accessories available and some services and characteristics still make no sense to me. If you have anything to contribute, please leave a comment. There is no guarantee that the information listed below is correct.

Elgato Eve Energy (Firmware Revision 1.3.1;466)

Service - Characteristic UUID R W Type Description
@clasqui
clasqui / README.md
Last active October 14, 2017 01:49
Adafruit LCD text scroll function for Raspberry Pi

Adafruit LCD text scroll function for Raspberry Pi

This tiny function, written in python, allows you to easily scroll text of any length in the LCD 16x2 of Adafruit, which only allows 16 characters per row.

#Install And Use To use this function just download the file named ScrollLCD.py and in your code import it. It takes two obligatory parameters, lcd and text.

Example: