Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geräte für HM/HM-IP #1186

Closed
sunshower2 opened this issue Nov 20, 2021 · 3 comments
Closed

Geräte für HM/HM-IP #1186

sunshower2 opened this issue Nov 20, 2021 · 3 comments
Assignees
Labels
AdapterImport feature 🌟 Feature request or enhancement
Projects

Comments

@sunshower2
Copy link

sunshower2 commented Nov 20, 2021

Hallo,
anliegend mal eine Auflistung meiner HM-Geräte, die derzeit nicht erkannt werden, vielleicht können sie ja einfach hinzugefügt werden :-)

Function light

"HM-LC-Sw4-SM": {
   "power":{
      "state":".1.STATE",
      "action":".1.STATE"
   },
   "powerCh2":{
      "state":".2.STATE",
      "action":".2.STATE"
   },
   "powerCh3":{
      "state":".3.STATE",
      "action":".3.STATE"
   },
   "powerCh4":{
      "state":".4.STATE",
      "action":".4.STATE"
   },
   "timerOff":{
      "state":".1.ON_TIME",
      "action":".1.ON_TIME"
   },
   "timerOffCh2":{
      "state":".2.ON_TIME",
      "action":".2.ON_TIME"
   },
   "timerOffCh3":{
      "state":".3.ON_TIME",
      "action":".3.ON_TIME"
   },
   "timerOffCh4":{
      "state":".4.ON_TIME",
      "action":".4.ON_TIME"
   },
   "activity":{
      "state":".1.WORKING",
      "action":".1.WORKING"
   },
   "activityCh2":{
      "state":".2.WORKING",
      "action":".2.WORKING"
   },
   "activityCh3":{
      "state":".3.WORKING",
      "action":".3.WORKING"
   },
   "activityCh4":{
      "state":".4.WORKING",
      "action":".4.WORKING"
   }
}
"HM-LC-Sw4-PCB": {
    .. analog HM-LC-Sw4-SM ..
  }
"HM-LC-Sw1-Pl": {
   "power":{
      "state":".1.STATE",
      "action":".1.STATE"
   },
   "timerOff":{
      "state":".1.ON_TIME",
      "action":".1.ON_TIME"
   },
   "activity":{
      "state":".1.WORKING",
      "action":".1.WORKING"
   }
}

Function heating

"HM-CC-TC": {
   "temperature":{
      "state":".1.TEMPERATURE"
   },
   "humidity":{
      "state":".1.HUMIDITY"
   },
   "lowBatteryAlarmReporting":{
      "state":".0.LOWBAT_ALARM",
      "action":".2.LOWBAT_RALARM"
   },
   "setTemperature":{
      "state":".2.SETPOINT",
      "action":".2.SETPOINT"
   }
}
"HM-CC-VD": {
   "valve":{
      "state":".1.VALVE_STATE",
      "action":".1.VALVE_STATE"
   }
}

Function Motion

"HM-Sec-MDIR": {
   "motion":{
      "state":".1.MOTION"
   },
   "illumination":{
      "state":".1.BRIGHTNESS"
   }
}
"HM-Sen-MDIR-O": {
   "motion":{
      "state":".1.MOTION"
   },
   "illumination":{
      "state":".1.BRIGHTNESS"
   }
}
"HM-Sen-MDIR-WM55": {
   "PRESS_LONG_BOTTOM":{
      "state":".1.PRESS_LONG",
      "action":".1.PRESS_LONG"
   },
   "PRESS_SHORT_BOTTOM":{
      "state":".1.PRESS_SHORT",
      "action":".1.PRESS_SHORT"
   },
   "PRESS_LONG_TOP":{
      "state":".2.PRESS_LONG",
      "action":".2.PRESS_LONG"
   },
   "PRESS_SHORT_TOP":{
      "state":".2.PRESS_SHORT",
      "action":".2.PRESS_SHORT"
   },
   "motion":{
      "state":".3.MOTION"
   },
   "illumination":{
      "state":".3.BRIGHTNESS"
   }
}

Function Weather Station

"HM-WDS100-C6-O": {
   "humidity":{
      "state":".1.HUMIDITY"
   },
   "wind":{
      "state":".1.WIND_SPEED"
   },
   "temperature":{
      "state":".1.TEMPERATURE"
   },
   "illumination":{
      "state":".1.BRIGHTNESS"
   },
   "sunshineDuration":{
      "state":".1.SUNSHINEDURATION"
   },
   "raining":{
      "state":".1.RAINING"
   },
   "rainCounter":{
      "state":".1.RAIN_COUNTER"
   }
}

Function Socket

"HM-ES-PMSw1-DR": {
   "power":{
      "state":".1.STATE",
      "action":".1.STATE"
   },
   "timerOff":{
      "state":".1.ON_TIME",
      "action":".1.ON_TIME"
   },
   "powerCurrent":{
      "state":".2.CURRENT",
      "unit":" mA"
   },
   "powerFrequency":{
      "state":".2.FREQUENCY"
   },
   "powerCounter":{
      "state":".2.ENERGY_COUNTER",
      "unit":" Wh"
   },
   "powerMeter":{
      "state":".2.POWER",
      "unit":" W"
   },
   "powerVoltage":{
      "state":".2.VOLTAGE",
      "unit":" V"
   }
}

Function Other

"HM-ES-PMSw1-Pl": {
   "powerCounter":{
      "state":".1.ENERGY_COUNTER",
      "unit":" Wh",
      "state":".1.GAS_ENERGY_COUNTER",
      "unit":" m3"
   },
   "powerMeter":{
      "state":".1.POWER",
      "unit":" W",
      "state":".1.GAS_POWER",
      "unit":" m3"
   }
}

Function Door

"HM-Sec-Key-O": {
   "error":{
      "state":".1.ERROR"
   },
   "lock":{
      "state":".1.OPEN"
   }
}
@sunshower2 sunshower2 added the feature 🌟 Feature request or enhancement label Nov 20, 2021
@assign-milestone-to-issue assign-milestone-to-issue bot added this to the VOTING FEATURE REQUESTS milestone Nov 20, 2021
@assign-milestone-to-issue

This comment has been minimized.

@Zefau Zefau removed this from the VOTING FEATURE REQUESTS milestone Nov 20, 2021
@Zefau Zefau added this to IN PROGRESS in v3.0.x Nov 20, 2021
@Zefau Zefau moved this from IN PROGRESS to IMPLEMENTED LOCALLY in v3.0.x Nov 25, 2021
@Zefau
Copy link
Owner

Zefau commented Nov 25, 2021

@sunshower2 Geräte mit v3.0.0-alpha.131 hinzugefügt

@Zefau Zefau moved this from IMPLEMENTED LOCALLY to IN TEST in v3.0.x Nov 25, 2021
@sunshower2
Copy link
Author

Hat geklappt, danke :-)

v3.0.x automation moved this from IN TEST to DONE Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AdapterImport feature 🌟 Feature request or enhancement
Projects
No open projects
Development

No branches or pull requests

2 participants