energietransitie / needforheat-generic-firmware

Common source code (library) for NeedForHeat measurement devices
https://www.energietransitiewindesheim.nl/needforheat-generic-firmware/
Apache License 2.0
4 stars 1 forks source link

Generic firmware for NeedForHeat measurement devices

This repository contains the generic firmware, with features common to various NeedForHeat measurement devices, based on an ESP32.

See NeedForHeat presence detection documentation for more specific information about the optional presence detection capabilities of this NeedForHeat generic firmware.

Table of contents

General info

NeedForHeat generic firmware functions overview

Different NeedForHeat measurement devices may have various features in common, including device preperation, provisioning of home Wi-Fi network credentials via Bluetooth Low Energy (BLE) or via a temporary software access point (SoftAP), device-server activation, network time synchronisation, persistent buffering and secure uploading of measurement data. The generic firmware currently uploads the following data:

Sensor Property or timestamp Unit Printf format Default measurement interval [h:mm:ss] Description
ESP32 heartbeat__0 %d 0:10:00 Incrementing counter indicating the device is working
ESP32 battery_voltage__V V %.2f 0:10:00 Measures the battery voltage
ESP32 Bluetooth occupancy__p [-] %u 0:10:00 If enabled; number of smartphones responding to Bluetooth name request
ESP32 Bluetooth onboarded__p [-] %u 0:10:00 If enabled; number of smartphones that were onboarded and that are regularly sent Bluetooth name requests
ESP32 device clock timestamp Unix time %d 0:10:00 Each measurement is timestamped
ESP32 device clock upload_time Unix time %d 0:10:00 Uploads of the contents of the secure upload queue to a NeedForHeat server are timestamped
ESP32 internet booted_fw version %s 48:00:00 Version string of firmware on first boot after provisioning or OTA update
ESP32 internet new_fw version %s 48:00:00 If Over-The-Air (OTA) firmware updates are enabled; data is only logged when new valid firmware was downloaded
ESP32 internet (none yet) [-] %u 24:00:00 Device clock is synchronized regularly via the internet over NTP (time skew will be recorded in a future version of the firmware)

This software repository provides a shared libary for many of these common features. With this library, we also intend to make it easier to port software between NeedForHeat devices based on an ESP32 SoC. This facilitates development of firmware for NeedForHeat measurement devices.

Deploying

Go to the deploying section of the needforheat-generic-firmware library documentation to learn you can deploy binary releases of the firmware, i.e. without changing the source code, without a development environment and without needing to compile the source code.

Developing

Go to the developing section of the needforheat-generic-firmware library documentation to learn how you can change the source code using a development environment and compile the source code into a binary release of the firmware that can be deployed, either via the development environment, or via the method described in the section Deploying.

Supported devices

Ths firmware currently only supports ESP32 devices. In particular, we tested on:

In future releases support could be added for devices based on an ESP8266 SoC, such as the Wemos LOLIN D1 mini.

Features

Currently ready:

To-do:

Status

Project is: in-progress

License

This software is available under the Apache 2.0 license, Copyright 2021 Research group Energy Transition, Windesheim University of Applied Sciences

Credits

This software is made by:

Run-time onboarding for presence detection using the e-ink screen was recently added by:

Thanks also go to:

Product owner:

We use and gratefully acknowlegde the efforts of the makers of the following source code and libraries: