jdiazbb / rfxcmd

Automatically exported from code.google.com/p/rfxcmd
1 stars 0 forks source link

Difference in database between launch by command line our by deamon for send command #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start rfxcmd by command line width -l and -v and Send a command
2. Start rfxcmd by daemon and Send a command
3. => In database
      - for 1. I have a line for the order, and one for the result. 
      - for 2. I have only one line for the result. 

What is the expected output? What do you see instead?
Wgy this line difference ?
How solve it ?

What version of the product are you using? On what operating system?
RFXCMD Version 0.3 (599)

Please provide any additional information below.

Original issue reported on code.google.com by yoann.be...@gmail.com on 18 Jun 2014 at 8:21

GoogleCodeExporter commented 8 years ago
thank you for your feedback, let me check this and get back to you asap.

Original comment by sebastia...@gmail.com on 19 Jun 2014 at 5:19

GoogleCodeExporter commented 8 years ago
Hello,

In rfxcmd.py, if I change :
logger.debug("Deactivate screen printouts")
cmdarg.printout_complete = False

...to True, it is OK, but I have printouts in Screen...

But why ?

Original comment by yoann.be...@gmail.com on 23 Jun 2014 at 6:18

GoogleCodeExporter commented 8 years ago
Reason for this is that the packets that are sent to RFX does not get decoded 
if the verbose is false, and therefor not inserted in the database. This will 
be changed, I have sent you latest version that you should try first, than I 
will commit a version with the change.

Original comment by sebastia...@gmail.com on 24 Jun 2014 at 6:38

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r696.

Original comment by sebastia...@gmail.com on 29 Jun 2014 at 6:42