Commit Graph

  • c81a72b2 (test/dev) sns: unused by Maxim Prokhorov 2024-04-15 01:17:16 +0300
  • 07743c5e settings: query for setting, not value by Maxim Prokhorov 2024-04-15 01:17:08 +0300
  • dd6bedee webui: style save button by Maxim Prokhorov 2024-04-15 01:16:10 +0300
  • c3ab86bb settings: query for specific entry by Maxim Prokhorov 2024-04-14 21:46:11 +0300
  • 20583c74 sns: digital sensor & digital magnitude settings collission by Maxim Prokhorov 2024-04-11 22:46:43 +0300
  • 73c58c50 settings: explicit prefix check by Maxim Prokhorov 2024-04-11 22:46:12 +0300
  • 424e1930 settings: enumeration string from sv, not cstring by Maxim Prokhorov 2024-04-11 21:35:53 +0300
  • d9a7743d sns: digital sensor settings and setup checks by Maxim Prokhorov 2024-04-11 21:35:11 +0300
  • 7a68ff16 sys: allow to check timer start by Maxim Prokhorov 2024-04-11 16:28:00 +0300
  • a1b9bf51 sns: schedule reads after completing init by Maxim Prokhorov 2024-04-11 16:27:04 +0300
  • c70fe1a0 web: bump html-validate@8 again by Maxim Prokhorov 2024-04-10 23:16:40 +0300
  • f75d379d pio: toolchain version from platform by Maxim Prokhorov 2024-04-10 23:02:06 +0300
  • 5cb59fed ha: already checked in loop by Maxim Prokhorov 2024-04-10 22:05:06 +0300
  • 5e599ec2 sns: span type access fixes by Maxim Prokhorov 2024-04-10 21:54:35 +0300
  • 3827192d sns: init magnitude energy tracker exactly once by Maxim Prokhorov 2024-04-10 20:23:40 +0300
  • 3c616044 sns: pre-init and recover dallas ability to init later by Maxim Prokhorov 2024-04-10 20:23:20 +0300
  • 56a772e7 sns: more annoying dummy sensor by Maxim Prokhorov 2024-04-10 15:06:14 +0300
  • 0d84c764 relay: optional pulse time in terminal, default to 0 by Maxim Prokhorov 2024-03-30 01:16:44 +0300
  • 530b64b1 relay: consistent pulse requirements and startup by Maxim Prokhorov 2024-03-30 01:06:34 +0300
  • 3a899270 relay: pulse timer is transferable as basic timer by Maxim Prokhorov 2024-03-28 19:49:44 +0300
  • 8c68a72c ha: wait for sensors and longer retries by Maxim Prokhorov 2024-03-27 21:24:48 +0300
  • b580dd4d dallas: keep waiting for notify() by Maxim Prokhorov 2024-03-19 22:14:49 +0300
  • 4cc0936a sns: delayed initialization fixes by Maxim Prokhorov 2024-03-19 22:10:03 +0300
  • 992dc193 ha: -16bytes by Maxim Prokhorov 2024-03-19 21:53:41 +0300
  • 2d19d8e1 sns: per-magnitude read count by Maxim Prokhorov 2024-03-19 20:01:25 +0300
  • 68f15a57 sys: alternative to bool(timer) by Maxim Prokhorov 2024-03-19 19:49:25 +0300
  • e08bd519 ha: get rid of sent-once yet again by Maxim Prokhorov 2024-03-19 19:49:04 +0300
  • 58fc010b ha: typo by Maxim Prokhorov 2024-03-19 19:48:24 +0300
  • af797fdd ha: reorder settings in webui by Maxim Prokhorov 2024-03-19 19:48:02 +0300
  • 5a076778 ws: module clean-up by Maxim Prokhorov 2024-03-18 02:54:12 +0300
  • e92be04e dallas: try to safeguard against bogus readings by Maxim Prokhorov 2024-03-18 02:02:08 +0300
  • 3f1cf8cd webui: autocomplete="off" fixes by Maxim Prokhorov 2024-03-18 00:55:16 +0300
  • b354b6b1 webui: rebuild blobs by Maxim Prokhorov 2024-03-18 00:10:09 +0300
  • be6536bf sns: missing internal linkage by Maxim Prokhorov 2024-03-17 23:04:54 +0300
  • 6c382d72 dallas: per-device sensor instance by Maxim Prokhorov 2024-02-10 22:11:40 +0300
  • f7e2977c sns: external driver for onewire devices by Maxim Prokhorov 2024-03-17 22:19:02 +0300
  • 89fd41d6 sns: notify hook by Maxim Prokhorov 2024-03-17 22:21:44 +0300
  • 569da857 types: helper class for contiguous ranges of T by Maxim Prokhorov 2024-03-17 22:16:54 +0300
  • 573caf01 sys: json data corruption when using sv by Maxim Prokhorov 2024-03-02 16:09:45 +0300
  • 84a46405 light: typo by Maxim Prokhorov 2024-03-02 16:09:29 +0300
  • 8e155455 ha: fix weird scoping error w/ gcc4.8 by Maxim Prokhorov 2024-03-17 22:28:04 +0300
  • 452cd78c ha: handle homeassistant/status by Maxim Prokhorov 2024-02-28 23:05:10 +0300
  • e9ab0a82 bmx280: separate funcs for readings by Maxim Prokhorov 2024-02-28 19:34:03 +0300
  • c9fbd2c2 (refs/pull/2579/merge) Merge 44c0825915 into 37d2837937 by Hamed Ta 2024-02-08 19:20:12 -0700
  • 3d53f6b5 (refs/pull/1754/merge) Merge 9c111607a3 into 37d2837937 by copyrights 2024-02-08 19:20:11 -0700
  • 37d28379 (HEAD -> dev) dallas: fix device struct initialization by Maxim Prokhorov 2024-02-08 22:27:41 +0300
  • 2ea47de3 dallas: do not wait until value() to report errors by Maxim Prokhorov 2024-01-26 08:52:46 +0300
  • 7152cc67 sns: BaseFilter::status() by Maxim Prokhorov 2024-01-26 06:53:15 +0300
  • a33c71b6 sns: special cases for median-average filter by Maxim Prokhorov 2024-01-26 06:35:36 +0300
  • 97921403 sns: filter resize should reset internal state by Maxim Prokhorov 2024-01-26 06:32:23 +0300
  • 872f9b65 sns: always reset readings on cfg reload by Maxim Prokhorov 2024-01-24 02:50:38 +0300
  • aa74de88 sns: moving average should be an average by Maxim Prokhorov 2024-01-23 01:36:31 +0300
  • b44c293f test: expected sensor filter values by Maxim Prokhorov 2024-01-23 01:22:00 +0300
  • 0d4cf9a7 sns: simple filters with capacity of 1 by Maxim Prokhorov 2024-01-23 01:21:09 +0300
  • 0f5fc5ac test: allow double comparison in tests by Maxim Prokhorov 2024-01-23 00:00:56 +0300
  • 686728a3 rfb: ,<REPEATS> parser fix by Maxim Prokhorov 2024-01-22 23:59:22 +0300
  • 70e8f912 debug: fix webui headers included without WEB_SUPPORT=1 by Maxim Prokhorov 2024-01-22 23:58:07 +0300
  • f13df63f compat: fix -std=gnu++20 by Maxim Prokhorov 2024-01-22 23:56:42 +0300
  • 238dc130 garland: fixes and updates (#2600) by Dmitry 2024-01-20 21:23:05 +0200
  • 5b16725c (refs/pull/2600/head) garland: fixes for PR notes by Dmitry Blinov 2023-12-21 12:16:06 +0200
  • 1e765d7e thermostat: clean-up and build fixes (#2601) by Dmitry 2023-12-20 18:39:45 +0200
  • 8ee5f7ed garland: combine all wave-based anims; add wave comet anim by Dmitry Blinov 2023-12-19 12:09:45 +0200
  • e5c92a1e garland: tune anim comets by Dmitry Blinov 2023-12-19 12:05:50 +0200
  • ad429a79 garland: fix anim dolphins out of range issue by Dmitry Blinov 2023-12-19 12:05:25 +0200
  • 147a2266 garland: implement pixel caching for color waves to reduce redundant calculations by Dmitry Blinov 2023-12-18 16:43:59 +0200
  • 548e5995 graland: update anim code with clear rands and auto counters by Dmitry Blinov 2023-12-17 17:28:06 +0200
  • 7822b56c (refs/pull/2601/head) thermostat: fix thermostat build and files format by Dmitry Blinov 2023-12-13 13:08:51 +0200
  • ed5a0a95 garland: update format for color_wave.h and garland.cpp by Dmitry Blinov 2023-12-13 12:12:37 +0200
  • 3b92cfee garland: unify anim_waves and anim_run to use ColorWave class by Dmitry Blinov 2023-12-12 16:19:15 +0200
  • 4b213fff garland: provide anims with all palettes by Dmitry Blinov 2023-12-12 01:15:42 +0200
  • 53699050 garland: get rid of redundant variables in main class by Dmitry Blinov 2023-12-12 00:15:19 +0200
  • eb55fe2c garland: add anim_crossing by Dmitry Blinov 2023-12-11 23:56:48 +0200
  • 55ac3bf2 garland: update anim_spread by Dmitry Blinov 2023-12-11 15:45:48 +0200
  • 88b0bb3e garland: enable and update anim_glow by Dmitry Blinov 2023-12-11 14:25:36 +0200
  • 453e80aa garland: update palettes, add random run animation by Dmitry Blinov 2023-12-07 22:59:19 +0200
  • e82e2cef garland: update scene default settings by Dmitry Blinov 2023-12-06 22:20:42 +0200
  • 8ec8244b garland: fix web UI by Dmitry Blinov 2023-12-06 18:36:17 +0200
  • b70967b4 garland: update setters code by Dmitry Blinov 2023-12-06 18:34:14 +0200
  • d3a26172 garland: fix issue with division by zero in first scene setup by Dmitry Blinov 2023-12-06 14:22:40 +0200
  • 1b658abf Merge remote-tracking branch 'hoseperez/dev' into kotel2 by Dmitry Blinov 2023-11-30 10:25:00 +0200
  • f3c3efca dcz: typo in relay settings key by Maxim Prokhorov 2023-11-05 00:37:41 +0300
  • be747577 scripts: no need for pytz to generate tz list by Maxim Prokhorov 2023-10-17 03:37:09 +0300
  • 5531b932 terminal: fix linkage, printing cmd-not-found and add tests by Maxim Prokhorov 2023-10-17 01:56:59 +0300
  • 00973160 uart: typo by Maxim Prokhorov 2023-10-17 01:30:53 +0300
  • eb17675c btn: terminal command action by Maxim Prokhorov 2023-10-17 01:23:29 +0300
  • 557db51f terminal: error output by Maxim Prokhorov 2023-10-17 01:23:01 +0300
  • ecbaabe4 sns: comment typo by Maxim Prokhorov 2023-10-17 00:31:07 +0300
  • 06e49ccf uart: swserial workaround for recent Core version by Maxim Prokhorov 2023-10-17 00:26:53 +0300
  • 480c72dc sns: broken mqtt address publishing by Maxim Prokhorov 2023-10-16 23:21:47 +0300
  • afce3dcb relay: missing header by Maxim Prokhorov 2023-10-16 23:25:29 +0300
  • a0bf8f26 idb: use magnitude type not its index by Maxim Prokhorov 2023-10-13 13:22:57 +0300
  • 3a34f06c ci: use node-18 by Maxim Prokhorov 2023-09-22 20:14:15 +0300
  • e8c93778 uart: fix swserial pin order by Maxim Prokhorov 2023-09-22 19:54:52 +0300
  • 34fecbcd (network/test) draft by Maxim Prokhorov 2023-05-11 22:45:53 +0300
  • 4f22960a mqtt: missing buffer offset by Max Prokhorov 2023-04-25 02:55:40 +0300
  • 7703d9ba api: reference settings keys by Maxim Prokhorov 2023-04-13 19:39:17 +0300
  • b64e7f91 web: revert to per-file include checks by Maxim Prokhorov 2023-04-13 19:10:47 +0300
  • 7c5e8e3f relay: minimal build warnings by Maxim Prokhorov 2023-04-13 19:09:03 +0300
  • ea6eb52d web: only include web printer when needed by Maxim Prokhorov 2023-04-13 18:00:12 +0300
  • ffd23d09 web: print api in namespace by Maxim Prokhorov 2023-04-08 22:04:36 +0300