Martin Preuss
5b72686904
avr: added titled windows
2025-11-03 21:02:25 +01:00
Martin Preuss
e58e9b846c
avr: work on simple GUI module to be used by node c02.
2025-11-03 17:23:40 +01:00
Martin Preuss
b4fee78ad8
aqhome-cgi: fixed a bug with RGBW values on pages.
2025-10-29 23:47:15 +01:00
Martin Preuss
06d287b53d
prepared release 0.0.20.
2025-10-27 23:15:42 +01:00
Martin Preuss
7c5abc0f3b
aqhome-cgi: more code sharing, adding page handling
...
allows to define your own pages with graphs, sensors and actors.
2025-10-27 23:15:28 +01:00
Martin Preuss
1b0145c97d
Merge branch 'mp-2025_10-setdata_double'
2025-10-26 17:01:07 +01:00
Martin Preuss
31e677a4ae
prepared release 0.0.19
2025-10-26 17:00:12 +01:00
Martin Preuss
4fb9e2ecdf
fixed example file for apache2.
2025-10-26 16:59:58 +01:00
Martin Preuss
bb9f86211d
decreased verbosity.
2025-10-26 16:59:01 +01:00
Martin Preuss
2f694f983a
simplify graph code.
2025-10-26 16:58:29 +01:00
Martin Preuss
f858b5b3de
added icons.
2025-10-26 00:17:25 +02:00
Martin Preuss
32bf7c0da4
set LimitNOFILE for unit aqhome-data
...
currently we use one file per value, so we need a larger max number of
open files.
2025-10-26 00:16:36 +02:00
Martin Preuss
aaf460ec6f
add apache2 example conf for aqhome-cgi
2025-10-26 00:15:43 +02:00
Martin Preuss
ffc86b3e61
aqhome-cgi: changed graph modifier.
2025-10-26 00:14:54 +02:00
Martin Preuss
89228ed03b
prepared release 0.0.18
2025-10-25 16:38:59 +02:00
Martin Preuss
ced89d9845
moved device files back into separate folder
...
otherwise installed module files are not update when compiling without AVR.
2025-10-25 16:38:44 +02:00
Martin Preuss
617c8551dc
fixed a bug (was not closing connection on error).
2025-10-25 16:37:11 +02:00
Martin Preuss
c32be5cd38
increased verbosity.
2025-10-25 16:36:52 +02:00
Martin Preuss
7c320b210f
more work on mdevices module.
2025-10-25 16:36:24 +02:00
Martin Preuss
0fa4c6c8b5
sk6812: set state to on when setting mode to auto.
...
need to have a better solution for this...
2025-10-24 16:39:53 +02:00
Martin Preuss
9caf468b86
avr: daily clear more stats.
2025-10-23 20:59:42 +02:00
Martin Preuss
55ac83820e
fixed a bug.
...
was not accepting "0.0" as value.
2025-10-23 20:59:12 +02:00
Martin Preuss
cfa071c6de
increased verbosity.
2025-10-23 20:58:54 +02:00
Martin Preuss
39dba4ccb8
more work on aqhome-cgi.
2025-10-23 20:58:40 +02:00
Martin Preuss
9fec57511a
moved code for device module into its own folder. Implement graphs.
2025-10-21 23:42:11 +02:00
Martin Preuss
01aca2d3b7
aqcgi: use single value pages.
2025-10-10 00:29:52 +02:00
Martin Preuss
5a16117240
More work on aqhome-cgi.
2025-10-09 20:19:04 +02:00
Martin Preuss
d0c8b3b284
let setData use double values instead of strings.
...
this allows for storing value set with setData which can then be used in
the cgi module to retrieve the last value set.
2025-10-07 23:50:50 +02:00
Martin Preuss
1aeeed9845
Revert "remove string data."
...
This reverts commit 624b1648b5 .
2025-10-07 18:09:53 +02:00
Martin Preuss
624b1648b5
remove string data.
2025-10-07 18:09:45 +02:00
Martin Preuss
1d6bb38d89
indent.
2025-10-07 00:28:23 +02:00
Martin Preuss
28cf031b46
n14, n25: add info to description files.
2025-10-07 00:28:06 +02:00
Martin Preuss
c9cfcc5dc4
added AQHOME_VALUETYPE_ONOFFAUTO
2025-10-07 00:27:41 +02:00
Martin Preuss
dd577be872
added stylesheet.
2025-10-07 00:27:15 +02:00
Martin Preuss
2a1af6f947
aqhome-cgi: added setdata.html
2025-10-07 00:26:57 +02:00
Martin Preuss
15728e27ca
aqhome-cgi: increased session cookie duration.
2025-10-07 00:26:35 +02:00
Martin Preuss
0095b38c9f
added OnOffAuto.
2025-10-07 00:26:07 +02:00
Martin Preuss
9a379f12b2
aqhome-tool: improved diagram.
2025-10-07 00:25:46 +02:00
Martin Preuss
023cabbc1b
aqhome-cgi: add main menu.
2025-10-07 00:25:18 +02:00
Martin Preuss
a35211e427
Increase session cookie duration.
2025-10-07 00:24:39 +02:00
Martin Preuss
8629e52749
increase verbosity while debugging.
2025-10-01 23:25:14 +02:00
Martin Preuss
81e9078b80
avr: add MODE variable to sk6812 module.
...
this allows for better control over led strips.
Modes:
- AUTO: allow other modules to switch LED strip
- OFF: force LED strip off
- ON: force LED strip on
2025-10-01 23:24:50 +02:00
Martin Preuss
dafe32792a
avr: fixed bug in ma_light
2025-10-01 23:22:41 +02:00
Martin Preuss
3f9e16f038
aqhome-tool: allow for data spec for timestamps (YYYY/MM/DD-HH:MM:SS)
2025-10-01 23:21:50 +02:00
Martin Preuss
5bd1e06850
aqhome-tool: visualize data points using aqdiagram.
2025-10-01 23:21:12 +02:00
Martin Preuss
5040ccc065
sharply decrease verbosity.
2025-10-01 23:20:04 +02:00
Martin Preuss
494e7b3fbc
aqhome-data: send data in multiple messages. remove limits.
2025-10-01 23:19:48 +02:00
Martin Preuss
8d22d386b4
updated readme.
2025-09-22 22:48:49 +02:00
Martin Preuss
0f712717d8
sk6812: added readme.
2025-09-22 22:48:37 +02:00
Martin Preuss
f201ac4bd6
add to apidoc.
2025-09-22 22:47:20 +02:00