homecineplexx / ioBroker.homepilot20

Rademacher Homepilot 2.0 (version >= 5.0.39)
MIT License
23 stars 7 forks source link

New Rollotron belt winder 10182345 #59

Closed basty2 closed 10 months ago

basty2 commented 10 months ago

Describe the bug
Changing of Position is not working at IOBROKER. It works fine in the Rademacher App.

To Reproduce
try to change the position status. the object "Position" is a value type Boolean.

Error is: Change Request could not be done, because data = undefined.

Expected behavior
Value between 0 and 100.

Screenshots & Logfiles
Actuator json: { "response": "get_visible_devices", "devices": [ { "description": "Ihre Gerätebeschreibung", "deviceGroup": 2, "did": 1, "hasErrors": 0, "iconSetInverted": 0, "iconSet": { "k": "iconset8" }, "messages": [], "name": "Gurtwickler RolloTron premium smart", "properties": { "closingContact": 3, "dawn": 3, "dusk": 3, "motion": 3, "rain": 3, "smartphone": 3, "smoke": 3, "sun": 3, "temperature": 3, "time": 3, "trigger": 3, "warning": 3, "wind": 3 }, "statusValid": true, "statusesMap": { "Position": 6 }, "visible": true, "deviceNumber": "10182345", "uid": "61b27e_1", "voiceControlledBy": "", "origin": "HomePilot" } ] }

http://[IP HOMEPILOT 3]/v4/devices: {"response":"get_visible_devices","devices":[{"description":"Ihre Gerätebeschreibung","deviceGroup":2,"did":1,"hasErrors":0,"iconSetInverted":0,"iconSet":{"k":"iconset8"},"messages":[],"name":"Gurtwickler RolloTron premium smart","properties":{"closingContact":3,"dawn":3,"dusk":3,"motion":3,"rain":3,"smartphone":3,"smoke":3,"sun":3,"temperature":3,"time":3,"trigger":3,"warning":3,"wind":3},"statusValid":true,"statusesMap":{"Position":6},"visible":true,"deviceNumber":"10182345","uid":"61b27e_1","voiceControlledBy":"","origin":"HomePilot"}]}

Versions:

Link rollotron belt winder: https://de.homepilot-smarthome.com/produkte/rollladen-sonnenschutz/elektrische-gurtwickler/gurtwickler-rollotron-premium-smart

homecineplexx commented 10 months ago

Könntest du mir bitte ein Foto machen, von deinen Homepilot20 Settings im ioBroker und von den Datenpunkten im ioBroker von diesem Device! Danke

basty2 commented 10 months ago

Mit der Einstellung ohne Bridge:

Einstellung mit Bridge bringen den gleichen Log. Ich hatte selbst den Datenpunkt Position von false auf Number und den Wert in eine Zahl geändert und wollte diesen jetzt zurücksetzen und habe das Device gelöscht. Jetzt legt er es aber nicht mehr an.

image image Log Debug: homepilot20.0 | 2023-08-25 19:13:49.451 | debug | Unknown Actuator deviceNumber=10182345. For implementation, please contact the developer on GIT repo. homepilot20.0 | 2023-08-25 19:13:49.450 | debug | Unknown Actuator deviceNumber=10182345. For implementation, please contact the developer on GIT repo. homepilot20.0 | 2023-08-25 19:13:49.450 | debug | Homepilot actuator data: { "response": "get_visible_devices", "devices": [ { "description": "Ihre Gerätebeschreibung", "deviceGroup": 2, "did": 1, "hasErrors": 0, "iconSetInverted": 0, "iconSet": { "k": "iconset8" }, "messages": [], "name": "Gurtwickler RolloTron premium smart", "properties": { "closingContact": 3, "dawn": 3, "dusk": 3, "motion": 3, "rain": 3, "smartphone": 3, "smoke": 3, "sun": 3, "temperature": 3, "time": 3, "trigger": 3, "warning": 3, "wind": 3 }, "statusValid": true, "statusesMap": { "Position": 0 }, "visible": true, "deviceNumber": "10182345", "uid": "61b27e_1", "voiceControlledBy": "", "origin": "HomePilot" } ] }

homecineplexx commented 10 months ago

ich hätte gern den DatenPunkt gesehen von dem Gurtwickler und nicht vom Homepilot selbst G

basty2 commented 10 months ago

den legt er irgendwie nicht mehr an.

homecineplexx commented 10 months ago

du kannst die instanz stoppen, alle homepilot20 datenpunkte löschen und dann wieder starten und die seite der objekte reloaden....dann sollte alles wieder da sein

basty2 commented 10 months ago

ich habe jetzt den kompletten Adapter deinstalliert und installiert, alles gelöscht. Neu gestartet usw. Leider legt er die Datenpunkte gar nicht mehr an.

basty2 commented 10 months ago

ah, lag daran, dass ich die Szene gelöscht hatte. Mit Szene legt er beides an. Nur der Aktor scheint nicht zu reichen. image

homecineplexx commented 10 months ago

probier bitte die version 0.0.43 aus und gib mir bitte bescheid - danke

basty2 commented 10 months ago

Dank Dir. Bin aktuell unterwegs, mache ich Freitag.

basty2 commented 10 months ago

@homecineplexx Funktioniert. Vielen Dank.