• v1.6.0 11585b4783

    PaulVua released this 2026-03-18 15:54:21 +00:00 | 8 commits to main since this release

    Nouveaut�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
  • v1.5.0 eb93ba49bd

    PaulVua released this 2026-03-18 10:03:12 +00:00 | 17 commits to main since this release

    Nouveaut�s

    • Payload UDP Miotiq: byte 66 error_flags (erreurs syst�me RTC/capteurs)
    • Payload UDP Miotiq: byte 67 npm_status (registre status NextPM)
    • Payload UDP Miotiq: byte 68 device_status (�tat g�n�ral du bo�tier, sp�cification)
    • M�thodes SensorPayload: set_error_flags(), set_npm_status(), set_device_status()

    Am�liorations

    • Initialisation bytes 66-68 � 0x00 au lieu de 0xFF pour �viter faux positifs c�t� serveur
    • Escalade erreur UDP: si PDP reset �choue ? notification WiFi + hardware reboot + exit

    Compatibilit�

    • N�cessite mise � jour du parser Miotiq pour d�coder les bytes 66-68

    Notes

    Le flag RTC est impl�ment�, les autres flags seront activ�s progressivement.

    Downloads
  • v1.4.6 7b324f8ab8

    v1.4.6 Stable

    PaulVua released this 2026-03-17 18:34:25 +00:00 | 30 commits to main since this release

    Features

    • Page Admin: comparaison RTC vs heure du navigateur (au lieu de system time)
    • Page Admin: ajout champ Browser time (UTC) dans l onglet Clock
    • Page Admin: bloquer update firmware en mode hotspot avec message explicatif
    • Page Admin: liens Gitea pour mise a jour hors-ligne (releases + main.zip)

    Improvements

    • Page Admin: RTC time mis en evidence, System time replie (non utilise)
    • Page Admin: descriptions ajoutees pour les champs Clock

    Fixes

    • Fix forget_wifi scan: delai + rescan explicite pour remplir wifi_list.csv
    • Fix blocage navigateur: revert optimisations fetch (limite 6 connexions/domaine)
    Downloads
  • v1.4.5 cb98e38a3e

    v1.4.5 Stable

    PaulVua released this 2026-03-17 18:20:16 +00:00 | 35 commits to main since this release

    Features

    • Page WiFi: bouton Oublier le réseau pour passer en mode hotspot sans reboot
    • Page WiFi: badge Mode Hotspot visible dans la sidebar
    • Page WiFi: scan des réseaux WiFi en mode hotspot via cache CSV

    Improvements

    • Refonte UI page WiFi avec cards contextuelles et infos détaillées
    • Scan WiFi avec colonnes signal et sécurité
    • Bloquer update firmware en mode hotspot avec message explicatif

    Fixes

    • Correction VERSION 1.4.3 -> 1.4.4
    • Fix IP hotspot: 10.42.0.1 (défaut NetworkManager)
    • Fix forget_wifi.sh: disconnect + scan avant hotspot
    Downloads