
jjacques68
Membres confirmés-
Compteur de contenus
4 349 -
Inscription
-
Dernière visite
-
Jours gagnés
39
Tout ce qui a été posté par jjacques68
-
Mais alors du coup la clé usb sert encore à qqch ?
-
Ben quand je voie la taille du fichier de backup, et que je le compare à celui de hier, je me demande où sont les icônes !!!!!!
-
Je suis entrain de faire un backup dans cette nouvelle version... J'ose pas le dire trop vite...
-
j'étais en 4.504, la dernière, enfin l'avant dernière maintenant...
-
Après un reboot forcé, ça semble ok.
-
Bloquer sur "start services"... comme d'hab... j'attends encore un peu...
-
En cours...
-
Version 4.510 This update introduces new and optimized operating system, modified file structure and the following brand new features: - Update package downloaded in the background, without locking the interface. - Creating encrypted local backup that can be downloaded to your hard drive and later restored. - Creating encrypted backups, stored in Fibaro cloud that can be later restored. - Customized icons included to backup. - Restoring backup with full rollback (restores also software version) or with current software version (up from 4.503). Backups created so far become incompatible. - System configuration transfer between gateways linked to the same Fibaro ID account via id.cloud.fibaro.com. Changes related to GDPR: - Displaying the number of remaining attempts to log in. - Blocking the possiblity to log in for 30 minutes after 5 unsuccessful attempts from a given IP address. - Displaying the value of time remaining to unlock the ability to log in. - E-mail notification sent to admin after 5 unsuccessful attempts to log in. - E-mail message sent every 90 days that recommends changing your password. Other improvements: - New, more reliable file structure. - No need to use the recovery pendrive. - Optimized software update process minimizing the risk of potential errors during system update. - Easier and more intuitive setting of advanced parameters. - New user interface of recovery system. - Information about scenes used by a given device available in its configuration. - Notification after successful update recommending to create a backup if there is no compatible backup. - Possibility to disable creating auto-backup in Fibaro cloud before performing update. - Indication of exceeding 90% of cloud backup storage. - Compatibility with cameras connecting through https protocol. - Caching icons in the browser cache for faster loading. - Adjustable brightness of device LEDs in Configuration - General. - Added new plugins: Samsung Smart Appliances, Philips TV, Cool Master, Power View (Hunter Douglas), Initial State. - Added support for FIBARO Wall Plug UK - type G. - Added Kuwait time zone. Resolved issues: - Losing the synchronization of the set time. - No variables list while creating a virtual device. - No icon change lock via the remote access. - Switching a number of grouped devices results in 503 error. - Non-admin users cannot modify their own e-mail address and password. - Number of devices counted in a particular backup contains all endpoints, active plugins and users instead of devices only. - Notification suggesting replacing the battery of FIBARO The Heat Controller instead of charging. - Scene based on time condition results in 'timer handler failed with error' message. - No possibility to set time manually. - No power consumption bars in 'Top 5' section. - No content for notification recommending to create a backup. - Error while changing configuration from DHCP to Static IP. - No possibility to disable the remote access in LAN configuration. - LEDs do not indicate the available update. - System hangs on starting services after update or backup procedure. - Notification about disabled remote support does not link to LAN configuration. - Possibility to disable scene by the user with no sufficient rights. - Incorrect Z-Wave region set in some cases after performing update for chip versions other than EU. - Unable to activate remote support. - 'Invalid access token' error while trying to connect with Samsung Smart Appliances plugin. - Unable to add device with Philips TV plugin. - Onkyo plugin uses a lot of resources. - Other minor fixes.
-
[Résolu] Scènes allumage spots qui ne marche pas
jjacques68 a répondu à un(e) sujet de atalec dans HCL
justement... dans l'onglet général du device, tu vois l’arborescence maitre/esclave ! Il faudrait que tu vérifie l'ID du module que tu actionnes, pas sûr que ce soit le 7.0... peut être c'est le 7.2 ou 1 ! et quand tu dis "fgr-222" c'est pas plutôt FGS-222 ? car le FGR c'est pour les volets. -
[Résolu] Scènes allumage spots qui ne marche pas
jjacques68 a répondu à un(e) sujet de atalec dans HCL
Etrange, je viens de tester chez moi et ça marche bien... Tu es sûr que tu actionnes le bon module ? -
Pour le parafoudre de ligne téléphonique, j’ai mis le 412200 de chez legrand. https://www.manomano.fr/parafoudre-pour-tableau-electrique-2123?model_id=529685&referer_id=537135&ach=74005&achsqrt=2d3a4&gclid=EAIaIQobChMIhKCe7M7I3AIVx_ZRCh0rygfEEAQYAiABEgLbB_D_BwE Installer avant la box ADLS. Il me parait un peu light comme appareil, en espérant q’il fasse le job le jour où.
-
YES merci @Titof_44 !! Cet exemple m'a permis d'y arriver. pour le reboot ET pour le shutdown... Voici le code pour ceux que ça intéresse... local HC2 = Net.FHttp("127.0.0.1", 80) local User = "adresse_mail_complète_ENCODEE" -- @ = %40 local Pass = "mot_de_passe_ENCODE" HC2:setBasicAuthentication(User, Pass) --pour le reboot local response,status,errorCode = HC2:GET('/services/system/reboot.php') --pour le shutdown local response,status,errorCode = HC2:GET('/services/system/shutdown.php') En espérant qu'ils ne changent pas à chaque mise à jour leur API...
-
faut que je trouve une solution, parce qu’il faut que je puisse l’etiendre depuis une scène où un VD...
-
Dans une scène, j'ai essayé ça : au moins pour tester le reboot ! local http = net.HTTPClient() http:request("http://Mon_Adresse%40Mon_FAI%3AMon_Mdp@192.168.xx.yy/services/system/reboot.php", { options = {method = 'GET'}, success = function(response) print("OK") end, error = function(response) print("Error : " ..response) end }) Marche pas... ai essayé avec la méthode POST ou PUT mais rien non plus. Il me répond "OK"...
-
J'ai trouvé ça mais aucune réaction : HomeCenter.SystemService.shutdown()
-
nan mais attend ! J'avais un super script couplé avec l'onduleur pour éteindre proprement la HC2 si coupure de courant, et là on peut plus le faire ?
-
oui mais je veux pas faire un reboot !!! je veux l'éteindre !!!
-
je viens d'essayer : local response, status, errorCode = HC2:GET("/services/system/shutdown.php") mais sans resultats...
-
Bonjour tout le monde ! La fonction : local response, status, errorCode = HC2:GET("/shutdown.php") ne fonctionne plus ? Je l'ai testé il y a encore quelques semaine (4 ou 5), avant les dernières mises à jour, et c'était ok !!! Qqun a une idée ?
-
ah ! elle semble être à nouveau dispo... je regarde demain...
-
oui je confirme elle n'est plus dispo...
-
oui voilà, c'était ma question...
-
ok d'accord... - merci !
-
-
@jojo, très juste, mais cela prouve aussi qqch, les scripts sont pas toujours bien optimisés... du moins les miens...