Commit graph

23 commits

Author SHA1 Message Date
avollkopf
f594ed04a0 added rangewarning for testing (different color in dashboard -> dev version of ui required) 2024-05-28 21:51:17 +02:00
avollkopf
252c2d171b test for bookworm -> staring cbpi w/o sudo install with pipx 2023-10-14 16:17:03 +02:00
avollkopf
0364769573 fixed another bug in case of no logging during inactivity 2023-03-28 07:00:21 +02:00
avollkopf
54eb769fb3 another fix 2023-03-27 22:12:11 +02:00
avollkopf
b52e260b4a bug fix 2023-03-27 22:04:54 +02:00
avollkopf
187426eb4a added sensor disabling with fermenter/kettle inactivity 2023-03-27 20:19:37 +02:00
avollkopf
3186c182f7 test 2023-03-25 14:23:21 +01:00
avollkopf
c5d6cb5ae5 test 2023-03-25 14:15:30 +01:00
avollkopf
84bb745054 test 2023-03-25 13:54:24 +01:00
avollkopf
5cbc7e1393 test 2023-03-25 13:51:13 +01:00
avollkopf
a8ec65b3e4 update 2023-03-25 12:56:37 +01:00
avollkopf
9257b95e37 additional logging info 2023-03-25 12:44:28 +01:00
avollkopf
88528f6df7 added reduced logging fucntionality to onewire sensor (depeding on kettle or fermenter activity) 2023-03-25 11:30:38 +01:00
avollkopf
8320853399 Minor fixes
- onewire is not hardcoded to busmaster 1
- try to catch exception while sending data to WS and WS has closed connection
2022-01-25 07:47:40 +01:00
avollkopf
8608f08fd9 Update __init__.py
Updated property description. No functional change
2021-05-02 10:03:25 +02:00
avollkopf
0828aeacac Simplified offset handling
Change is somehow dependent dependent on issue #68 with corresponding change in dataclasses.py.
But this is an example on how the change in dataclasses.py would allow to simplify the props handling in case of empty values.
2021-04-11 12:30:34 +02:00
avollkopf
e89c42f5dd Added offset and Temp Unit support
- Offset can be specified for each newire sensor
- Sensor is reporting temp in C or F depending on server settings
2021-04-09 10:36:06 +02:00
prash3r
a9546bc40c BasicController start() and stop() functions manages item.instance.running state
Also changes usage of 'while True' inside run() functions to 'while self.running == True'
2021-03-08 01:34:13 +01:00
Manuel Fritsch
a55ed2a5e5 "recipe book added" 2021-02-27 20:09:19 +01:00
Manuel Fritsch
93aea0c063 "added dataclassed" 2021-02-16 20:37:51 +01:00
Manuel Fritsch
b2fe0c8453 setup one wire added 2021-02-06 14:11:30 +01:00
Manuel Fritsch
4fe47d5a31 sensor methods added 2021-02-06 00:40:55 +01:00
Manuel Fritsch
64dea90e3b fix props for plugin 2021-02-02 21:22:59 +01:00