Bluetooth : Xiaomi température/humidité

@pap Tu nous partage le script ici ? Comme ça si quelqu’un veut faire pareil il peut !

J’ai fait un truc tout bête en adaptant un des scripts existants dans la lib :

#!/bin/bash

mqtt_host=[ip_du_serveur_gladys]
mqtt_user=gladys
mqtt_pwd=***************

mosquitto_pub -h $mqtt_host -t "gladys/master/device/mqtt:$2/feature/mqtt:$2:temperature/state" -u $mqtt_user -P $mqtt_pwd -i "mibridge" -m "$3"
mosquitto_pub -h $mqtt_host -t "gladys/master/device/mqtt:$2/feature/mqtt:$2:humidity/state" -u $mqtt_user -P $mqtt_pwd -i "mibridge" -m "$4"
mosquitto_pub -h $mqtt_host -t "gladys/master/device/mqtt:$2/feature/mqtt:$2:voltage/state" -u $mqtt_user -P $mqtt_pwd -i "mibridge" -m "$5"
mosquitto_pub -h $mqtt_host -t "gladys/master/device/mqtt:$2/feature/mqtt:$2:battery/state" -u $mqtt_user -P $mqtt_pwd -i "mibridge" -m "$6"

Bonjour,
je bien lu tout le topic, mais je ne sais pas si les capteurs sont disponible sur Gladys . j’ai bien tenter d’ installer l’analyseur [GitHub - atrovato/gladys-bluetooth-analyzer ],
j’ai bien téléchargé le fichier de github et j’ ai lu le readme, donc j’ai tapé les instructions sur mon install Gladys avecPutty :
git clone https://github.com/atrovato/gladys-bluetooth-analyzer.git
mais Putty me renvoie

-bash: git: command not found

Je dois surement me planter, car je ne maitrise pas github ni les commandes linux
Est ce que quelqu’un pourrait m’aider ? SVP
J’aimerai installer ces capteurs de température Xiaomi LYWSD03MMC
je vous remercie par avance

Il ne trouve pas la commande git car git n’est pas installé.

sudo apt install git pour l’installer

Bonsoir @VonOx
Je te remercie je vais continuer, ça fonctionne beaucoup mieux
Bonne soirée

@VonOx
je rebloque a l’install du npm, meme avec sudo devant

-bash: npm: command not found

git clone https://github.com/atrovato/gladys-bluetooth-analyzer.git  
cd ./gladys-bluetooth-analyzer
npm install
npm start

Faut installer nodejs

Je te file le 1er lien Google que j’ai trouvé en fr

https://dedigo.fr/clients/knowledgebase/45/Comment-installer-NodeJS-14-debian.html

Merci @VonOx
Je vais regarder ça
Bonne journée