This app reads blood sugar values from CamAPS FX by observing its notifications and sends them to the HomeAssistant API. This project serves as showcase for a blog post on writingbits.de.
- Create long-lived access token for Home Assistant
- Store token as
homeAssistantToken
in Gradle properties, e.g. inlocal.properties
- Compile and run project, local Home Assistant instance will be used: http://homeassistant.local:8123
This software uses following technologies with great appreciation:
This project is purely for scientific purposes and is not linked to CamDiab Ltd. or Open Home Foundation. Its source code is presented as-is and will not be compiled, bundled and published, neither commercially nor non-commercially. The author does not assume any liability for timeliness, correctness, completeness or quality of the provided source code.
Copyright 2025 Philipp Fahlteich
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.