aqhome-storage now checks and parses mqtt messages and stores values in datafiles.
This commit is contained in:
30
apps/aqhome-storage/README
Normal file
30
apps/aqhome-storage/README
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
TODO
|
||||
|
||||
- isolate storage service:
|
||||
- remove http service from here
|
||||
- add ipc service
|
||||
- admin:
|
||||
- add room/device/MQTT topic/value
|
||||
- edit room/device/MQTT topic/value
|
||||
- del room/device/MQTT topic/value
|
||||
- get received topics
|
||||
- list rooms/devices/MQTT topics/values
|
||||
- getValues(valueId, timeFrom, timeUntil)
|
||||
- addValue(valueId/valueName, timeStamp, value)
|
||||
- aqhome-tool
|
||||
- add ipc admin code to connect to ipc service
|
||||
- create http service as stand-alone app or create PHP code which uses aqhome-tool
|
||||
- connect to storage service for information/admin
|
||||
|
||||
|
||||
|
||||
- move http service into own folder
|
||||
- isolate functions:
|
||||
- getRoomList
|
||||
- getDeviceList
|
||||
- getTopicList
|
||||
- addRoom/Device/Topic/Value
|
||||
- delRoom/Device/Topic/Value
|
||||
- editRoom/Device/Topic/Value
|
||||
|
||||
Reference in New Issue
Block a user