Bonjour,
Etes vous avec la version du 15-04-21 stable du plugin ?
Si oui votre solution se trouve probablement ci-dessous.
Il faut éditer ce fichier avec Jeexplorer:
/html/plugins/xiaomihome/core/class/xiaomihome.class.php
Se rendre à la ligne : 201 et remplacer :
$cmd = '/usr/bin/python3 ' . $xiaomihome_path . '/xiaomihomed.py';
par
$cmd = '/usr/bin/python ' . $xiaomihome_path . '/xiaomihomed.py';
Et redémarrer le daemon de ce plugin.