Announcement

Collapse
No announcement yet.

Zee S2, 1132CU controller on CM15A plugin will not communicate. [Hdwe not supported]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    concordseer: thank you for the reminder about your issue!

    ccure: Let's check to see if mochad is located where the .rules file is instructing the OS to look for it.

    SSH to your Zee...

    sudo su

    ls -l /usr/local/bin
    Here is what mine looks like:
    Code:
    pi@raspberrypi:/usr/local/bin $ ls -l /usr/local/bin
    total 128
    -rwxr-xr-x 1 root staff 127524 Jun  5  2016 mochad
    pi@raspberrypi:/usr/local/bin $
    The important line is -rwxr-xr-x 1 root staff 127524 Jun 5 2016 mochad. Please post your listing.

    If mochad is there then the .rules pointer is correct.

    If mochad is not there then we'll need to copy it there. Since I don't have a Zee (and my R-Pi install is custom) I'll need to know where your HomeSeer directory is located and how it's named. I believe the HS directory is located in /usr/local so:

    ls -l /usr/local

    Please post this listing.

    If mochad is in the /usr/local/bin directory, let's see if it will recognize your 1132CU:

    nc localhost 1099

    If it returns to the command prompt (mine is pi@raspberrypi:/usr/local/bin $) then mochad did not recognize your device and is not running. If you have a flashing square on the next line, try entering:

    pl a1 on

    You should see this:
    Code:
    pi@raspberrypi:/usr/local/bin $ nc localhost 1099
    pl a1 on
    02/23 07:40:02 Tx PL HouseUnit: A1
    02/23 07:40:02 Tx PL House: A Func: On
    If you do then mochad is running and working. If not then it is not.

    You could try downloading, building and installing mochad v.17 as concordseer suggested, then editing the new .rules file to add the 1132CU VID&PID and see if that works. I suspect it will not and why I offered to work with your unit to see if it's even possible.



    Regarding your questions about moving to a serial-based interface...

    For serial-based X10 interfaces the most common are the CM11a, Ti103 and XTB-232:
    CM11a (used on Ebay as low as $21: https://www.ebay.com/itm/X10-ACTIVEH...8AAOSw4EhaYMB3)
    Ti103 (used on Ebay as low as $75: https://www.ebay.com/itm/Advance-Con...8AAOSwXzNai0Q3)
    XTB-232 (new from the developer: http://jvde.us/xtb-232.htm)

    I would recommend the XTB-232 first, then the Ti103 and finally the CM11a. You could use a CM15a but again there are some issues with the plugin and that device does not support some of the advanced features (such as Preset Dims). Those can also be found on Ebay.

    For all of the serial devices you would need a USB to RS-232 adapter, and while there are many to choose from many have reported issues with the 'cheap' ones. I use Edgeport adapters myself and I believe that Pete (here on the board) has some additional recommendations. If you decide on this path we'll help you get this working.

    Mochad is only used for the CM15a under Linux and is an open source 'driver' for that specific hardware. There are no additional software interfaces needed for the RS-232 devices.

    Regarding your questions "Would the serial X10 require edits? USB to serial interface edits? Mochad edits?", the answers are no, no and mochad would not be used.

    Let us know how you'd like to proceed...
    Best regards,
    -Mark-

    If you're not out on the edge, you're taking up too much room!
    Interested in 3D maps? Check out my company site: Solid Terrain Modeling

    Comment


      #17
      Just throwing it out there. I have a XTB-232 you can have for $50 + shipping.
      I bought it and only tested with it. Never ran in production.

      Robert
      HS3PRO 3.0.0.500 as a Fire Daemon service, Windows 2016 Server Std Intel Core i5 PC HTPC Slim SFF 4GB, 120GB SSD drive, WLG800, RFXCom, TI103,NetCam, UltraNetcam3, BLBackup, CurrentCost 3P Rain8Net, MCsSprinker, HSTouch, Ademco Security plugin/AD2USB, JowiHue, various Oregon Scientific temp/humidity sensors, Z-Net, Zsmoke, Aeron Labs micro switches, Amazon Echo Dots, WS+, WD+ ... on and on.

      Comment


        #18
        Thank you again for your efforts

        See following listing per previous directions

        Code:
        login as: homeseer
        homeseer@192.168.0.102's password:
        
        The programs included with the Debian GNU/Linux system are free software;
        the exact distribution terms for each program are described in the
        individual files in /usr/share/doc/*/copyright.
        
        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
        permitted by applicable law.
        Last login: Fri Feb 23 16:25:46 2018
        homeseer@HomeTrollerZeeS2V2:~ $ sudo su
        root@HomeTrollerZeeS2V2:/home/homeseer# ls -l /usr/local/bin
        total 44344
        -rwxr-xr-x 1 root staff       85 May 14  2016 al
        -rwxr-xr-x 1 root staff       85 May 14  2016 al2
        -rwxr-xr-x 1 root staff       89 May 14  2016 caspol
        -rwxr-xr-x 1 root staff       90 May 14  2016 cccheck
        -rwxr-xr-x 1 root staff       92 May 14  2016 ccrewrite
        -rwxr-xr-x 1 root staff       91 May 14  2016 cert2spc
        -rwxr-xr-x 1 root staff       90 May 14  2016 certmgr
        -rwxr-xr-x 1 root staff       92 May 14  2016 cert-sync
        -rwxr-xr-x 1 root staff       91 May 14  2016 chktrust
        -rwxr-xr-x 1 root staff       92 May 14  2016 crlupdate
        -rwxr-xr-x 1 root staff       89 May 14  2016 csharp
        -rwxr-xr-x 1 root staff       88 May 14  2016 disco
        -rwxr-xr-x 1 root staff      152 May 14  2016 dmcs
        -rwxr-xr-x 1 root staff       90 May 14  2016 dtd2rng
        -rwxr-xr-x 1 root staff       90 May 14  2016 dtd2xsd
        -rwxr-xr-x 1 root staff       90 May 14  2016 gacutil
        -rwxr-xr-x 1 root staff       90 May 14  2016 gacutil2
        -rwxr-xr-x 1 root staff       88 May 14  2016 genxs
        lrwxrwxrwx 1 root staff       13 Jul  5  2017 gpio -> /usr/bin/gpio
        -rwxr-xr-x 1 root staff       90 May 14  2016 httpcfg
        -rwxr-xr-x 1 root staff       89 May 14  2016 ikdasm
        -rwxr-xr-x 1 root staff       88 May 14  2016 ilasm
        -rwxr-xr-x 1 root staff       93 May 14  2016 installvst
        -rwxr-xr-x 1 root staff       85 May 14  2016 lc
        -rwxr-xr-x 1 root staff       90 May 14  2016 macpack
        -rwxr-xr-x 1 root staff      101 May 14  2016 makecert
        -rwxr-xr-x 1 root staff       90 May 14  2016 mconfig
        -rwxr-xr-x 1 root staff       86 May 14  2016 mcs
        -rwxr-xr-x 1 root staff      295 May 14  2016 mdassembler
        -rwxr-xr-x 1 root staff       92 May 14  2016 mdbrebase
        -rwxr-xr-x 1 root staff       87 May 14  2016 mdoc
        -rwxr-xr-x 1 root staff       34 May 14  2016 mdoc-assemble
        -rwxr-xr-x 1 root staff       37 May 14  2016 mdoc-export-html
        -rwxr-xr-x 1 root staff       39 May 14  2016 mdoc-export-msxdoc
        -rwxr-xr-x 1 root staff       32 May 14  2016 mdoc-update
        -rwxr-xr-x 1 root staff       34 May 14  2016 mdoc-validate
        -rwxr-xr-x 1 root staff       44 May 14  2016 mdvalidater
        -rwxr-xr-x 1 root staff       91 May 14  2016 mkbundle
        -rwxr-xr-x 1 root staff    96997 Feb  5 21:51 mochad
        -rwxr-xr-x 1 root staff       86 May 14  2016 mod
        lrwxrwxrwx 1 root staff        9 Jul  5  2017 mono -> mono-sgen
        -rwxr-xr-x 1 root staff       96 May 14  2016 mono-api-html
        -rwxr-xr-x 1 root staff       96 May 14  2016 mono-api-info
        -rwxr-xr-x 1 root staff 12733548 May 14  2016 mono-boehm
        -rwxr-xr-x 1 root staff       97 May 14  2016 mono-cil-strip
        -rwxr-xr-x 1 root staff      134 May 14  2016 mono-configuration-crypto
        -rwxr-xr-x 1 root staff  9678044 May 14  2016 monodis
        -rwxr-xr-x 1 root staff     1098 May 14  2016 monodocer
        -rwxr-xr-x 1 root staff      690 May 14  2016 monodocs2html
        -rwxr-xr-x 1 root staff       40 May 14  2016 monodocs2slashdoc
        -rwxr-xr-x 1 root staff     1727 May 14  2016 mono-find-provides
        -rwxr-xr-x 1 root staff     4937 May 14  2016 mono-find-requires
        -rw-r--r-- 1 root staff    12330 May 14  2016 mono-gdb.py
        -rwxr-xr-x 1 root staff    11148 May 14  2016 mono-heapviz
        -rwxr-xr-x 1 root staff       93 May 14  2016 monolinker
        -rwxr-xr-x 1 root staff       88 May 14  2016 monop
        -rwxr-xr-x 1 root staff       88 May 14  2016 monop2
        -rwxr-xr-x 1 root staff     1338 May 14  2016 mono-service
        -rwxr-xr-x 1 root staff     1338 May 14  2016 mono-service2
        -rwxr-xr-x 1 root staff 14269760 May 14  2016 mono-sgen
        -rw-r--r-- 1 root staff    12330 May 14  2016 mono-sgen-gdb.py
        -rwxr-xr-x 1 root staff       97 May 14  2016 mono-shlib-cop
        -rwxr-xr-x 1 root staff       99 May 14  2016 mono-symbolicate
        -rwxr-xr-x 1 root staff     4329 May 14  2016 mono-test-install
        -rwxr-xr-x 1 root staff       95 May 14  2016 mono-xmltool
        -rwxr-xr-x 1 root staff       91 May 14  2016 mozroots
        -rwxr-xr-x 1 root staff   387592 May 14  2016 mprof-report
        -rwxr-xr-x 1 root staff      104 May 14  2016 nunit-console
        -rwxr-xr-x 1 root staff      104 May 14  2016 nunit-console2
        -rwxr-xr-x 1 root staff      104 May 14  2016 nunit-console4
        -rwxr-xr-x 1 root staff       90 May 14  2016 pdb2mdb
        -rwxr-xr-x 1 root staff  7848988 May 14  2016 pedump
        -rwxr-xr-x 1 root staff       91 May 14  2016 permview
        -rwxr-xr-x 1 root staff       79 May 14  2016 peverify
        -rwxr-xr-x 1 root staff       91 May 14  2016 prj2make
        -rwxr-xr-x 1 root staff       89 May 14  2016 resgen
        -rwxr-xr-x 1 root staff       89 May 14  2016 resgen2
        -rwxr-xr-x 1 root staff       90 May 14  2016 secutil
        -rwxr-xr-x 1 root staff       89 May 14  2016 setreg
        -rwxr-xr-x 1 root staff       87 May 14  2016 sgen
        -rwxr-xr-x 1 root staff       91 May 14  2016 signcode
        -rwxr-xr-x 1 root staff       95 May 14  2016 sn
        -rwxr-xr-x 1 root staff       91 May 14  2016 soapsuds
        -rwxr-xr-x 1 root staff       91 May 14  2016 sqlmetal
        -rwxr-xr-x 1 root staff       91 May 14  2016 sqlsharp
        -rwxr-xr-x 1 root staff       90 May 14  2016 svcutil
        -rwxr-xr-x 1 root staff       95 May 14  2016 vbnc
        -rwxr-xr-x 1 root staff      133 May 14  2016 vbnc2
        -rwxr-xr-x 1 root staff       87 May 14  2016 wsdl
        -rwxr-xr-x 1 root staff       87 May 14  2016 wsdl2
        -rwxr-xr-x 1 root staff      101 May 14  2016 xbuild
        -rwxr-xr-x 1 root staff       86 May 14  2016 xsd
        root@HomeTrollerZeeS2V2:/home/homeseer# ls -l /usr/local
        total 88776
        drwxrwsr-x  2 root     staff     4096 Jul  5  2017 bin
        drwxrwsr-x  3 root     staff     4096 Jul  5  2017 etc
        drwxrwsr-x  2 root     staff     4096 Mar 18  2016 games
        drwxr-sr-x 18 homeseer root      4096 Feb 21 18:06 HomeSeer
        drwxrwsr-x  3 root     staff     4096 Jul  5  2017 include
        drwxrwsr-x  9 root     staff     4096 Jul  5  2017 lib
        lrwxrwxrwx  1 root     staff        9 Jul  5  2017 man -> share/man
        drwxrwsr-x  2 root     staff     4096 Mar 18  2016 sbin
        drwxrwsr-x 11 root     staff     4096 Jul  5  2017 share
        drwxrwsr-x  2 root     staff     4096 Mar 18  2016 src
        -rw-r--r--  1 root     staff 90869760 May 13  2016 zees2.tar
        root@HomeTrollerZeeS2V2:/home/homeseer# nc localhost 1099
        root@HomeTrollerZeeS2V2:/home/homeseer#
        Mochad is present, does not recognize the 1132CU

        At this point I am leaning towards replacing x10 devices with zwave

        Thanks again for your help.....

        Comment


          #19
          Don't surrender just yet. Mark can step you through the process.

          What folder is Mochad in. Could you show the output of dmesg.

          If Mochad is present have you tested it manually. Switch to the folder Mochad is in and type

          sudo mochad -d and press return

          What response do you get.

          Comment


            #20
            mochad located;
            Code:
            root@HomeTrollerZeeS2V2:/home/homeseer# find / -name mochad
            /usr/local/bin/mochad
            /usr/local/HomeSeer/mochad
            /usr/local/HomeSeer/mochad/mochad

            dmesg output follows;
            Code:
            login as: homeseer
            homeseer@192.168.0.102's password:
            
            The programs included with the Debian GNU/Linux system are free software;
            the exact distribution terms for each program are described in the
            individual files in /usr/share/doc/*/copyright.
            
            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
            permitted by applicable law.
            homeseer@HomeTrollerZeeS2V2:~ $ dmesg
            [    0.000000] Booting Linux on physical CPU 0x0
            [    0.000000] Initializing cgroup subsys cpuset
            [    0.000000] Initializing cgroup subsys cpu
            [    0.000000] Initializing cgroup subsys cpuacct
            [    0.000000] Linux version 4.1.19-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #858 SMP Tue Mar 15 15:56:00 GMT 2016
            [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
            [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
            [    0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2
            [    0.000000] cma: Reserved 8 MiB at 0x3a400000
            [    0.000000] Memory policy: Data cache writealloc
            [    0.000000] On node 0 totalpages: 241664
            [    0.000000] free_area_init_node: node 0, pgdat 80880fc0, node_mem_map b9bb4000
            [    0.000000]   Normal zone: 2124 pages used for memmap
            [    0.000000]   Normal zone: 0 pages reserved
            [    0.000000]   Normal zone: 241664 pages, LIFO batch:31
            [    0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
            [    0.000000] [bcm2709_smp_init_cpus] ncores=4
            [    0.000000] PERCPU: Embedded 12 pages/cpu @bafb0000 s20416 r8192 d20544 u49152
            [    0.000000] pcpu-alloc: s20416 r8192 d20544 u49152 alloc=12*4096
            [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
            [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 239540
            [    0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa02082 bcm2709.serial=0x81b082a1 smsc95xx.macaddr=B8:27:EB:B0:82:A1 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
            [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
            [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
            [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
            [    0.000000] Memory: 939376K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19088K reserved, 8192K cma-reserved)
            [    0.000000] Virtual kernel memory layout:
                vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                vmalloc : 0xbb800000 - 0xff000000   (1080 MB)
                lowmem  : 0x80000000 - 0xbb000000   ( 944 MB)
                modules : 0x7f000000 - 0x80000000   (  16 MB)
                  .text : 0x80008000 - 0x807945f0   (7730 kB)
                  .init : 0x80795000 - 0x80804000   ( 444 kB)
                  .data : 0x80804000 - 0x80889b10   ( 535 kB)
                   .bss : 0x8088c000 - 0x809497dc   ( 758 kB)
            [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
            [    0.000000] Hierarchical RCU implementation.
            [    0.000000]  Additional per-CPU info printed with stalls.
            [    0.000000] NR_IRQS:608
            [    0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
            [    0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
            [    0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
            [    0.000025] Switching to timer-based delay loop, resolution 52ns
            [    0.000242] Console: colour dummy device 80x30
            [    0.001285] console [tty1] enabled
            [    0.001336] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
            [    0.001404] pid_max: default: 32768 minimum: 301
            [    0.001726] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
            [    0.001769] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
            [    0.002753] Initializing cgroup subsys blkio
            [    0.002803] Initializing cgroup subsys memory
            [    0.002849] Initializing cgroup subsys devices
            [    0.002891] Initializing cgroup subsys freezer
            [    0.002940] Initializing cgroup subsys net_cls
            [    0.003013] CPU: Testing write buffer coherency: ok
            [    0.003103] ftrace: allocating 20313 entries in 60 pages
            [    0.048748] CPU0: update cpu_capacity 1024
            [    0.048812] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
            [    0.048846] [bcm2709_smp_prepare_cpus] enter
            [    0.049014] Setting up static identity map for 0x8240 - 0x8274
            [    0.050811] [bcm2709_boot_secondary] cpu:1 started (0) 16
            [    0.051026] [bcm2709_secondary_init] enter cpu:1
            [    0.051067] CPU1: update cpu_capacity 1024
            [    0.051074] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
            [    0.051455] [bcm2709_boot_secondary] cpu:2 started (0) 18
            [    0.051622] [bcm2709_secondary_init] enter cpu:2
            [    0.051644] CPU2: update cpu_capacity 1024
            [    0.051650] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
            [    0.052012] [bcm2709_boot_secondary] cpu:3 started (0) 17
            [    0.052143] [bcm2709_secondary_init] enter cpu:3
            [    0.052163] CPU3: update cpu_capacity 1024
            [    0.052169] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
            [    0.052232] Brought up 4 CPUs
            [    0.052330] SMP: Total of 4 processors activated (153.60 BogoMIPS).
            [    0.052360] CPU: All CPU(s) started in HYP mode.
            [    0.052386] CPU: Virtualization extensions available.
            [    0.053070] devtmpfs: initialized
            [    0.071717] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
            [    0.071999] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
            [    0.072847] pinctrl core: initialized pinctrl subsystem
            [    0.073399] NET: Registered protocol family 16
            [    0.078494] DMA: preallocated 4096 KiB pool for atomic coherent allocations
            [    0.079444] bcm2709.uart_clock = 48000000
            [    0.083521] bcm2709: Mini UART enabled
            [    0.083588] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
            [    0.083635] hw-breakpoint: maximum watchpoint size is 8 bytes.
            [    0.083809] Serial: AMBA PL011 UART driver
            [    0.083873] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
            [    0.084069] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
            [    0.149473] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
            [    0.149544] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
            [    0.150136] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
            [    0.150172] bcm2708-dmaengine 3f007000.dma: dma_debug:0
            [    0.150747] SCSI subsystem initialized
            [    0.150957] usbcore: registered new interface driver usbfs
            [    0.151070] usbcore: registered new interface driver hub
            [    0.151190] usbcore: registered new device driver usb
            [    0.151731] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-15 14:47
            [    0.178802] Switched to clocksource arch_sys_counter
            [    0.220240] FS-Cache: Loaded
            [    0.220532] CacheFiles: Loaded
            [    0.229886] NET: Registered protocol family 2
            [    0.230853] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
            [    0.230993] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
            [    0.231204] TCP: Hash tables configured (established 8192 bind 8192)
            [    0.231320] UDP hash table entries: 512 (order: 2, 16384 bytes)
            [    0.231388] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
            [    0.231718] NET: Registered protocol family 1
            [    0.232041] RPC: Registered named UNIX socket transport module.
            [    0.232074] RPC: Registered udp transport module.
            [    0.232101] RPC: Registered tcp transport module.
            [    0.232129] RPC: Registered tcp NFSv4.1 backchannel transport module.
            [    0.233053] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
            [    0.234124] futex hash table entries: 1024 (order: 4, 65536 bytes)
            [    0.247520] VFS: Disk quotas dquot_6.6.0
            [    0.247851] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
            [    0.249984] FS-Cache: Netfs 'nfs' registered for caching
            [    0.250903] NFS: Registering the id_resolver key type
            [    0.250966] Key type id_resolver registered
            [    0.250995] Key type id_legacy registered
            [    0.253072] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
            [    0.253233] io scheduler noop registered
            [    0.253272] io scheduler deadline registered (default)
            [    0.253560] io scheduler cfq registered
            [    0.255832] BCM2708FB: allocated DMA memory fa800000
            [    0.255878] BCM2708FB: allocated DMA channel 0 @ f3007000
            [    0.261322] Console: switching to colour frame buffer device 80x30
            [    0.266251] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
            [    0.269755] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 29, base_baud = 50000000) is a 16550
            [    0.273873] vc-cma: Videocore CMA driver
            [    0.275510] vc-cma: vc_cma_base      = 0x00000000
            [    0.277145] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
            [    0.278844] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
            [    0.280677] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
            [    0.295336] brd: module loaded
            [    0.303952] loop: module loaded
            [    0.306288] vchiq: vchiq_init_state: slot_zero = 0xba880000, is_master = 0
            [    0.309341] Loading iSCSI transport class v2.0-870.
            [    0.311530] usbcore: registered new interface driver smsc95xx
            [    0.313132] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
            [    0.514989] Core Release: 2.80a
            [    0.516569] Setting default values for core params
            [    0.518152] Finished setting default values for core params
            [    0.720048] Using Buffer DMA mode
            [    0.721572] Periodic Transfer Interrupt Enhancement - disabled
            [    0.723151] Multiprocessor Interrupt Enhancement - disabled
            [    0.724750] OTG VER PARAM: 0, OTG VER FLAG: 0
            [    0.726343] Dedicated Tx FIFOs mode
            [    0.728218] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba814000 dma = 0xfa814000 len=9024
            [    0.731522] FIQ FSM acceleration enabled for :
            Non-periodic Split Transactions
            Periodic Split Transactions
            High-Speed Isochronous Endpoints
            [    0.737753] dwc_otg: Microframe scheduler enabled
            [    0.737801] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80417288
            [    0.739422] WARN::hcd_init_fiq:413: FIQ ASM at 0x804175f8 length 36
            [    0.741069] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89c000
            [    0.742722] dwc_otg 3f980000.usb: DWC OTG Controller
            [    0.744321] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
            [    0.747527] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
            [    0.749234] Init: Port Power? op_state=1
            [    0.750843] Init: Power Port (0)
            [    0.752587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
            [    0.754225] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
            [    0.757395] usb usb1: Product: DWC OTG Controller
            [    0.759041] usb usb1: Manufacturer: Linux 4.1.19-v7+ dwc_otg_hcd
            [    0.760681] usb usb1: SerialNumber: 3f980000.usb
            [    0.762932] hub 1-0:1.0: USB hub found
            [    0.764548] hub 1-0:1.0: 1 port detected
            [    0.766459] dwc_otg: FIQ enabled
            [    0.766468] dwc_otg: NAK holdoff enabled
            [    0.766476] dwc_otg: FIQ split-transaction FSM enabled
            [    0.766508] Module dwc_common_port init
            [    0.766772] usbcore: registered new interface driver usb-storage
            [    0.768545] mousedev: PS/2 mouse device common for all mice
            [    0.770828] bcm2835-cpufreq: min=600000 max=1200000
            [    0.772631] sdhci: Secure Digital Host Controller Interface driver
            [    0.774195] sdhci: Copyright(c) Pierre Ossman
            [    0.776022] sdhost: log_buf @ ba813000 (fa813000)
            [    0.848863] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
            [    0.872918] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
            [    0.874536] mmc-bcm2835 3f300000.mmc: DMA channel allocated
            [    0.908908] sdhci-pltfm: SDHCI platform and OF driver helper
            [    0.909806] mmc0: host does not support reading read-only switch, assuming write-enable
            [    0.912690] mmc0: new high speed SDHC card at address 59b4
            [    0.913082] mmcblk0: mmc0:59b4 USDU1 7.31 GiB
            [    0.916535]  mmcblk0: p1 p2 < p5 p6 p7 >
            [    0.918978] ledtrig-cpu: registered to indicate activity on CPUs
            [    0.920774] hidraw: raw HID events driver (C) Jiri Kosina
            [    0.922608] usbcore: registered new interface driver usbhid
            [    0.924254] usbhid: USB HID core driver
            [    0.926250] Initializing XFRM netlink socket
            [    0.927854] NET: Registered protocol family 17
            [    0.929563] Key type dns_resolver registered
            [    0.931526] Registering SWP/SWPB emulation handler
            [    0.933746] registered taskstats version 1
            [    0.934020] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
            [    0.935569] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
            [    0.937120] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
            [    0.939901] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
            [    0.941569] vc-sm: Videocore shared memory driver
            [    0.942992] [vc_sm_connected_init]: start
            [    0.944876] [vc_sm_connected_init]: end - returning 0
            [    0.947295] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
            [    0.966408] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
            [    0.969467] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
            [    0.978918] Indeed it is in host mode hprt0 = 00021501
            [    0.982031] devtmpfs: mounted
            [    0.984204] Freeing unused kernel memory: 444K (80795000 - 80804000)
            [    1.056669] mmc1: new high speed SDIO card at address 0001
            [    1.158850] usb 1-1: new high-speed USB device number 2 using dwc_otg
            [    1.160596] Indeed it is in host mode hprt0 = 00001101
            [    1.359139] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
            [    1.360797] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
            [    1.363155] hub 1-1:1.0: USB hub found
            [    1.364904] hub 1-1:1.0: 5 ports detected
            [    1.371518] random: systemd urandom read with 43 bits of entropy available
            [    1.376661] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
            [    1.380472] systemd[1]: Detected architecture 'arm'.
            [    1.525615] NET: Registered protocol family 10
            [    1.528947] systemd[1]: Inserted module 'ipv6'
            [    1.533739] systemd[1]: Set hostname to <HomeTrollerZeeS2V2>.
            [    1.638860] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
            [    1.739169] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
            [    1.741056] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
            [    1.747281] smsc95xx v1.0.4
            [    1.812095] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:b0:82:a1
            [    1.917883] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
            [    1.921838] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
            [    1.925499] systemd[1]: Starting Remote File Systems (Pre).
            [    1.929717] systemd[1]: Reached target Remote File Systems (Pre).
            [    1.931718] systemd[1]: Starting Encrypted Volumes.
            [    1.935756] systemd[1]: Reached target Encrypted Volumes.
            [    1.937718] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
            [    1.943998] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
            [    1.947974] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
            [    1.952245] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
            [    1.956434] systemd[1]: Starting Paths.
            [    1.960924] systemd[1]: Reached target Paths.
            [    1.963056] systemd[1]: Starting Swap.
            [    1.967360] systemd[1]: Reached target Swap.
            [    1.969396] systemd[1]: Expecting device dev-mmcblk0p6.device...
            [    1.973521] systemd[1]: Starting Root Slice.
            [    1.977585] systemd[1]: Created slice Root Slice.
            [    1.979516] systemd[1]: Starting User and Session Slice.
            [    1.983617] systemd[1]: Created slice User and Session Slice.
            [    1.985514] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
            [    1.989669] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
            [    1.991584] systemd[1]: Starting Delayed Shutdown Socket.
            [    1.995580] systemd[1]: Listening on Delayed Shutdown Socket.
            [    1.997410] systemd[1]: Starting Journal Socket (/dev/log).
            [    2.001312] systemd[1]: Listening on Journal Socket (/dev/log).
            [    2.003090] systemd[1]: Starting udev Control Socket.
            [    2.006770] systemd[1]: Listening on udev Control Socket.
            [    2.008522] systemd[1]: Starting udev Kernel Socket.
            [    2.012249] systemd[1]: Listening on udev Kernel Socket.
            [    2.014053] systemd[1]: Starting Journal Socket.
            [    2.017876] systemd[1]: Listening on Journal Socket.
            [    2.019739] systemd[1]: Starting System Slice.
            [    2.023577] systemd[1]: Created slice System Slice.
            [    2.025376] systemd[1]: Starting File System Check on Root Device...
            [    2.031345] systemd[1]: Starting system-systemd\x2dfsck.slice.
            [    2.035778] systemd[1]: Created slice system-systemd\x2dfsck.slice.
            [    2.037636] systemd[1]: Starting system-getty.slice.
            [    2.041784] systemd[1]: Created slice system-getty.slice.
            [    2.043810] systemd[1]: Starting Increase datagram queue length...
            [    2.049924] systemd[1]: Starting Restore / save the current clock...
            [    2.058268] systemd[1]: Mounted Huge Pages File System.
            [    2.060461] systemd[1]: Starting udev Coldplug all Devices...
            [    2.067242] systemd[1]: Starting Create list of required static device nodes for the current kernel...
            [    2.161157] systemd[1]: Started Set Up Additional Binary Formats.
            [    2.163200] systemd[1]: Mounting POSIX Message Queue File System...
            [    2.228695] systemd[1]: Starting Load Kernel Modules...
            [    2.235566] systemd[1]: Mounting Debug File System...
            [    2.242511] systemd[1]: Starting Slices.
            [    2.246906] systemd[1]: Reached target Slices.
            [    2.253463] systemd[1]: Mounted Debug File System.
            [    2.257738] systemd[1]: Mounted POSIX Message Queue File System.
            [    2.263850] systemd[1]: Started Increase datagram queue length.
            [    2.296730] systemd[1]: Started Create list of required static device nodes for the current kernel.
            [    2.307364] systemd[1]: Started Restore / save the current clock.
            [    2.312670] fuse init (API version 7.23)
            [    2.319558] systemd[1]: Time has been changed
            [    2.342938] i2c /dev entries driver
            [    2.350812] systemd[1]: Started Load Kernel Modules.
            [    2.355898] systemd[1]: Started udev Coldplug all Devices.
            [    2.406181] systemd[1]: Started File System Check on Root Device.
            [    2.477306] systemd[1]: Starting Apply Kernel Variables...
            [    2.483881] systemd[1]: Mounting FUSE Control File System...
            [    2.490735] systemd[1]: Mounting Configuration File System...
            [    2.498302] systemd[1]: Starting Create Static Device Nodes in /dev...
            [    2.509498] systemd[1]: Starting Syslog Socket.
            [    2.512400] systemd[1]: Listening on Syslog Socket.
            [    2.512569] systemd[1]: Starting Journal Service...
            [    2.519696] systemd[1]: Started Journal Service.
            [    2.679239] systemd-udevd[109]: starting version 215
            [    3.441727] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
            [    4.032946] bcm2835-rng 3f104000.rng: hwrng registered
            [    4.034325] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
            [    4.046211] cfg80211: Calling CRDA to update world regulatory domain
            [    4.128244] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
            [    4.128876] usbcore: registered new interface driver brcmfmac
            [    4.311233] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c
            [    4.332012] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
            [    4.583787] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
            [    4.583813] cfg80211: World regulatory domain updated:
            [    4.583822] cfg80211:  DFS Master region: unset
            [    4.583831] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
            [    4.583845] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
            [    4.583858] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
            [    4.583870] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
            [    4.583884] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
            [    4.583899] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
            [    4.583911] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
            [    4.583923] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
            [    4.583935] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
            [    4.933393] systemd-journald[107]: Received request to flush runtime journal from PID 1
            [    5.274802] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
            [    5.274816] brcmfmac: brcmf_add_if: ignore IF event
            [    5.278660] brcmfmac: power management disabled
            [    5.412186] random: nonblocking pool is initialized
            [    5.754000] Adding 102396k swap on /var/swap.  Priority:-1 extents:2 across:110588k SSFS
            [    6.270180] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
            [    6.270309] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
            [    7.889716] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
            [    7.893756] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
            [    9.512957] usbcore: registered new interface driver usbserial
            [    9.513050] usbcore: registered new interface driver usbserial_generic
            [    9.513141] usbserial: USB Serial support registered for generic
            [    9.524764] ftdi_sio: unknown parameter 'vendor' ignored
            [    9.524785] ftdi_sio: unknown parameter 'product' ignored
            [    9.525345] usbcore: registered new interface driver ftdi_sio
            [    9.525444] usbserial: USB Serial support registered for FTDI USB Serial Device
            [   18.739802] uart-pl011 3f201000.uart: no DMA platform data
            homeseer@HomeTrollerZeeS2V2:~ $ bin   dev  home  lost+found  mnt  proc  run   srv  tmp  var
            -bash: bin: command not found
            homeseer@HomeTrollerZeeS2V2:~ $

            Run mochad from /usr/local/bin
            Code:
            root@HomeTrollerZeeS2V2:/usr/local/bin# sudo mochad -d
            
            Broadcast message from systemd-journald@HomeTrollerZeeS2V2 (Sun 2018-02-25 12:27:04 EST):
            
            mochad[17919]: libusb_open_device_with_vid_pid failed
            
            
            Message from syslogd@HomeTrollerZeeS2V2 at Feb 25 12:27:04 ...
             mochad[17919]: libusb_open_device_with_vid_pid failed
            
            Broadcast message from systemd-journald@HomeTrollerZeeS2V2 (Sun 2018-02-25 12:27:04 EST):
            
            mochad[17919]: Could not find/open CM15A/CM19A -5

            Comment

            Working...
            X