Shelly Z-wave Firmware update

Shelly is releasing Fw update only with file with extention .gbl. They could not be used by Z-wave Js
Did someon have some indication?

Bonjour, pour mettre à jour les shelly zwave.

I saw that page when I started to look for a solution. But that it means to install another home automation software.
Yes I could do, but I would prefer to find another way. For example converting that file in something Z-Wave Js could send to Shelly.

Sorry for the spam but I found how to fix in order to update shelly device.
I did on Wave Shutter and I was able to update one unit.

file to modify
core/ajax/zwavejs.ajax.php

Row 231 in my version.

Session
if (init(‹ action ›) == ‹ uploadOTA ›) {

	if (!in_array($extension, array('.bin','.hex','.ex_','.gbl'))) {
		throw new Exception('Extension du fichier non valide (autorisé .bin, .hex, .ex_) : ' . $extension);				

Add .gbl in the valid extentions

2 « J'aime »

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.