Open vermagit opened 3 years ago
Should line 132 in command.py be: 6: ('Set Host Panel ID', [7], None, arg_hex_le(8, 'ID')), instead of: 6: ('Set Host Panel ID', [7], None, arg_hex_le(4, 'ID')),
Admittedly I haven't tried this yet to clear the CH.
trying to do the same thing, when i am gone a few days that thing probably keeps beeping, the USB adapter I got only has two wires out D- and D+ (clock/data?) , I thought the software would bring up a graphical interface , if its all command line I'm screwed . any luck with yours? mine is a BHS3000C I know its an old system but it still works well except the daily beeping, I know if I set off the alarm the daily beeping will occur 30 minutes later, so at least I can control when it beeps.
Daily beeping and pressing "Cancel" here too :) I actually got the CP failure off, but still see CH failure. There is a "graphical interface" whereby you can see menus and press buttons on the handheld programmer emulator. That also shows you the status of your system much like it would show on a system with the screen (4000 maybe?).
got python working, graphical emulator showing, but buttons don't work, in the FAQs it seems setting the system to run locally would stop the daily dial out? I can't seem to get the master code (though the emulator doesn't ask for it) FAq says if you access the event log, you will likely see this event listed as a "Host comm Config Upload".) Where the heck is that at, I try downloading using CMD command command.py PORT 90 Supers.db 0 , mine usb adapter is on Com 9 , have tried command.py PORT 9 90 Supers.db 0 and other commands like port 9 90 , com 9 port 90 , many syntax and other errors. Not being a code guy its hard to know what might work here, but adding seven zeros as you suggested worked to get Super,db to work, walked away gonna see if there is a master code showing in the pages and pages displaying. then try to set it to local as FAQ suggests
OK so the s3121 browser display device doesn't show anything in it screen, buttons don't work. (in CMD it looks like s3121.py is running ) it s exhausting doing this, that's why I have put if off so long. gonna reread all the notes, I need a nap or maybe a coffee!
@kramer123 : I've to found that the browser display can get unresponsive sometimes. So I try to be patient and use the keyboard to enter the options, one at a time, to ensure my input is being recognized. It may take multiple tries pressing the same menu number to get into the menu. Any luck getting rid of the daily beeping? I haven't tried anything else beyond the above, except maybe repeat the above a couple of times.
I set off my alarm to set the time of day it will beep, usually 30 minutes after it goes off. That way its not waking me up beeping in the wee hours of the morning. Gave up on the software interface for now. to busy with my Drone repair business
Following up from our conversation on YouTube, I want to commend you that everything worked well out of the box!
Following your guidance on the Wiki, I could access "Local System" and "Comm Enable". Next I wanted to get rid of the "Trouble" red light. The virtual screen shows "CH Failure". The output is as follows: python.exe command.py COM3 6 00000000 TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > TX: <(00) 7FFE->0000: 6 [ 00 00 00 00 ] > RX: <(00) 0000->7FFE: 7 [ ] >
Does the above look right? I don't see the light going away and admittedly haven't waited 24 hours to see if the daily beeping will indeed happen or not. Is there any additional step to get the "Trouble" red light to go away?