Files
MSE-PI-E2EEDA-Plein-de-eeee…/nodes/CHANGELOG.md
2026-06-14 16:35:16 +02:00

1.7 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

⚙️ Miscellaneous Tasks

  • Add changelogs

[project-submission] - 2026-06-04

⚙️ Miscellaneous Tasks

  • Remove useless gitkeep file
  • Remove zephyr sample file
  • Remove release file from repo

[nodes-v1.1.0] - 2026-06-04

🚀 Features

  • (nodes) Adding management of read error on each values, hence
  • (nodes) Add the battery level in the ble frame
  • (nodes) Adding battery percent as new key/value in the BLE frame
  • (nodes) Using an explicit thread, as it may cause the huge battery usage
  • (nodes) Setting the fastest BLE advertising frequency to 1 minute instead of 2

🐛 Bug Fixes

  • (nodes) Changing incorrect comment
  • (nodes) Using MAC address as BT_ADDR
  • (nodes) Reduce battery consumption

📚 Documentation

  • (nodes) Adding comments in the nodes code

[nodes-v1.0.0] - 2026-06-04

🚀 Features

  • (nodes) WIP supervisor first implementation
  • (nodes) Adding thermometer and hygrometer
  • (nodes) WIP adding first implementation for BLE advertising.
  • (nodes) Adding co2_level retrieval
  • (nodes) Adding window status reading
  • (nodes) Adding nodes firmware v1.0

🐛 Bug Fixes

  • (nodes) Adjusting broadcasted data to fit definition
  • (nodes) Fixing switch device tree and wrong ordering of ble values
  • (nodes) Properly fetching data from temp/hygro sensor
  • (nodes) Co2 level fetched as desibed in the documentation
  • (nodes) Changing window status sensor to have unequipped nodes return 'window is closed' status

⚙️ Miscellaneous Tasks

  • Init