-
released this
2026-03-18 15:54:21 +00:00 | 8 commits to main since this releaseNouveaut�s
- Payload UDP: byte 66 error_flags (RTC d�connect�/reset, NPM d�connect�)
- Payload UDP: byte 67 npm_status (registre status NextPM en temps r�el)
- Payload UDP: bytes 69-71 firmware version (major.minor.patch)
- Page capteurs: lecture NPM via get_data_modbus_v3.py --dry-run (m�me script que le timer)
- Page capteurs: affichage temp�rature, humidit�, status NPM d�cod�
- Page capteurs: d�tection capteur d�connect� (0xFF ? "Capteur d�connect�")
- Self-test: d�codage npm_status + d�tection capteur d�connect�
Am�liorations
- Bytes 66-68 initialis�s � 0x00 (�vite faux positifs sur ancien firmware)
- NPM d�connect� ? ERR_NPM (byte 66 bit 3), byte 67 reste � 0x00
- Escalade erreur UDP: PDP reset �chou� ? notification + hardware reboot + exit
- README: documentation compl�te structure 100 bytes + parser Miotiq + conso data
Compatibilit�
- Parser Miotiq: d�coder bytes 66-68 (error_flags, npm_status, device_status)
- Parser Miotiq: d�coder bytes 69-71 (firmware version)
- C�t� serveur: 0xFF (255) = ancien firmware sans error flags, � ignorer
Downloads