Commit Graph

60 Commits

Author SHA1 Message Date
99dd1918fc implement fading 2016-04-27 21:24:55 +02:00
d9d2ccd9bf new device: pushbutton 2016-04-24 12:17:15 +02:00
99ce953de3 don't retain volatile values 2016-04-23 01:44:56 +02:00
9b9e8db96a wait a moment if DHT can't be reached 2016-04-23 00:14:39 +02:00
41793dd3c4 note about contributions 2016-04-22 23:18:00 +02:00
48f01a5542 included readme 2016-04-22 23:08:44 +02:00
03ff2a8aa4 added license 2016-04-22 22:59:40 +02:00
d5bdd4305c tell where the libraries are from 2016-04-22 22:45:45 +02:00
0294f2f5c4 remove preprocessor stuff 2016-04-22 22:42:18 +02:00
d79d445a3e replace preprocessor syntax 2016-04-22 22:32:36 +02:00
50c38f4060 split C code into header- and implementation-files 2016-04-22 22:26:52 +02:00
2970dad868 implemented IR transmission via MQTT 2016-04-21 11:33:48 +02:00
1301947c7a let the library handle initialization 2016-04-21 09:31:34 +02:00
f595ac746f create and subscribe transmission handler 2016-04-20 22:45:47 +02:00
e01e13cd9f first test transmitting IR 2016-04-20 22:34:15 +02:00
0d85404ba4 fixed circuit pin descriptions 2016-04-20 21:56:24 +02:00
5b398f1de4 reformat, to ease configuration 2016-04-20 10:34:46 +02:00
c9168bb1fd added some fritzing documentation 2016-04-20 00:33:18 +02:00
e63aedccf6 switch around some pins 2016-04-20 00:29:07 +02:00
f12580cd8e actually receive ir signals 2016-04-18 11:58:37 +02:00
5691267905 added new device type IrRx (infrared receiver) 2016-04-18 11:34:44 +02:00
7cafe6cccb elegant array handling 2016-04-11 21:09:31 +02:00
c145154f3b rename methods 2016-04-11 00:29:05 +02:00
aed5ff152b privatize methods 2016-04-11 00:22:29 +02:00
063206dec0 remove obsolete definitions 2016-04-11 00:22:14 +02:00
c2aaf2b980 array of devices 2016-04-10 23:54:05 +02:00
4f0db94c70 use only one method of creating an function pointer 2016-04-10 21:51:25 +02:00
415ff46f47 removed empty lines 2016-04-10 21:50:23 +02:00
52c4648c02 finally a working modularized version 2016-04-10 00:20:50 +02:00
73395170ac found problem in DHT stuff -- still not working, though 2016-04-09 11:55:36 +02:00
fe1b381924 modularized DHT stuff -- still not working, though 2016-04-09 01:12:59 +02:00
8523833139 modularized led, doesn't work yet, though 2016-04-09 00:21:18 +02:00
2dd13a685e start modularization 2016-04-08 10:18:59 +02:00
563e22b81a renamed folder, to fit arduino restrictions :-/ 2016-04-07 23:51:46 +02:00
6f28a5364e moved file to subdirectory 2016-04-07 14:49:30 +02:00
96693cba64 handler for switching LED on or off 2016-03-31 21:08:43 +02:00
0696e3f293 complete rewrite, now based on homie-esp8266 2016-03-30 21:08:18 +02:00
9e65b81cd5 replace meaningless hostname with MQTT topic on main page 2016-03-22 01:01:27 +01:00
0ffb73e4a3 show MQTT configuration on main HTML page 2016-03-22 00:49:44 +01:00
9a57ab474b only print DHT info when capability is set 2016-03-22 00:43:36 +01:00
89ac7b2dc9 print config in a more useful way 2016-03-22 00:37:37 +01:00
bde1b9b36f show configuration via HTTP 2016-03-22 00:31:36 +01:00
220ed8c10c configure and save hardware capabilities 2016-03-22 00:26:43 +01:00
7a4bc046ab improve json output structure 2016-03-21 10:21:30 +01:00
1a1df7a2b9 generate basic JSON output 2016-03-21 10:13:36 +01:00
badd6deaad remove distinct temperature- and humidity-page (not used, anyway) 2016-03-21 09:56:37 +01:00
8fcc840a20 check for DHT value validity 2016-03-21 09:52:50 +01:00
602077a726 enable reset button on witty module 2016-03-21 09:25:13 +01:00
130d2a7f77 support Witty Wifi module, set rgb led via MQTT 2016-03-20 15:18:12 +01:00
84dfe25160 reset wifi-settings on press of button, fixes #4 2016-02-24 10:28:49 +01:00