Commit graph

10 commits

Author SHA1 Message Date
Kai Lauterbach 35f1635a3d Fixed wind sensor interrupt handling. 2022-11-24 19:17:21 +01:00
Kai Lauterbach 02c84949bc code formatting changed 2022-11-10 13:33:09 +01:00
Kai Lauterbach 3e8d65d121 Improved InfluxDB code to prevent deadlock 2022-09-15 13:04:42 +02:00
Kai Lauterbach 8c907ce1e1 Added start, wait, read functions and changed main sensor read function. 2022-09-14 11:56:41 +02:00
klaute 35c62fbce2 Webupdater moved outside the fsm. Started to implement a semi parallel wind measurement. 2022-09-14 00:10:03 +02:00
Kai Lauterbach 7d561546ed Changed windspeed tp m/s 2022-05-18 19:08:55 +02:00
Kai Lauterbach fe3232cfe3 Debug output of windspeed calculation added. 2022-05-16 10:45:08 +02:00
Kai Lauterbach 5f0614ce4f Moved Homebridge webstat to webUpdater logic. Fixed Windspeed calculation. Added a interval firmware reset functionality. 2022-05-15 22:34:36 +02:00
Kai Lauterbach c0b59dd421 Updated InfluxDB connection to get it compatible with InfluxDB 2.2.0 2022-05-09 09:42:42 +02:00
Florian Eitel be334245ff
Refactor sensor interface with extra files and function pointer
That makes it easier to enable/disable sensors.

Also added support for APDS9930
2019-08-04 12:53:20 +02:00