SC23DCI AC MQTT agent Works with Devices like this one: FRICO SOLOCLIM DE
While the A/C is running, long press the power icon on the display. After a few seconds you can cycle through [on, rst, off] by tapping the power icon. This sets Wi-Fi on/off or resets the WiFi-Config. When the display shows the desired value, wait a few seconds and the setting is saved.
Entering this menu can be a bit tedious because the A/C tends to just turn off when the power icon is pressed. You can try this: Turn the A/C off, then double tap the power icon and do not lift your finger on the second tap. I think it takes ~5 seconds until the menu appears.
If you were successful, the A/C will create a WLAN, through which it can be configured using the app and can be integrated into your WLAN.
Setup your Wi-Fi in your A/C unit using this app.
Required:
MQTT_BROKER_IP: The IP or URL of the MQTT broker.SC23DCI_IP: The IP or URL of the AC device.Optional:
MQTT_BROKER_PORT: The port of the MQTT broker.
1883MQTT_TOPIC_TEMPERATURE: The topic to publish the temperature.
sc23dci/sensors/temperature/acMQTT_TOPIC_ALL: The topic to publish all values as a single JSON.
sc23dci/allMQTT_TOPIC_POWERSTATE: The topic to publish the power state.
sc23dci/powerstateMQTT_TOPIC_POWERSTATE_SET: The topic to subscribe for power state commands.
sc23dci/powerstate/setMQTT_TOPIC_MODE_SET: The topic to subscribe for mode commands.
sc23dci/mode/setMQTT_TOPIC_SETPOINT_SET: The topic to subscribe for setpoint commands.
sc23dci/setpoint/setMQTT_TOPIC_FLAP_MODE: The topic to publish the flap rotation mode.
sc23dci/flap_modeMQTT_TOPIC_FLAP_MODE_SET: The topic to subscribe for flap rotation commands.
sc23dci/flap_mode/setMQTT_TOPIC_FAN_SPEED: The topic to publish the fan speed.
sc23dci/fan_speedMQTT_TOPIC_FAN_SPEED_SET: The topic to subscribe for fan speed commands.
sc23dci/fan_speed/setMQTT_TOPIC_NIGHT_MODE_SET: The topic to subscribe for night mode commands.
sc23dci/night_mode/setMQTT_TOPIC_LWT: The topic to publish the Last Will and Testament (LWT) message.
sc23dci/lwtMQTT_HASSIO_AUTODETECT: Enable or disable Zeroconf Home Assistant autodetect.
TrueMQTT_HASSIO_OBJECT_ID: Set the unique ID of the AC for Home Assistant.
SC23DCI-unique-id-not-setMQTT_HASSIO_TOPIC: The topic set in the MQTT integration in Home Assistant.
homeassistantSC23DCI_MAX_TEMP_C: Maximum temperature that can be set on the AC.
31SC23DCI_MIN_TEMP_C: Minimum temperature that can be set on the AC.
16SC23DCI_POLL_INTERVAL: Interval in seconds to poll data from the AC.
10LOG_LEVEL: Minimum logging level/verbosity:
TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICALINFOHome Assistant
| Home Assistant climate | Home Assistant climate detail |
|---|---|
![]() | ![]() |
By default, the autodiscovery for Home Assistant is enabled. If you do not want to use this then you need to set the environment Variable in .env.file:
MQTT_HASSIO_AUTODETECT=False
If you want to use the autodiscovery for Home Assistant and you want to use more than one AC then make sure to set a unique ID:
MQTT_HASSIO_OBJECT_ID=SC23DCI-unique-id
Set temperature
If the configured topic is sc23dci/sensors/temperature/ac, publish the payload 20 to sc23dci/sensors/temperature/ac.
Set mode
If the configured topic is sc23dci/mode/set, publish the payload 1 or cooling to sc23dci/mode/set.
Modes:
0: heating1: cooling3: dehumidification4: fanonly5: auto6: offPower device on/off
If the configured topic is sc23dci/powerstate/set, publish the payload 0 or off to sc23dci/powerstate/set.
States:
0: off1: onSet fan speed
If the configured topic is sc23dci/fan_speed/set, publish the payload 0 or auto to sc23dci/fan_speed/set.
Speeds:
0: auto1: low2: medium3: highSet flap rotation
If the configured topic is sc23dci/flap_mode/set, publish the payload 0 or on to sc23dci/flap_mode/set.
Flap states:
0: on7: offSet night mode
If the configured topic is sc23dci/night_mode/set, publish the payload 1 or on to sc23dci/night_mode/set.
Flap states:
0: off1: onContent type
Image
Digest
sha256:251ebcae0…
Size
42.8 MB
Last updated
over 2 years ago
docker pull cheerio123/sc23dci:v1.1