Skip to content
EN | DE

1SINQ OneKey

This page shows the nightly version. There is no release version yet.

OneKey heating controller with evcc integration enabled. The heat pump is controlled via SG Ready states (1=dim, 2=normal, 3=boost). The device's energy manager must run in SG Ready mode with evcc selected as the SG Ready source. When evcc runs on the OneKey device itself the broker is localhost.

Supported features

  • Built-in meter: Support for an integrated meter.
  • Dimmable: Power consumption can be reduced (e.g. § 14a EnWG). See External Limit.

Parameters

NameDescriptionValueLevel
hostIP address or hostname

IP address or hostname of the MQTT broker

Example: 192.0.2.2
optional
portPort

MQTT broker port

Default: 1883
optional
topicBase topic of the OneKey device

Topic (omit leading /)

Default: onekey
optional
timeoutTimeout

When a reading counts as stale — default 90 s, three times the device's 30 s heartbeat

Default: 90s
Example: 10s
optional
userUsername

e.g. email address, user id, etc.

advanced
passwordPassword

Service account password

advanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

chargers:
- name: my_heating
type: template
template: onekey
host: 192.0.2.2 # IP address or hostname, IP address or hostname of the MQTT broker
port: 1883 # Port, MQTT broker port (optional)
topic: onekey # Base topic of the OneKey device, Topic (omit leading /) (optional)
timeout: 90s # Timeout, When a reading counts as stale — default 90 s, three times the device's 30 s heartbeat (optional)
user: # Username, e.g. email address, user id, etc. (optional)
password: # Password, Service account password (optional)