Aller au contenu

Net

Membres confirmés
  • Compteur de contenus

    14
  • Inscription

  • Dernière visite

Profile Information

  • Sexe :
    Homme
  • Ville :
    rdaam
  • Box
    Home Center 2
  • Version
    4.140

Visiteurs récents du profil

555 visualisations du profil
  • OJC

Net's Achievements

Newbie

Newbie (1/14)

1

Réputation sur la communauté

  1. @ADN182 Si on a plusieurs robots, quel adaptations il faut faire au VD et à la scène?
  2. Selon https://github.com/marcelrv/XiaomiRobotVacuumProtocol/blob/master/StatusMessage.md Gen2 montre status 17 pour Zone cleaning. Le status 16 est inconnu. Donc dans la scène il faut ajouter après la ligne 1590 : status = {}; status[0] = "Unknown" status[1] = "Initiating" status[2] = "Sleeping" status[3] = "Waiting" status[4] = "?" status[5] = "Cleaning" status[6] = "Back to home" status[7] = "?" status[8] = "Charging" status[9] = "Charging Error" status[10] = "Pause" status[11] = "Spot Cleaning" status[12] = "In Error" status[13] = "Shutting down" status[14] = "Updating" status[15] = "Docking" status[16] = "?" status[17] = "Zone cleaning" status[100] = "Full" Dans le project sus github status 7 est inconnu, ça semble être "Remote Control"
  3. Oui, depuis une semaine. Le VD marche bien: Clean Time, Clean Area, Battery valeurs comme app DoNotDisturb : disable ( ça ne correspond pas avec le valeur notifications ON) Start OK >> Cleaning Pause OK >> Pause Stop OK >> Waiting Quiet OK >>38% Normal OK >> 60% Turbo OK> 77% Max OK >> 90% Dock OK >> Back to Home >> Charging "Find me" ne semble pas d'avoir effêt.
  4. Bonjour, Le Xiaomi Robot Vacuum Gen 2 (qui accepte tous les commandes du VD) permet de nettoyer une zone spécifique. Interessant pour les scènes et le VD. https://github.com/marcelrv/XiaomiRobotVacuumProtocol/blob/master/app_zoned_clean.md https://github.com/marcelrv/XiaomiRobotVacuumProtocol/issues/1
  5. Net

    Heating Manager

    Merci OJC, Je pense que le Danfoss est plus ou moins comparable au Fibaro Heat Controller FGT-001. C'est un tête thermostatique ZWave Le premier code met la température de consigne. il doit y avoir une sonde de température interne qui ouvre ou ferme la vanne, mais cette valeur n'est pas disponible. Avec le second code, vous définissez une durée, après quoi la valeur revient à la valeur du panneau de température.
  6. Net

    Heating Manager

    J'ignore si'l accepte on/off. C'est reglé pas la temperature. http://heating.danfoss.com/PCMPDF/living-connect_OEM_VQIDA15T_013R9563.pdf En LUA: fibaro:call(154, "setTargetLevel", "20"); fibaro:call(154, "setTime", tonumber(os.time(t)) + 120*60); Voici le résultat API du Radiator Head avec la température 28C , donc ouvert { "id": 154, "name": "154 erker re-achter", "roomID": 4, "type": "com.fibaro.thermostatDanfoss", "baseType": "com.fibaro.hvac", "enabled": true, "visible": true, "isPlugin": false, "parentId": 153, "remoteGatewayId": 0, "interfaces": [ "battery", "zwave", "zwaveProtection", "zwaveWakeup" ], "properties": { "parameters": [], "pollingTimeSec": 0, "wakeUpTime": 900, "zwaveCompany": "Danfoss", "zwaveInfo": "6,3,67", "zwaveVersion": "1.1", "RFProtectionState": "0", "RFProtectionSupport": "0", "batteryLevel": "71", "batteryLowNotification": "true", "configured": true, "dead": "false", "defInterval": "0", "deviceControlType": "0", "deviceIcon": "34", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "liliOffCommand": "", "liliOnCommand": "", "localProtectionState": "0", "localProtectionSupport": "5", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "false", "maxInterval": "0", "minInterval": "0", "model": "", "nodeId": "32", "parametersTemplate": "322", "productInfo": "0,2,0,5,0,4,1,1", "protectionExclusiveControl": "0", "protectionExclusiveControlSupport": "false", "protectionState": "0", "protectionTimeout": "0", "protectionTimeoutSupport": "false", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "stepInterval": "0", "targetLevel": "28.00", "timestamp": "1513530105", "unit": "C", "useTemplate": "true", "userDescription": "", "value": "28.00" }, "actions": { "reconfigure": 0, "setInterval": 1, "setTargetLevel": 1, "setTime": 1 }, "created": 1512678785, "modified": 1512678785, "sortOrder": 102 } Et voici à 4 degrée C , donc fermé { "id": 154, "name": "154 erker re-achter", "roomID": 4, "type": "com.fibaro.thermostatDanfoss", "baseType": "com.fibaro.hvac", "enabled": true, "visible": true, "isPlugin": false, "parentId": 153, "remoteGatewayId": 0, "interfaces": [ "battery", "zwave", "zwaveProtection", "zwaveWakeup" ], "properties": { "parameters": [], "pollingTimeSec": 0, "wakeUpTime": 900, "zwaveCompany": "Danfoss", "zwaveInfo": "6,3,67", "zwaveVersion": "1.1", "RFProtectionState": "0", "RFProtectionSupport": "0", "batteryLevel": "71", "batteryLowNotification": "true", "configured": true, "dead": "false", "defInterval": "0", "deviceControlType": "0", "deviceIcon": "34", "emailNotificationID": "0", "emailNotificationType": "0", "endPointId": "0", "liliOffCommand": "", "liliOnCommand": "", "localProtectionState": "0", "localProtectionSupport": "5", "log": "", "logTemp": "", "manufacturer": "", "markAsDead": "false", "maxInterval": "0", "minInterval": "0", "model": "", "nodeId": "32", "parametersTemplate": "322", "productInfo": "0,2,0,5,0,4,1,1", "protectionExclusiveControl": "0", "protectionExclusiveControlSupport": "false", "protectionState": "0", "protectionTimeout": "0", "protectionTimeoutSupport": "false", "pushNotificationID": "0", "pushNotificationType": "0", "remoteGatewayId": "0", "saveLogs": "true", "serialNumber": "", "smsNotificationID": "0", "smsNotificationType": "0", "stepInterval": "0", "targetLevel": "28.00", "timestamp": "1513530105", "unit": "C", "useTemplate": "true", "userDescription": "", "value": "28.00" }, "actions": { "reconfigure": 0, "setInterval": 1, "setTargetLevel": 1, "setTime": 1 }, "created": 1512678785, "modified": 1512678785, "sortOrder": 102 }
  7. Net

    Heating Manager

    Est-ce que tu peux donner un example pour un radiateur un Danfoss LC (ID 210), dans la chambre ID5 en zone 3 svp?
  8. Net

    Heating Manager

    Alors je rajoute une ligne pour chaque radiateur?
  9. Net

    Heating Manager

    juste après Voila les activations Sans activation des HEATERS et SOURCES :
  10. Net

    Heating Manager

    Erreur detecté?
  11. Net

    Heating Manager

    merci!,
  12. Net

    Heating Manager

    Bonjour, Après installation je remarque que le lblMain n'est pas visible. il n'y as pas de code lua dans ce label 12
  13. Quoi de neuf sur ce module? 4.080 donne toujours - Module non configuré - Module sans template
  14. Bonjour, Avec HC2/HCL et quelques dizaines de modules acquis depuis janvier 2016 j'ai vite compris que la gestion du système Fibaro est très complexe, mais plein de bugs et points d'attention pour ne pas le paralyser. Je suis Hollandais, visiteur des forum.fibaro.com (Anglais) et maintenant http://www.domotique-fibaro.fr/
×
×
  • Créer...