C-Gate on a Pi - Direct to RS232 how without using ser2sock

Discussion in 'C-Bus Toolkit and C-Gate Software' started by theboyg, Jan 16, 2022.

  1. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    I've spent quite some time getting the Pis, CGate, cgateweb, and now libcbus up and running and I keep getting the same issues - it all goes to sleep regularly and the logic I use in Home Assistant fails.

    I've fallen back to my trusted MSS100 which is a hardware solution for presenting the RS232 CBus unit onto the network, and Home Assistant works perfectly with libcbus, so I know the issue here is using ser2sock. It's just not robust. I've had the MSS100 since 2004 when I installed my CBUS system, and sometimes even that will throw a wobbler but I never used it in anger until now for Home Assistant. I've posted elsewhere on this forums how I can C-BUS controlling and dimming Shelly LEDs via home assistant.

    My question is, has anyone managed to have C-Gate on a Pi directly connect to the serial port to talk to the C-Bus RS232 module without using ser2sock? I'm assuming that trying to set the .xml config on c-gate to /dev/usb0 doesn't work otherwise there'd little chatter on using ser2sock.

    Thanks!
     
    Last edited: Jan 16, 2022
    theboyg, Jan 16, 2022
    #1
  2. theboyg

    DarylMc

    Joined:
    Mar 24, 2006
    Messages:
    1,308
    Likes Received:
    49
    Location:
    Cleveland, QLD, Australia
    I've found CGate and ser2sock very reliable on RPI4 and even RPIZero with FTDI usb to RS232 adapter.
    There is a bit of info here and a link to the source.
    https://github.com/greiginsydney/Homebridge-cbus-installer/issues/9

    Maybe you could test the USB adapter with for stability running CGate on a PC.
    Another thing to consider is the RPI power supply.
     
    Last edited: Jan 17, 2022
    DarylMc, Jan 17, 2022
    #2
  3. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    Thanks, This is using a new FTDI chipset adaptor (Sabrent) and getting the same issue. Power supply wise, it's PoE powered from the USW48POE and that tells me it's drawing 2.51W (using 8023af adaptor) so that should be OK. There's nothing else connected to this Pi 3.

    I'm now testing lib2cbus direct to the com port, and not user ser2sock. Will run for a few days and see what results I get.
     
    theboyg, Jan 17, 2022
    #3
    DarylMc likes this.
  4. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    I rebuilt an old Pi 2, got everything working (after so so many failed setups), and I now have a full set of working steps. I ran it for 24hrs, and it worked perfectly. Unfortunately, the SD card was an old card and it died, so I started again butI didn't have every step documented, and getting a valid Node install has proven troublesome.

    I now have a fully documented set of steps, but the issue is back for this latest install. When it stalls, restarting the cgate service seems to fix the issue not cgateweb. So perhaps the revision of java I'm using (whatever is the latest) is failing when talking to a serial port.
     
    theboyg, Jan 20, 2022
    #4
  5. theboyg

    DarylMc

    Joined:
    Mar 24, 2006
    Messages:
    1,308
    Likes Received:
    49
    Location:
    Cleveland, QLD, Australia
    You have quite a bit more going on than anything I have set up.
    Greig's script will automatically install openjdk-8-jre-headless.
    Are you doing a fresh install following his instructions?
    Then installing the rest afterwards?
    Perhaps you are installing multiple javas?
    There is an issue with the latest openjdk8 where it will not work with CBus Toolkit.
    It may be worth checking if it applies to what you are doing.
    https://github.com/greiginsydney/Homebridge-cbus-installer/issues/20
     
    DarylMc, Jan 20, 2022
    #5
  6. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    Hey, @DarylMc Yes I noticed that TLS 1 and 1.1 were disabled in Java, so removing that disable in the java.security solved that issue, and the same again with Java 11 which I'm currently running. It all works, but cgate just goes to sleep, or something is happening, and if you try again say 30 minutes later it's back up again so there has been a timeout of some description but as of yet I don't know what.

    Code:
    In Java 8
    /usr/lib/jvm/java-8-openjdk-armhf/jre/lib/security/java.security
    removing TLSv1, TLSv1.1 in the line "jdk.tls.disabledAlgorithms="
    Code:
    In Java 11
    /usr/lib/jvm/java-11-openjdk-armhf/conf/security/java.security
    removing TLSv1, TLSv1.1 in the line "jdk.tls.disabledAlgorithms="
    It's not ser2sock as it's completely rock solid with libcbus
    It's not cgateweb as restarting that has no effect at the point where the system is not responding, only a restart of cgate kicks it back into life - unless you just wait an undetermined amount of time.

    Next step, how to increase the logging of cgate on the Pi to see where it's failing. Open to ideas on that one!
     
    theboyg, Jan 21, 2022
    #6
  7. theboyg

    DarylMc

    Joined:
    Mar 24, 2006
    Messages:
    1,308
    Likes Received:
    49
    Location:
    Cleveland, QLD, Australia
    /usr/local/bin/cgate/logs
    log level is set in cgateconfig.txt and should already be at the highest level 9 by default.
     
    DarylMc, Jan 21, 2022
    #7
    theboyg likes this.
  8. theboyg

    DarylMc

    Joined:
    Mar 24, 2006
    Messages:
    1,308
    Likes Received:
    49
    Location:
    Cleveland, QLD, Australia
    Do you have CGate connected to the PCI then another connection to the PCI with libcbus?
    I expect that would not work since the PCI can only have one connection at a time.
     
    DarylMc, Jan 21, 2022
    #8
  9. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    I have a RS232 unit, so using ser2sock to present that. I've also tried a Lantronix MSS100 which has been my way of doing things since 2004

    I've been switching between cgate and libcbus to see what's the best approach but I'd rather use cgate so toolkit has somewhere to connect to. Yes, one or the other as I have one connection in.

    I've now removed the JDK and installed headerless v11 JRE. Certainly having to enabled TLS 1 and 1.1 is very bad, I'm assuming we know that cgate should now be considered very insecure?
     
    theboyg, Jan 21, 2022
    #9
  10. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    Hey, @DarylMc

    I caught the failure again and have some log information.

    At this point things start to go wrong
    Code:
    20220122-082410 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    At this point is kicks back into life and it all starts working again
    Code:
    20220122-084719 756 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d SyncState=syncing
    Here's the extract of the log at the time. Any ideas? Not quite sure what all of this refers to tbh
    Code:
    20220122-082405 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 0516D0000A87087C processed by network.
    20220122-082405 702 //CBUS/254/208/8 - [security] zone_sealed sourceUnit=22
    20220122-082410 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    20220122-082410 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: ~ processed by network.
    20220122-082410 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF processed by network.
    20220122-082410 824 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d unknown response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF
    20220122-082415 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF processed by network.
    20220122-082415 824 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d unknown response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF
    20220122-082415 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF processed by network.
    20220122-082415 824 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d unknown response: 8ED3FFBEB8A1D3279EFF8AEB1E79E7FF
    20220122-082430 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: k'
    20220122-082430 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082430 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): \05FF00FAFF00i (254: \05FF00FAFF00i)
    20220122-082430 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: i.
    20220122-082430 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00688A2805096555851600000000000000000000000000AC accepted by command: \05FF00FAFF00i
    20220122-082431 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00i
    20220122-082431 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00i
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: o.
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: t.
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: s.
    20220122-082450 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: h.
    20220122-082531 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082531 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00j (254: \05FF00FAFF00j)
    20220122-082531 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: j'
    20220122-082531 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Unexpected failure for packet confirm: j'
    20220122-082537 759 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d command timed out: \05FF00FAFF00j after 6000ms, beginning retry 1 of 2
    20220122-082537 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): \05FF00FAFF00k (254: \05FF00FAFF00k)
    20220122-082537 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: k.
    20220122-082543 759 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d command timed out: \05FF00FAFF00k after 6000ms, beginning retry 2 of 2
    20220122-082543 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): \05FF00FAFF00l (254: \05FF00FAFF00l)
    20220122-082543 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: l.
    20220122-082543 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00988A28050965A54A160000000000000000000000000067 accepted by command: \05FF00FAFF00l
    20220122-082543 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00l
    20220122-082543 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00l
    20220122-082631 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082631 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00m (254: \05FF00FAFF00m)
    20220122-082631 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    20220122-082631 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00988614060559AA4A2A0000000000000000000000000075 accepted by command: \05FF00FAFF00m
    20220122-082631 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00m
    20220122-082631 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00m
    20220122-082731 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082731 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00n (254: \05FF00FAFF00n)
    20220122-082732 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: n.
    20220122-082732 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00988614060559AA4A2A0000000000000000000000000075 accepted by command: \05FF00FAFF00n
    20220122-082732 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00n
    20220122-082732 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00n
    20220122-082832 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082832 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00o (254: \05FF00FAFF00o)
    20220122-082832 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: o.
    20220122-082832 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009886140605596A862A0000000000000000000000000079 accepted by command: \05FF00FAFF00o
    20220122-082832 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00o
    20220122-082832 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00o
    20220122-082932 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-082932 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00p (254: \05FF00FAFF00p)
    20220122-082932 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: p.
    20220122-082932 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009885140A0A966A862A0000000000000000000000000034 accepted by command: \05FF00FAFF00p
    20220122-082933 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00p
    20220122-082933 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00p
    20220122-083033 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083033 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00q (254: \05FF00FAFF00q)
    20220122-083033 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: q.
    20220122-083033 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009885140A0A966A862A0000000000000000000000000034 accepted by command: \05FF00FAFF00q
    20220122-083033 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00q
    20220122-083033 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00q
    20220122-083133 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083133 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00r (254: \05FF00FAFF00r)
    20220122-083133 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: r.
    20220122-083134 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF006845140A0A966A4A2A00000000000000000000000000E0 accepted by command: \05FF00FAFF00r
    20220122-083134 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00r
    20220122-083134 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00r
    20220122-083233 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083233 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00s (254: \05FF00FAFF00s)
    20220122-083233 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: s.
    20220122-083233 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF006845140A0AA66A4A1900000000000000000000000000E1 accepted by command: \05FF00FAFF00s
    20220122-083234 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00s
    20220122-083234 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00s
    20220122-083334 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083334 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00t (254: \05FF00FAFF00t)
    20220122-083334 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: t.
    20220122-083334 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF006845240505A5694A1900000000000000000000000000DD accepted by command: \05FF00FAFF00t
    20220122-083334 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00t
    20220122-083334 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00t
    20220122-083434 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083434 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00u (254: \05FF00FAFF00u)
    20220122-083434 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: u.
    20220122-083435 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009885240505A5A9851900000000000000000000000000F2 accepted by command: \05FF00FAFF00u
    20220122-083435 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00u
    20220122-083435 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00u
    20220122-083534 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083534 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00v (254: \05FF00FAFF00v)
    20220122-083534 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: v.
    20220122-083534 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009885240505A9A9851500000000000000000000000000F2 accepted by command: \05FF00FAFF00v
    20220122-083534 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00v
    20220122-083535 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00v
    20220122-083635 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083635 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00w (254: \05FF00FAFF00w)
    20220122-083635 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: w.
    20220122-083635 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF009885240505A9A9851500000000000000000000000000F2 accepted by command: \05FF00FAFF00w
    20220122-083635 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00w
    20220122-083635 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00w
    20220122-083735 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083735 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00x (254: \05FF00FAFF00x)
    20220122-083735 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: x.
    20220122-083735 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00584928050AA99A491500000000000000000000000000B0 accepted by command: \05FF00FAFF00x
    20220122-083735 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00x
    20220122-083735 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00x
    20220122-083835 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083835 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00y (254: \05FF00FAFF00y)
    20220122-083835 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: y.
    20220122-083836 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00584928050A999A491600000000000000000000000000BF accepted by command: \05FF00FAFF00y
    20220122-083836 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00y
    20220122-083836 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00y
    20220122-083936 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-083936 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00z (254: \05FF00FAFF00z)
    20220122-083936 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: z.
    20220122-083936 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00584928050A999A491600000000000000000000000000BF accepted by command: \05FF00FAFF00z
    20220122-083936 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00z
    20220122-083936 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00z
    20220122-084036 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084036 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00g (254: \05FF00FAFF00g)
    20220122-084036 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: g.
    20220122-084036 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00588624060999994A160000000000000000000000000086 accepted by command: \05FF00FAFF00g
    20220122-084036 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00g
    20220122-084036 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00g
    20220122-084136 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084136 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00h (254: \05FF00FAFF00h)
    20220122-084136 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: h.
    20220122-084137 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00548624060959994A2500000000000000000000000000BB accepted by command: \05FF00FAFF00h
    20220122-084137 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00h
    20220122-084137 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00h
    20220122-084237 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084237 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00i (254: \05FF00FAFF00i)
    20220122-084237 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: i.
    20220122-084237 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00548624060959994A2500000000000000000000000000BB accepted by command: \05FF00FAFF00i
    20220122-084237 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00i
    20220122-084237 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00i
    20220122-084337 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084337 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00j (254: \05FF00FAFF00j)
    20220122-084337 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: j.
    20220122-084337 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00548914050A5965852500000000000000000000000000C1 accepted by command: \05FF00FAFF00j
    20220122-084337 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00j
    20220122-084337 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00j
    20220122-084437 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084437 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00k (254: \05FF00FAFF00k)
    20220122-084438 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: k.
    20220122-084438 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00548914050A5565852A00000000000000000000000000C0 accepted by command: \05FF00FAFF00k
    20220122-084438 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00k
    20220122-084438 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00k
    20220122-084538 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084538 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00l (254: \05FF00FAFF00l)
    20220122-084538 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: l.
    20220122-084538 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00548914050A5565852A00000000000000000000000000C0 accepted by command: \05FF00FAFF00l
    20220122-084538 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00l
    20220122-084538 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00l
    20220122-084638 899 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Debug: Polling PCI, objectState=3, syncState=idle
    20220122-084638 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc015 sent cmd (fastpci): FAFF00m (254: \05FF00FAFF00m)
    20220122-084638 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: m.
    20220122-084638 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF00544914050A5595852A00000000000000000000000000D0 accepted by command: \05FF00FAFF00m
    20220122-084638 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D8FF5800000000000000000000000000000000000000000000D1 accepted by command: \05FF00FAFF00m
    20220122-084638 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: D6FFB000000000000000000000000000000000000000007B accepted by command: \05FF00FAFF00m
    20220122-084719 999 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Traffic: 0.0 mps, 0.0 mps 3s avg
    20220122-084719 756 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d SyncState=syncing
    20220122-084719 756 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d SyncSubState=init
    20220122-084719 753 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Net Sync: started at Sat Jan 22 08:47:19 GMT 2022
    20220122-084719 756 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d SyncSubState=pci
    20220122-084719 753 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d Net Sync: synchronising PCIs
    20220122-084719 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc004 sent cmd:  ||
    20220122-084719 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response:  || processed by network.
    20220122-084719 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc004 sent cmd: @1A2001
    20220122-084719 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8220015D accepted as short form by command: @1A2001
    20220122-084719 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc004 sent cmd (fastpci): \4601002102n (254: \4601002102n)
    20220122-084719 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: n.
    20220122-084719 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8902342E342E3030202011 accepted as short form by command: \4601002102n
    20220122-084719 763 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d C-Bus PCI V3 or later detected at unit: 1
    20220122-084719 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc004 sent cmd (fastpci): 1A3001o (254: \4601001A3001o)
    20220122-084720 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: o.
    20220122-084720 734 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d response: 8230113D accepted as short form by command: \4601001A3001o
    20220122-084720 735 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d cc004 sent cmd (fastpci): A3309755p (254: \460100A3309755p)
    20220122-084720 765 //CBUS/254 6d2d2db0-5cc8-103a-8915-b3d090e1341d got packet confirm: p.
     
    theboyg, Jan 22, 2022
    #10
  11. theboyg

    theboyg

    Joined:
    Apr 3, 2005
    Messages:
    210
    Likes Received:
    9
    Weirdly, looking at this the "got packet confirm:" lines indicate it's getting back the letters of the alphabet thrown back at it in order?
     
    theboyg, Jan 22, 2022
    #11
  12. theboyg

    DarylMc

    Joined:
    Mar 24, 2006
    Messages:
    1,308
    Likes Received:
    49
    Location:
    Cleveland, QLD, Australia
    Sorry I have no idea.
     
    DarylMc, Jan 22, 2022
    #12
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.