inki

Logo

Wireless information displays for modern spaces

🇺🇸 English | 🇩🇪 Deutsch

View the Project on GitHub c0de111/inki

Download uf2-file - for direct USB flashing

← Back to homepage

Home automation display - inki-homematic

Homematic home automation display

Homematic sensor data displayed on 4.2" ePaper showing temperature, heating status, and service messages

Overview

Home automation systems collect a wealth of real-time data from sensors and devices throughout your home. While you can always check this information through web interfaces or mobile apps, there’s something uniquely convenient about having key information automatically displayed on a dedicated “electronic dashboard” that you can glance at during your daily routine. Above you see inki displaying live data from our Homematic system - temperatures from HmIP-STE2-PCB sensors, heating control status from HmIP-WTH-1, and power monitoring from HmIP-PSM-2 devices.

Inki-homematic directly connects to your Homematic CCU via XML-RPC, retrieving and displaying live sensor data and device status information. It integrates seamlessly with existing Homematic installations to provide wireless ePaper visualization of your home automation data. In general any homematic device parameter can be read out by configuring inki via the webinterface, see the examples below.

Live demonstration of inki-homematic displaying real-time sensor data and updates

Examples

Configuration & Setup

You can easily configure inki-homematic through the web interface, such as from your smartphone. Here’s what the configuration screens look like:

Homematic web interface device configuration

Main configuration screen

Specific homematic settings are accessed by the corresponding page and allow to set the relevant parameters:

Web Interface Setup:

Homematic web interface main configuration

Detailed device configuration showing XML-RPC query parameters and sensor mappings for homematic

Setup Process:

  1. Connect to the inki setup WiFi network
  2. Access the web interface at http://192.168.4.1
  3. Configure your home WiFi credentials
  4. Enter your Homematic CCU IP address and port
  5. Add device IDs and value types from your Homematic system
  6. Set display labels and update intervals

XML-RPC Integration: The system uses standard Homematic XML-RPC calls like:

<methodCall>
<methodName>getValue</methodName>
<params>
<param><value><string>002820C98F3853:2</string></value></param>
<param><value><string>ACTUAL_TEMPERATURE</string></value></param>
</params>
</methodCall>

Technical Implementation

Questions? Ideas? Interested in a kit?
Contact: c0de@posteo.de