@drloksoft
Okay, fangen wir bei der cardThermo - Definition an...
Das müsste die beschriebene Funktionalität im Frontend sein, korrekt?

| let TestKlimaVirtual: PageType = |
| { |
| 'type': 'cardThermo', |
| 'heading': 'Test Klimaanlage', |
| 'items': [{ |
| id: 'alias.0.TestKlimaVirtual', |
| |
| minValue: 50, |
| maxValue: 250, |
| stepValue: 5, |
| popupThermoMode1: ['Vertical Swing','Highest','High','Low','Lowest'], |
| popupThermoMode2: ['Quiet','low','medium','high','auto'], |
| popUpThermoName: ['Swing Mode', 'Fan Mode'], |
| setThermoAlias: ['popupKlima_Mode_1','popupKlima_Mode_2'], |
| icon: 'fan', |
| }] |
| }; |
Mein Testdatenpunkt für "Mode" hat folgende States:
| { |
| "common": { |
| "name": "Mode", |
| "desc": "Manuell erzeugt", |
| "role": "state", |
| "type": "number", |
| "read": true, |
| "write": true, |
| "def": 0, |
| "states": { |
| "0": "OFF", |
| "1": "COOL", |
| "2": "HEAT", |
| "3": "FAN_ONLY", |
| "4": "DRY", |
| "5": "AUTO" |
| } |
| }, |
| "type": "state", |
| "_id": "0_userdata.0.Test.Klimaanlage.Mode", |
| "acl": { |
| "object": 1636, |
| "state": 1636, |
| "owner": "system.user.admin", |
| "ownerGroup": "system.group.administrator" |
| }, |
| "from": "system.adapter.admin.0", |
| "user": "system.user.admin", |
| "ts": 1729510343814 |
| } |
ebenso der Alias-DP "Mode":
| { |
| "_id": "alias.0.TestKlimaVirtual.MODE", |
| "common": { |
| "name": "MODE", |
| "role": "level.mode.airconditioner", |
| "type": "number", |
| "read": true, |
| "write": true, |
| "alias": { |
| "id": "0_userdata.0.Test.Klimaanlage.Mode" |
| }, |
| "states": { |
| "0": "OFF", |
| "1": "COOL", |
| "2": "HEAT", |
| "3": "FAN_ONLY", |
| "4": "DRY", |
| "5": "AUTO" |
| } |
| }, |
| "native": {}, |
| "type": "state", |
| "acl": { |
| "object": 1636, |
| "state": 1636, |
| "owner": "system.user.admin", |
| "ownerGroup": "system.group.administrator" |
| }, |
| "from": "system.adapter.admin.0", |
| "user": "system.user.admin", |
| "ts": 1729511052706 |
| } |
Meine Testdatenpunkte sind immer noch die gleichen:
