Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2025 5212 d 23 h arune /trunk/Configuration/ Removed unused module definitions, added empty lines to show where there are free moduled ids  
/trunk/Configuration/data.xml
2021 5215 d 23 h arune /trunk/ Added module sns_heatPower to data.xml and modulid.h  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1996 5230 d 0 h arune /trunk/ Changed commands used of rfTransceive to the old physical command instead of new specific  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive.c
1982 5234 d 14 h linlun /trunk/ Added sns_qtouch to data.xml and moduleid.h  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1942 5271 d 5 h myhrman /trunk/Configuration/ Added specific pronto response codes when channel is busy, or when modfreq is locked to another value by other channel.  
/trunk/Configuration/data.xml
1931 5289 d 0 h arune /trunk/ Added protocol Viking to configuration, no implementation done
Added support for burst protocols in rfTransceiver module
Should not break anything
 
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiverMulti.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiverMulti.h
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive.c
1922 5322 d 0 h arune /trunk/ Added sns_rfTransceive, light version of IR-Transceive and aimed for RF rx tx. Only RX implemented.
Configuration updated with fixes to sns_rfTransceive
IR/RF-protocols fix for nexa timeout
 
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive.h
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sources.list
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h
1921 5324 d 9 h arune /trunk/ Fixed spaces in data.xml names  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1920 5324 d 9 h arune /trunk/ Added protocol specific for rf transceiver  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1907 5336 d 23 h arune /trunk/ Added module rftransceiver in configuration  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1904 5345 d 23 h arune /trunk/ Added skeleton for nexa1  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h
1897 5348 d 8 h runge /trunk/ Changed name of hwPWM id to channel to be the same as the input and the dimmer  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/module/act_hwPWM/act_hwPWM.c
/trunk/PcSoftware/Atom1.5/script/interface/dimmer.js
1870 5369 d 4 h linlun /trunk/ Added DHT11 temperature and humidity sensor support  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/DHT11
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/DHT11/DHT11.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/DHT11/DHT11.h
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.c
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.h
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sources.list
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1862 5378 d 5 h myhrman /trunk/Configuration/ Removed command IrProntoEnd17. No longer used.  
/trunk/Configuration/data.xml
1857 5378 d 6 h myhrman /trunk/Configuration/ Pronto response enum used names with space in them. Didn't result in a properly formatted moduleid.h file. Fixed  
/trunk/Configuration/data.xml
1845 5380 d 4 h arune /trunk/ Added channel to timing, stop, continue and response commands  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
1836 5389 d 2 h myhrman /trunk/Configuration/ Pronto fix. Modfreq 16bit etc  
/trunk/Configuration/data.xml
1829 5392 d 23 h arune /trunk/ Added enum information for response frame in data.xml
Added skeleton for pronto transmit in handling CAN data
 
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.c
1827 5398 d 23 h arune /trunk/ Added response command
ProntoEnd is now always sent, even if data length is 0
 
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.c
1825 5401 d 23 h arune /trunk/ Added pronto commands continue and stop  
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h

Show All