1966 Commits

Author SHA1 Message Date
Martin Preuss
7a17e87541 added scripts to build file. 2026-08-16 23:44:45 +02:00
Martin Preuss
1934a40ae6 added script for www.weatherapi.com
works great so far. You will need an API key for this.
2026-08-16 23:44:30 +02:00
Martin Preuss
c9f4339fb2 added script for open-meteo.com (doesn't work reliably in my setup). 2026-08-16 23:43:48 +02:00
Martin Preuss
7a35b1e374 aqhome-cgi: fixed path of diagrams generated for pages. 2026-08-16 23:43:07 +02:00
Martin Preuss
ffe455bf6b avr: added README for app light controller. 2026-08-16 23:42:37 +02:00
Martin Preuss
9b7ad7c6e3 examples: fixed paths. 2026-08-16 23:41:16 +02:00
Martin Preuss
343da31937 LightControl: send new RGBW value also in AUTO mode. 2026-08-15 00:35:50 +02:00
Martin Preuss
a386ac43ab n32: 2nd iteration of enclosure. 2026-08-12 17:34:58 +02:00
Martin Preuss
2338f5333d reportsensors: report fancontrol state. 2026-08-12 00:07:32 +02:00
Martin Preuss
91880f1cfb added device. 2026-08-12 00:07:06 +02:00
Martin Preuss
1e6a3f06d0 avr: increment firmware version. 2026-08-11 23:48:04 +02:00
Martin Preuss
22e5e7853f reportSensors: increase interval to 3 mins. 2026-08-11 23:47:11 +02:00
Martin Preuss
3018b014bb avr/valsched: only repeat 0 values once. 2026-08-11 23:46:40 +02:00
Martin Preuss
1941b76aa7 avr: increment version. 2026-08-10 19:50:44 +02:00
Martin Preuss
c67fa6ebc9 n14, n25, n30: use new app LightControl instead of old app MA_Light 2026-08-10 19:50:29 +02:00
Martin Preuss
b9f2d9e59a avr: lengthen statistics report interval from 10mins to 30mins. 2026-08-10 19:49:39 +02:00
Martin Preuss
9d9ccbd46c n32:
- start ventilation slits lower (from 3 to 1.5mm) to also remove heat from
  under the pcb
- elevate notwork and power connectors by 2mm
2026-08-10 19:48:48 +02:00
Martin Preuss
568aec9c35 n32: started really working on enclosure. 2026-08-10 19:42:13 +02:00
Martin Preuss
7ad51a251b avr: new version of ds18b20 module.
works better with reportsensor app.
2026-08-07 23:48:15 +02:00
Martin Preuss
dd58bac1a3 avr: removed unneeded code. 2026-08-07 23:47:31 +02:00
Martin Preuss
69a5f40e60 avr: no longer handle REENUM messages (not used, anyway).
needed to get code size down for n30.
2026-08-07 23:46:30 +02:00
Martin Preuss
9c380316d2 avr: fixed a bug (was not setting CFLAG). 2026-08-07 23:45:43 +02:00
Martin Preuss
f973ce1b14 avr: more work on fan- and light controller app and modules. 2026-08-07 23:45:21 +02:00
Martin Preuss
296ead3241 avr: simplified modules. 2026-08-07 01:02:45 +02:00
Martin Preuss
f3820aee22 avr: fully implemented app light_control. 2026-08-07 00:43:42 +02:00
Martin Preuss
7bae2072aa avr: more code sharing. 2026-08-07 00:42:45 +02:00
Martin Preuss
44044e9bba tca: also rename FLAGBIT_UPDATED in TCA module. 2026-08-07 00:42:16 +02:00
Martin Preuss
928ebe1ec7 light_control: started working on new app (replaces ma_light). 2026-08-07 00:41:32 +02:00
Martin Preuss
db53d0d905 fan_control: fixed setting of default mode, moved FLAGBIT_UPDATED to TCA. 2026-08-07 00:39:40 +02:00
Martin Preuss
bbb6c4ac7d avr: start defining generic message with msgRef. 2026-08-06 18:48:05 +02:00
Martin Preuss
273c8d215a n32: remove old defines. 2026-08-06 18:47:21 +02:00
Martin Preuss
e7f9bea979 avr: move check for activated actor to htimCallActorOn 2026-08-06 18:47:03 +02:00
Martin Preuss
3155c499ed avr: enable guard source and 2nd trigger source. 2026-08-06 00:10:45 +02:00
Martin Preuss
1477293b49 avr: more comments, minor reformatting. 2026-08-06 00:09:59 +02:00
Martin Preuss
5bf067166e avr: fixed apidoc. 2026-08-06 00:09:21 +02:00
Martin Preuss
a2da503e7d avr: minor formatting. 2026-08-06 00:09:03 +02:00
Martin Preuss
fe1937c9cd e02, e06: added hardware category to device info 2026-08-06 00:08:37 +02:00
Martin Preuss
1cdec816f6 avr: fixed apidoc. 2026-08-06 00:08:09 +02:00
Martin Preuss
b961575906 avr: clarified api doc 2026-08-06 00:07:58 +02:00
Martin Preuss
27bb9d0f7f avr: fixed a typo. 2026-08-06 00:07:32 +02:00
Martin Preuss
80259d39c9 aqhome-tool: preset var. 2026-08-06 00:07:20 +02:00
Martin Preuss
3df7b69c2c aqhome-cgi: handle int values as well 2026-08-06 00:07:02 +02:00
Martin Preuss
e08054bbdf n32: use fan controller app 2026-08-06 00:06:31 +02:00
Martin Preuss
88a66f6822 avr: add complex fan controller app with base classes to be used by other apps as well.
- add modules
  - holdtimer (keep actor running while triggered)
  - triggeraction (connect actor with holdtimer)
- add app fan_controller
  - uses the modules mentioned above to turn on/off fans in connection
    with e.g. motion sensor nodes
2026-08-06 00:05:50 +02:00
Martin Preuss
d8498dceaf avr: add TextSel widget to CWidget. 2026-07-13 23:26:54 +02:00
Martin Preuss
3286d8e1d7 avr: fixed apidoc. 2026-07-13 23:25:12 +02:00
Martin Preuss
f5c530507e avr: more work on list widget. 2026-07-13 23:24:54 +02:00
Martin Preuss
56831ac53d more work on dialog class. 2026-07-13 23:24:32 +02:00
Martin Preuss
0675538258 lcd2: more work on light settings. 2026-07-13 23:23:49 +02:00
Martin Preuss
f81f031e23 Revert "avr: attempt to abstract IO code."
This reverts commit ae2a0f33b0.
2026-07-13 23:23:05 +02:00