Domochip

Results 79 comments of Domochip

And tested successfully on my side

An intermediate solution would be to change the Timout of your Client to reduce this time of 5sec. ex : myWiFiClient.setTimeout(1000);

Hi, I don't know what's your language, so i'm choosing english. This bug come from this plugin yes ![image](https://user-images.githubusercontent.com/33293764/113883204-3ee97600-97be-11eb-8dd5-688a2951c744.png) the JSON_NUMERIC_CHECK option need to be removed

You can find a fixed version here : https://github.com/Domochip/jMQTT

Intéréssant. J'avais fait la même remarque sur le plugin MQTT de lunarok. Par contre, le nom "Batterie" ne conviendra pas forcement à tout le monde. Du coup, 2 idées :...

Ca donne un truc comme ca : if ($this->getGeneric_type() == 'BATTERY') { if ($this->getSubType() == 'binary') { $this->getEqLogic()->batteryStatus($value ? 100 : 10); } else { $this->getEqLogic()->batteryStatus($value); } $this->getEqLogic()->log('info', '-> Update...

Attention a ne pas utiliser le même clientid plusieurs fois, sinon le broker n'est pas content :-)

Comment est configuré le docker? (mosquitto) Pour faire un test simple et direct sans authentification : docker run -d --name mosquitto --restart=always -p 1883:1883 eclipse-mosquitto:latest mosquitto -c /mosquitto-no-auth.conf

OK, Quelle est la version de Debian, de Jeedom? Serait-il possible d'avoir le log d'installation de dépendance?

Je viens de relire le log. Il y a CONNACK et 2 SUBACK. Ce qui veut dire qu'il y a bien communication avec le broker. Ce qui n'est pas normal,...