What am I doing wrong
When I use Pimatic with Homeduino everything works fine, but…
Now I made a My Sensors controller but then my Homeduino doesn’t work anymore
When I want to switch a homeplug I get “[pimatic]: operation timed out”
I made a makefile to change the port for homeduino to USB0 (and also USB1…)
When I use the command: dmesg | grep tty
This is the output:
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 b
cm2708_fb.fbheight=416 bcm2708.boardrev=0xe bcm2708.serial=0x7ef70778 smsc95xx.m
acaddr=B8:27:EB:F7:07:78 bcm2708_fb.fbswap=1 sdhci-bcm2708.emmc_clock_freq=25000
0000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0
console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevato
r=deadline rootwait
[ 0.001414] console [tty1] enabled
[ 0.646226] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a
PL011 rev3
[ 1.027734] console [ttyAMA0] enabled
[ 6.813538] usb 1-1.2: ch341-uart converter now attached to ttyUSB0
[ 7.166364] usb 1-1.3: FTDI USB Serial Device converter now attached to ttyUS
B1
Does anybody has an idea ?