* Update README.md
Add intention for fork
* Update README.md
Improve Readme
* Update hass.c
Fix issue of not using divider other than 1 for home assistant auto discovery val_tpl
* Update README.md
update Fork intention
* Update README.md
Revert Readme to original state
* Changed chart redrawing to "update()" to avoid refocussing on chart on destroy and new ...
Changed obk_config.h to build with chart driver (otherwise you couldn't test the builds)
* Try to avoid possibility to set data outside defined boundaries
* Fix CMD_Chart_Add (loops from 1 not from 0)
* Debug
* More debug
* Debug
* Nicer output
* fix typo
* Fix output in case of error
* Fixed missing newline in DEBUG message
* Update obk_config.h
* Update obk_config.h
---------
Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
* feat: Improve DS1820 driver
New features:
* Handle all types of DS1820 tempature sensors by detecting the family of the sensor and calculating the temperature accordingly
* Clean up some log prints
* Set the channel value with current temperature
* Set the period of the conversion interval with an optional first parameter
* Start the conversion instantly and not wait for multiple of the conversion period
* rework: Change DS1820 logging to be more consistent
- Output logging to `LOG_FEATURE_SENSOR` and not `CFG` as it would be expected
- Created a macro `DS1820_LOG` to simplify logging statements.
- Use the macro in various places throughout the driver
* refactor: Remove unused crc code and improve DS1820 logging
Co-authored-by: MaxineMuster <146550015+MaxineMuster@users.noreply.github.com>
---------
Co-authored-by: MaxineMuster <146550015+MaxineMuster@users.noreply.github.com>
* Add possibility to call a shell script to make changes to sdk just before building the app
* Changes to Makefile
* Changed pre_build.sh to only contain some comments how to use it
* Fix issue #1376
Fix issue #1376 .....wrong time in charts when using NTP with an offset
* Update drv_charts.c Issue #1375
For issue #1375: add a default color to improve readability (applies to: dataset names, axis ticks, color for axes title, (use color: '#099')
* Update drv_charts.c
Add a chart title
* Update obk_config.h
Set ENABLE_DRIVER_CHARTS = 1 also for Beken Devices
* Update http_fns.c
Add charts to About page
* Update obk_config.h
File just cloned from openshwprojects/OpenBK7231T_App
* Revert "Update obk_config.h"
This reverts commit b83c7db2ea.
* Revert "Update obk_config.h"
This reverts commit 7b7d979667.
* Revert "Update http_fns.c"
This reverts commit d81e4b3db8.
* Revert "Update drv_charts.c"
This reverts commit c5d122994a.
* Charts test for Ln882h and w800
* Update cmd_if.c
Try fix for DRV_GetReading without ENABLE_DRIVER_BL0937
* Update obk_config.h
* Update cmd_if.c
next try to fix Drivers w/o OBK_DISABLE_ALL_DRIVERS
* Update cmd_channels.c
... and another "DRV_GetReading" ...
* Update hass.c
... next problem: DRV_GetEnergySensorNames
* Update hass.c
.. more disabling code w/o energy driver
* Update http_fns.c
... and even more
* Update json_interface.c
... and energy drivers in json_interface.c
* Update user_main.c
another use of BL09X
* Update obk_config.h to remove define for charts driver