Bug #905
category and subcategory seemed to be confused in some cases
Start date:
11/20/2014
Due date:
% Done:
0%
Description
The logs from the thermostat that send the humidity level to the hub are tagged with a category and sub-category of the hub, not the thermostat.
This is how it currently works:Case | Device | Notes |
all-link but not broadcast | from | |
direct and ack | from | a device is acknowledging a command sent to it |
direct | to | a device sent a command to a device (this is the one that is causing problems) |
not direct (default case) | from |
History
#1 Updated by Luke Murphey about 10 years ago
- Description updated (diff)
- Assignee set to Luke Murphey
- Target version set to 0.5
#2 Updated by Luke Murphey about 10 years ago
The quandry is how to handle these cases:
- The thermostat sends a command to the hub. The command is relevant to the thermostat, not the receiving device (hub)
- A device sends a command directly (like the power-synching controller)
#3 Updated by Luke Murphey about 10 years ago
It could be that is isn't the to/from I should be looking whether the device is a modem or not.
#4 Updated by Luke Murphey almost 10 years ago
I wonder if dumping the all-link database tables would help here. Those records indicate which is the controller and responder.
#5 Updated by Luke Murphey over 9 years ago
- Target version changed from 0.5 to 0.6
#6 Updated by Luke Murphey over 9 years ago
- Target version changed from 0.6 to 0.9
#7 Updated by Luke Murphey almost 9 years ago
- Target version changed from 0.9 to 0.10