This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Home
partydiktator edited this page Jul 16, 2021
·
5 revisions
Welcome to the mediola2mqtt wiki!
The v4 reports status changes via UDP on port 1902, so no polling is needed.
Functionality | Command |
---|---|
Retrieve all device states | XC_FNC=GetStates |
Read configuration | XC_FNC=GetStates&config=1 |
Refresh device states (via RF) | XC_FNC=refreshER&adr=01 |
Get Elero ID |
XC_FNC=GetSI look for EID |
Set Elero ID | XC_FNC=rfchipcmd&type=setERAdr&adr=123456 |
Move Elero blind |
XC_FNC=SendSC&type=ER&data=01xx where xx: 01 = Up, 02 = Stop, 00 = Down |
The v6 only reports limited status changes via UDP on port 1901, so polling is preferred.
Functionality | Command |
---|---|
Retrieve all device states | XC_FNC=GetStates |
Read configuration | XC_FNC=GetStates&config=1 |
Refresh device states (via RF) | XC_FNC=refreshSC&adr=01&type=ER |
Get Elero ID |
XC_FNC=GetSI look for EID |
Set Elero ID | ? |
Move Elero blind |
XC_FNC=SendSC&type=ER&data=01xx where xx: 01 = Up, 02 = Stop, 00 = Down, 0A = Air position, 0B = Shadow position (0A and 0B cannot be implemented due to limitations of the MQTT Cover integration of Homeassistant) |