d0ugal / home

Just another home automation project.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Refactor the data collection to be more flexible. #15

Open d0ugal opened 10 years ago

d0ugal commented 10 years ago

At the moment the home-collect command only supports collecting data from the rfxtrx. This is limited and it should either be renamed to make the purpose of the command clearer (home-rfxtrx home-collect-rfxtrx etc.). Then other devices and protocols can be added, for example, security cameras.

The design decision here is between overloading this process and running multiple processes.

d0ugal commented 10 years ago

Opting for muptliple simpler commands. The initial step is to rename 'collect' to 'rfxcom' to clarify its purpose.