Hi, Trying to install JeeMon with the real-time status Gui. Downloaded from svn. Modified the config.txt to use the proper serial port and to define rf channel. And started JeeMon On the console I see the following information:
root@tecra:/home/jeroenb/Desktop/JeeMon# ./JeeMon JeeMon-jcw
15:42:33.782 event add /dev/ttyUSB0
15:42:34.318 server Starting web server at http://127.0.0.1:8080/ ...
15:42:35.312 . (advJ) A i1 g212 @ 868 MHz
15:42:35.343 . (advJ) DF I 609 54
15:42:35.351 . (advJ) A i1 g212 @ 868 MHz
15:42:37.787 . (advJ) OK 37 11 86 212 0
15:42:42.787 . (advJ) OK 37 11 86 212 0
15:42:47.787 . (advJ) OK 37 11 86 212 0
But The screen: reading Status and main are empty (just an empty screen)
config.txt:
interfaces/ {
usb-A900advJ/ {baudrate 38400 action sketch }
}
RF12/ {
868:212/ {
1/ { type central }
5/ { type rooms title "test" }
37/ { type rooms title "test1" }
}
}
sketches/ {
rooms/ { timeout 300 }
}
actions/ {
sketch { JeeSketch listen $conn }
terminal { Gui terminal $conn }
}
any ideas?
regards Jeroen
