Windows GUI/Controller for MySensors
-
I have AutoFW disabled.
The funny thing is that things do not work at all if I do not get the "File not open" error.
No, rebooting the gateway does not make the "Gateway startup complete" message re-appear.Did watch the serial port using interceptty and see data is passed so it seems like Wine is not passing it.
-
Did do some more experimenting using a sort of Ethernet gateway (actual the relayed Serial gateway data) and see that MYSController.exe can connect but once it prints the first data it gives the "File not open." error and no further data is printed.
So it does not look like a serial port issue but something else.
Did not know Lazarus but it looks pretty good!
-
Did do some more experimenting using a sort of Ethernet gateway (actual the relayed Serial gateway data) and see that MYSController.exe can connect but once it prints the first data it gives the "File not open." error and no further data is printed.
So it does not look like a serial port issue but something else.
Did not know Lazarus but it looks pretty good!
@daulagari
ok, I could reproduce the error which seems to appear in connection with scrambled data from the gateway (during the gateway startup). If you press the dis- and connect-button a few times once the error appears, all pending messages will be processed and the controller should resume. -
New version available with bug fixes 0.1.2.256:
- "File not open" error fixed
- Display errors fixed
- Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window
To update hit the update button or download here.
-
New version available with bug fixes 0.1.2.256:
- "File not open" error fixed
- Display errors fixed
- Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window
To update hit the update button or download here.
-
@tekka Hi, Chrome is blocking the download of the Windows GUI/Controller zip archive for being "harmfull". any clue?
-
Hello team, thanks for the great job. This tool is very useful.
however, I don't understand how the tool can snif. I guess, that I have to connect an arduino in serial ( I use the tool in a VM)... but with which sketch ? a gateway sketch...I think I missed something, but if somebody can elaborate a little bit. thanks -
" It works in connection with the modified optiboot/OTA bootloader mentioned in a previous post. "
can someone link to that post? I couldn't find it
Thanks -
New version available with bug fixes 0.1.2.256:
- "File not open" error fixed
- Display errors fixed
- Mac users: use wine to run program, no remapping of serial ports necessary - use e.g. /dev/ttyUSB0 in config window
To update hit the update button or download here.
-
-
@tekka cool software! btw the sorting of the child sensors in the tree could be optimized.
Right now the nodes are sorted like string instead of numbers:0 - ...
1 - ...
10 -
11 -
...
2 -
21-
...