Forum Replies Created
-
AuthorPosts
-
Des Matejka
ParticipantTo complete my layout needs with 14 locoimotives I need several boards in operation.
The seed_xiao_esp32-s3 can run four BLE devices.
I have several az-delivery-devkit-v4 ESP32 development boards so I will use these for the rest of my devices.
I’m considering dedicating some of the az-delivery boards for the PU controllers.
Is this a good idea?
Regards
DesDes Matejka
ParticipantSuccess with seed_xiao_esp32-s3.
It runs four BLE devices without any problems.
Rocrail is successfully configured for layout needs.
In some respects, this has been the most difficult part.
Someone suggested using ChatGPT for questions about Rocrail configuration.
This was quite helpful, if only to help understand the nature of the problem.
So thanks again for your wonderful help.
BRIXPO in Adelaide was outstanding.
The train display was somewhat limited, and there were no train automation systems in operation.
Given the population base and distance to travel, I understand this.
Regards
DesDes Matejka
ParticipantHi Hilbert
Thanks for your reply.
It seems that I need to continue testing my setup.
I have not yet been successful with W5500 (wired Ethernet) or tried the seeed_xiao_esp32-s3
At least my coding seems OK.
It will be at least 2 weeks until I can try again.
We are travelling to Adelaide from Sydney by car about 1300 km to visit the 2025 BRIXPO Lego show. I’m expecting to see a large Lego Train display at the exhibition. I wonder how many users are implementing Mattzobricks?
At the Sydney show I saw some train automation systems that were custom designed, but mostly I am seeing manual implementation with minimal use of automation systems.
I became quite skilled at using Lego Powered Up coding for automation, but the limitations are quite apparent.
I am excited with the full automation of Mattzobricks Train Automation System. What you have developed is really good and I can see the potential it offers.
As I work with Mattzobricks I become more skilled and ultimately more successful.
I am very close to sharing what I have with others.
Cheers
DesDes Matejka
ParticipantHello Hilbert,
I do appreciate the time that you are giving to this. You are very generous.Can I remove the remotes from the “controller_config.json” file?
This would test with 4 hubs.
“remoteConfigs”: [
“/c01_r_7777_f.json”,
“/c02_r_maresk_f.json”,
“/c03_r_7740_f.json”,
“/c04_r_7725_f.json”
]
}As I noted, with V1.1 I could communicate with 4 Lego hubs.
Is V1.2.2. just going to deliver fewer hubs?Cheers
Des
I have the fllowing “controller_config.json” file which works fine but still only 2 locos.
{
“name”: “gb_t1-2_c1-7”,
“espPins”: [
{
“pin”: 2,
“attachedDevice”: “status”
}
],
“locos”: [],
“locoConfigs”: [
“/01_7777.json”,
“/02_maersk.json”
],
“remoteConfigs”: [
“/c1-7_list.json”
]
}Des Matejka
ParticipantHello Hilbert,
Thanks for taking the time to reply.I;m not seeing that I have a problem.
My “network_config.json” seems OK
The platformio, contains -DWIRED
I will check my hardware.
This is from my “network_config.json” file with my network data removed
{
“logging”: {“min_level”: “debug”,
“serial”: {“enabled”: true
},
“syslog”: {“enabled”: true,
“server”: “12345”,
“port”: 514,
“appname”: “MTC4BT”
}
},
“network” : {
“hostname”: “mtc4bt”,
“otaPassword”: “xxx”,
“type” : “wired”
},
“wifi”: {“SSID”: “xxx 2.4GHz”,
“password”: “xxx”,
“wait”: 500
},
“mqtt”: {“broker”: “12345”,
“port”: 1883,
“keepalive”: 10,
“ping”: 0
}
}Des Matejka
ParticipantThanks Hilbert,
I’ve pasted the code below.
Only 3 of the 4 loco connect, but experience shows that only 2 will run.
Hopefully you can offer some advice.I will post the W5500 output in another message.
[1] Setup: Starting MTC4BT…
[1] Setup: Loading network configuration…
Syslog: Server: 192.168.1.1:514
Syslog: Hostname: mtc4bt
Syslog: Appname: MTC4BT
[0000] [1] [INFO] Logging: Configured.
[0001] [1] [DEBUG] Reading lookuptable
[0002] [1] [INFO] Setup: Loading controller configuration…
[0003] [1] [INFO] Config: Read controller name: gb_t_1-4_c-1-4f
[0004] [1] [INFO] Config: Read ESP pin configuration (1).
[0005] [1] [DEBUG] hub address: “90:84:2b:21:24:78”, config address: “90:84:2b:21:24:78”
[0006] [1] [DEBUG] Number of triggers (2) and actions (1) loaded for this event.
[0007] [1] [DEBUG] hub address: “90:84:2b:21:24:78”, config address: “90:84:2b:21:24:78”
[0008] [1] [DEBUG] Number of triggers (3) and actions (1) loaded for this event.
[0009] [1] [DEBUG] Number of events loaded: 2.
[0010] [1] [DEBUG] hub address: “90:84:2b:21:d7:01”, config address: “90:84:2b:21:d7:01”
[0011] [1] [DEBUG] Number of triggers (2) and actions (1) loaded for this event.
[0012] [1] [DEBUG] hub address: “90:84:2b:21:d7:01”, config address: “90:84:2b:21:d7:01”
[0013] [1] [DEBUG] Number of triggers (3) and actions (1) loaded for this event.
[0014] [1] [DEBUG] Number of events loaded: 2.
[0015] [1] [DEBUG] hub address: “90:84:2b:21:92:08”, config address: “90:84:2b:21:92:08”
[0016] [1] [DEBUG] Number of triggers (2) and actions (1) loaded for this event.
[0017] [1] [DEBUG] hub address: “90:84:2b:21:92:08”, config address: “90:84:2b:21:92:08”
[0018] [1] [DEBUG] Number of triggers (3) and actions (1) loaded for this event.
[0019] [1] [DEBUG] Number of events loaded: 2.
[0020] [1] [DEBUG] hub address: “90:84:2b:21:92:0c”, config address: “90:84:2b:21:92:0c”
[0021] [1] [DEBUG] Number of triggers (2) and actions (1) loaded for this event.
[0022] [1] [DEBUG] hub address: “90:84:2b:21:92:0c”, config address: “90:84:2b:21:92:0c”
[0023] [1] [DEBUG] Number of triggers (3) and actions (1) loaded for this event.
[0024] [1] [DEBUG] Number of events loaded: 2.
[0025] [1] [DEBUG] Starting reading remotes json
[0026] [1] [DEBUG] freeButtonItem action 34 device 1.
[0027] [1] [DEBUG] freeButtonItem action 35 device 1.
[0028] [1] [DEBUG] freeButtonItem action 36 device 1.
[0029] [1] [DEBUG] freeButtonItem action 2 device 1.
[0030] [1] [DEBUG] freeButtonItem action 2 device 1.
[0031] [1] [DEBUG] freeButtonItem action 49 device 6.
[0032] [1] [DEBUG] freeButtonItem action 48 device 6.
[0033] [1] [DEBUG] Config: number of remotes 1.
[0034] [1] [DEBUG] Starting reading remotes json
[0035] [1] [DEBUG] freeButtonItem action 34 device 1.
[0036] [1] [DEBUG] freeButtonItem action 35 device 1.
[0037] [1] [DEBUG] freeButtonItem action 36 device 1.
[0038] [1] [DEBUG] freeButtonItem action 2 device 1.
[0039] [1] [DEBUG] freeButtonItem action 2 device 1.
[0040] [1] [DEBUG] freeButtonItem action 49 device 6.
[0041] [1] [DEBUG] freeButtonItem action 48 device 6.
[0042] [1] [DEBUG] Config: number of remotes 1.
[0043] [1] [DEBUG] Starting reading remotes json
[0044] [1] [DEBUG] freeButtonItem action 34 device 1.
[0045] [1] [DEBUG] freeButtonItem action 35 device 1.
[0046] [1] [DEBUG] freeButtonItem action 36 device 1.
[0047] [1] [DEBUG] freeButtonItem action 2 device 1.
[0048] [1] [DEBUG] freeButtonItem action 2 device 1.
[0049] [1] [DEBUG] freeButtonItem action 49 device 6.
[0050] [1] [DEBUG] freeButtonItem action 48 device 6.
[0051] [1] [DEBUG] Config: number of remotes 1.
[0052] [1] [DEBUG] Starting reading remotes json
[0053] [1] [DEBUG] freeButtonItem action 34 device 1.
[0054] [1] [DEBUG] freeButtonItem action 35 device 1.
[0055] [1] [DEBUG] freeButtonItem action 36 device 1.
[0056] [1] [DEBUG] freeButtonItem action 2 device 1.
[0057] [1] [DEBUG] freeButtonItem action 2 device 1.
[0058] [1] [DEBUG] freeButtonItem action 49 device 6.
[0059] [1] [DEBUG] freeButtonItem action 48 device 6.
[0060] [1] [DEBUG] Config: number of remotes 1.
[0061] [1] [INFO] CTRL: Local channels initialized.
[0062] [1] [DEBUG] Init remote
[0063] [1] [DEBUG] Init remote
[0064] [1] [DEBUG] Init remote
[0065] [1] [DEBUG] Init remote
[0066] [1] [INFO] Setup: Controller configuration completed.
[0067] [1] [INFO] setup: WiFi Event ID: 4
[0068] [1] [DEBUG] [WiFi-event] event: 0[0069] [1] [DEBUG] WiFi interface ready
[0070] [1] [DEBUG] [WiFi-event] event: 2[0071] [1] [DEBUG] WiFi client started
[0072] [1] [INFO] Wifi: Connecting to DigiFX 2.4GHz.
[0073] [1] [INFO] Wait for WiFi/ETH…
[0074] [1] [INFO] MQTT: Connecting to 192.168.1.207:1883…
[0075] [1] [INFO] Setup: Initializing BLE…
[0076] [1] [INFO] Setup: MattzoTrainController for BLE running.
[0077] [1] [INFO] Setup: Number of locos to discover hubs for: 4
[0078] [1] [INFO] Setup: Number of remotes to discover hubs for: 4
[0079] [1] [DEBUG] SetE-Brake: 1
[0080] [1] [DEBUG] SetE-Brake: 1
[0081] [1] [DEBUG] SetE-Brake: 1
[0082] [1] [DEBUG] SetE-Brake: 1
[0083] [0] [INFO] BLE : Scanning for 8 hub(s)…
[0084] [0] [INFO] BLE : Discovered unknown device: (50:32:37:c3:e1:74).
[0085] [0] [INFO] BLE : Discovered unknown device: (60:ae:8b:43:c0:f8).
[0086] [0] [INFO] BLE : Discovered unknown device: (77:c8:3e:a3:99:6f).
[0087] [0] [INFO] BLE : Discovered unknown device: (7e:f8:cf:9b:65:5d).
[0088] [0] [INFO] BLE : Discovered unknown device: (66:d5:0c:d6:76:6d).
[0089] [0] [INFO] BLE : Discovered unknown device: (e8:16:6e:78:86:21).
[0090] [0] [INFO] BLE : Discovered unknown device: (54:c4:7e:04:7e:a4).
[0091] [0] [INFO] BLE : Discovered unknown device: (66:28:37:36:94:1e).
[0092] [0] [INFO] BLE : Discovered unknown device: (7f:b4:0a:12:22:76).
[0093] [0] [INFO] BLE : Discovered unknown device: (6f:4c:2a:e6:ea:fb).
[0094] [0] [INFO] BLE : Scanning for 8 hub(s) aborted.
[0095] [1] [DEBUG] [WiFi-event] event: 5[0096] [1] [DEBUG] Disconnected from WiFi access point
WiFi lost connection. Reason: 203
[0097] [1] [DEBUG] [WiFi-event] event: 4[0098] [1] [DEBUG] Connected to access point
[0099] [1] [DEBUG] [WiFi-event] event: 7Obtained WiFi IP address: 192.168.1.106
WiFi connected
IP address:
192.168.1.106
MAC Address: 2C:BC:BB:0C:27:88
[0100] [1] [INFO] Try mqtt reconnect…
[0101] [1] [INFO] MQTT: Connected gb_t_1-4_c-1-4f
[0102] [1] [INFO] Reconnected!
[0103] [1] [DEBUG] SetE-Brake: 0
[0104] [1] [DEBUG] SetE-Brake: 0
[0105] [1] [DEBUG] SetE-Brake: 0
[0106] [1] [DEBUG] SetE-Brake: 0
[0107] [1] [INFO] MQTT: Received ‘shutdown’ command. Stopping all locos.
[0108] [1] [DEBUG] SetE-Brake: 1
[0109] [1] [DEBUG] SetE-Brake: 1
[0110] [1] [DEBUG] SetE-Brake: 1
[0111] [1] [DEBUG] SetE-Brake: 1
[0112] [0] [INFO] BLE : Scanning for 8 hub(s)…
[0113] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:08).
[0114] [0] [INFO] BLE : Discovered unknown device: (53:fc:ad:be:88:34).
[0115] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:24:78).
[0116] [0] [INFO] BLE : Discovered unknown device: (d0:0e:09:c4:94:9f).
[0117] [0] [INFO] BLE : Discovered unknown device: (d7:65:22:30:1a:30).
[0118] [0] [INFO] BLE : Scanning for 8 hub(s) aborted.
[0119] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:24:78’…
[0120] [0] [DEBUG] hub created: 1073663052 (90:84:2b:21:24:78)
[0121] [0] [INFO] BLE : Connected to hub ’90:84:2b:21:24:78′.
[0122] [0] [DEBUG] connected connected address 90:84:2b:21:24:78, has callback 1
[0123] [0] [INFO] BLE : Watchdog timeout not set for PU hubs
[0124] [0] [INFO] PU : Found integrated RGB LED at port 32
[0125] [0] [INFO] Loop: Connected to all hubs of loco ‘7777 Steam Tender’.
[0126] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:08’…
[0127] [0] [DEBUG] hub created: 1073657760 (90:84:2b:21:92:08)
[0128] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:92:08′, deleted client.
[0129] [0] [WARN] Loop: Connect failed. Will retry…
[0130] [0] [INFO] BLE : Scanning for 6 hub(s)…
[0131] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:d7:01).
[0132] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:08).
[0133] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:0c).
[0134] [0] [INFO] BLE : Discovered unknown device: (e8:61:a7:58:05:7d).
[0135] [0] [INFO] BLE : Scanning for 6 hub(s) aborted.
[0136] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:d7:01’…
[0137] [0] [DEBUG] hub created: 1073657760 (90:84:2b:21:d7:01)
[0138] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:d7:01′, deleted client.
[0139] [0] [WARN] Loop: Connect failed. Will retry…
[0140] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:08’…
[0141] [0] [DEBUG] hub created: 1073657828 (90:84:2b:21:92:08)
[0142] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:92:08′, deleted client.
[0143] [0] [WARN] Loop: Connect failed. Will retry…
[0144] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:0c’…
[0145] [0] [DEBUG] hub created: 1073657828 (90:84:2b:21:92:0c)
[0146] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:92:0c’, deleted client.
[0147] [0] [WARN] Loop: Connect failed. Will retry…
[0148] [0] [INFO] BLE : Scanning for 4 hub(s)…
[0149] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:d7:01).
[0150] [0] [INFO] BLE : Discovered unknown device: (69:27:50:f8:8b:f5).
[0151] [0] [INFO] BLE : Scanning for 4 hub(s) aborted.
[0152] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:d7:01’…
[0153] [0] [DEBUG] hub created: 1073659864 (90:84:2b:21:d7:01)
[0154] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:d7:01′, deleted client.
[0155] [0] [WARN] Loop: Connect failed. Will retry…
[0156] [0] [INFO] BLE : Scanning for 6 hub(s)…
[0157] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:d7:01).
[0158] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:0c).
[0159] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:08).
[0160] [0] [INFO] BLE : Scanning for 6 hub(s) aborted.
[0161] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:d7:01’…
[0162] [0] [DEBUG] hub created: 1073659864 (90:84:2b:21:d7:01)
[0163] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:d7:01′, deleted client.
[0164] [0] [WARN] Loop: Connect failed. Will retry…
[0165] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:08’…
[0166] [0] [DEBUG] hub created: 1073657880 (90:84:2b:21:92:08)
[0167] [0] [INFO] BLE : Connected to hub ’90:84:2b:21:92:08′.
[0168] [0] [DEBUG] connected connected address 90:84:2b:21:92:08, has callback 1
[0169] [0] [INFO] BLE : Watchdog timeout not set for PU hubs
[0170] [0] [INFO] PU : Found integrated RGB LED at port 32
[0171] [0] [INFO] Loop: Connected to all hubs of loco ‘7740 Int City’.
[0172] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:0c’…
[0173] [0] [DEBUG] hub created: 1073669624 (90:84:2b:21:92:0c)
[0174] [0] [WARN] BLE : Failed to connect to hub ’90:84:2b:21:92:0c’, deleted client.
[0175] [0] [WARN] Loop: Connect failed. Will retry…
[0176] [0] [INFO] BLE : Scanning for 4 hub(s)…
[0177] [0] [INFO] BLE : Discovered hub: (60:77:71:df:65:ec).
[0178] [0] [INFO] BLE : Discovered unknown device: (c3:fa:77:2d:80:42).
[0179] [0] [INFO] BLE : Discovered unknown device: (f9:2d:8d:cf:ab:3a).
[0180] [0] [INFO] BLE : Discovered unknown device: (41:94:07:42:66:3e).
[0181] [0] [INFO] BLE : Discovered unknown device: (e9:ca:fb:51:a5:1c).
[0182] [0] [INFO] BLE : Discovered unknown device: (cb:5e:89:e9:72:90).
[0183] [0] [INFO] BLE : Scanning for 4 hub(s) aborted.
[0184] [0] [INFO] BLE : Connecting to hub ’60:77:71:df:65:ec’…
[0185] [0] [DEBUG] hub created: 1073674400 (60:77:71:df:65:ec)
[0186] [0] [WARN] BLE : Failed to connect to hub ’60:77:71:df:65:ec’, deleted client.
[0187] [0] [WARN] Loop: Connect failed. Will retry…
[0188] [0] [INFO] BLE : Scanning for 5 hub(s)…
[0189] [0] [INFO] BLE : Discovered hub: (60:77:71:df:65:ec).
[0190] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:d7:01).
[0191] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:0c).
[0192] [0] [INFO] BLE : Scanning for 5 hub(s) aborted.
[0193] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:d7:01’…
[0194] [0] [DEBUG] hub created: 1073669656 (90:84:2b:21:d7:01)
[0195] [0] [INFO] BLE : Connected to hub ’90:84:2b:21:d7:01′.
[0196] [0] [DEBUG] connected connected address 90:84:2b:21:d7:01, has callback 1
[0197] [0] [INFO] BLE : Watchdog timeout not set for PU hubs
[0198] [0] [INFO] PU : Found integrated RGB LED at port 32
[0199] [0] [INFO] Loop: Connected to all hubs of loco ‘10219 Maersk’.
[0200] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:0c’…
[0201] [0] [WARN] BLE : Max clients reached – no more connections available.
[0202] [0] [WARN] Loop: Connect failed. Will retry…
[0203] [0] [INFO] BLE : Connecting to hub ’60:77:71:df:65:ec’…
[0204] [0] [WARN] BLE : Max clients reached – no more connections available.
[0205] [0] [WARN] Loop: Connect failed. Will retry…
[0206] [0] [INFO] BLE : Scanning for 3 hub(s)…
[0207] [0] [INFO] BLE : Discovered hub: (90:84:2b:21:92:0c).
[0208] [0] [INFO] BLE : Scanning for 3 hub(s) aborted.
[0209] [0] [INFO] BLE : Connecting to hub ’90:84:2b:21:92:0c’…
[0210] [0] [WARN] BLE : Max clients reached – no more connections available.
[0211] [0] [WARN] Loop: Connect failed. Will retry…
[0212] [0] [INFO] BLE : Scanning for 4 hub(s)…
[0213] [0] [INFO] BLE : Scanning for 4 hub(s) aborted.
[0214] [0] [INFO] BLE : Scanning for 5 hub(s)…
[0215] [0] [INFO] BLE : Discovered unknown device: (61:4f:93:af:e5:7c).
[0216] [0] [INFO] BLE : Scanning for 5 hub(s) aborted.
[0217] [0] [INFO] BLE : Scanning for 5 hub(s)…Des Matejka
ParticipantThank you, this would be my pleasure.
Des Matejka
ParticipantMy layout is more fixed, so customising the MLC mini is the way to go for now. As I am beginning with Rocrail I think I need to master how sensors are used.
I feel confident now to build the MLC mini with 8 sensors. Looking forward to my next challenge with Mattzobricks Train Automation System.Des Matejka
ParticipantI’ve just had another examination of the information and I had tested the Wiring Diagram MLC with 9 sensors. This required a 100 kOhm resistor.
It did work perfectly.
As I had planned on using 8 sensors, the Wiring Diagram MLC with 8 sensors and status LED seems to be what I need.
In this case, I assume I alter my coding to assign the sensors to pins D1 to D8 and also assign status LED to D0.
Is this a better option and more correct approach?Des Matejka
ParticipantThanks for your excellent help.
It does pay to closely read the information.
I had looked at the page earler but was put off by the illustration that didn’t quite match the board I was using for the MLC mini I had built.
With some trial and error I finally understood the wiring and it now works as expected.
I will need to incorporate the 100 kOhm resistor into the box, but that should be within my skillset.
Any ideas would be greatly appreciated.
Thanks again.Des Matejka
ParticipantSuccess achieved!
This morning in our Lego room named “Grove Bricks” my MOC of the Maersk 10219 Maersk Container Train ran a full circuit and stopped under control of the sensors using Rocrail.
I have been able to implement the Mattzobricks Train Automation System in just under 12 weeks.
I must say that I am quite elated because it has been a considerable undertaking at both cost and time.
There is no sense in which I am displeased about this, quite the contrary I regard it as a great challenge and achievement.
There is still much to do, but the proof of concept is achieved.
I intend to write a more detailed account of what I have learnt with the view of being helpful to others.
Des
You can view Grove Bricks on Instagram.-
This reply was modified 9 months, 3 weeks ago by
Des Matejka.
-
This reply was modified 9 months, 3 weeks ago by
Des Matejka.
Des Matejka
ParticipantHello Matthais,
The reply and solution to my issue make sense and I understand it.
It underscores the complexity of the development work that has been undertaken.
I have been challenged by the process, yet it has been rewarding.
I look forward to implementing this solution.
It will take me some time in my schedule to undertake this solution.
Much appreciated.
DesDes Matejka
ParticipantOk Thanks. That is something that I will follow up. It should be easy.
Thank you.Des Matejka
ParticipantThanks for the reply,
I’m not sure if this is what you need:Copyrights © 2002-2024 Robert Jan Versluis.
All rights reserved.
—————————————————
RRRRRR lll
RRR RRR iii lll
RRR RRR lll
RRRRRR ooooo ccccc rrrrrr aaaaaa iii lll
RRR RRR ooo ooo ccc rrr rrr aaa aaa iii lll
RRR RRR ooo ooo ccc rrr aaa aaa iii lll
RRR RRR ooooo ccccc rrr aaaaaa iii lll
—————————————————
TM and Copyright 2002-2024 Robert Jan Versluis.
All Rights Reserved.
r.j.versluis@rocrail.net
https://wiki.rocrail.net
—————————————————
SupportKey expires in 338 days. [05-11-2025]
—————————————————
Rocrail Pro 2.1.5199 [REGULAR]:[Oct 28 2024]
—————————————————
processid = 6593
ip = 192.168.1.207
pwd = /Users/des/rocrail/Grove_Bricks_Rail
args = OCmdLn: key=-l value=/Applications/Rocrail/Rocrail.app/Contents/MacOS/../Frameworks, key=-w value=/Users/des/rocrail/Grove_Bricks_Rail, key=-lic value=/Users/des/rocrail/lic.dat,
————————————————–
20241202.082743.872 r9999I main OApp 1263 dpIID = []
20241202.082743.872 r9999I main OApp 1264 ptIID = []
20241202.082743.872 r9999I main OApp 1265 svIID = []
20241202.082743.872 r9999I main OApp 1266 lcIID = []
20241202.082743.874 r9999I main OModel 0483 parsing [plan.xml]…
20241202.082743.875 r9999I main OModel 0501 parsePlan file: plan.xml
20241202.082743.879 r9999I main OModel 0554 parsePlan title: Grove_Bricks_Rail
20241202.082743.879 r9999I main OModel 5656 init clearingMaps…
20241202.082743.879 r9999I main OModel 5688 init creatingMaps…
20241202.082743.881 r9999I main OModel 3574 createFbAddrMap: size=3.
20241202.082743.883 r9999I main ORoute 0329 add route sensor [L1_01]
20241202.082743.883 r9999a main OFBack 0369 L1_01 listener added for st:[bk2+]-[bk1-]
20241202.082743.886 r9999a main OBlock 2251 fbevent added by key [bk1+-all-reverse]
20241202.082743.886 r9999a main OFBack 0369 bk1+ listener added for bk:bk1
20241202.082743.886 r9999a main OBlock 2251 fbevent added by key [bk1–all-reverse]
20241202.082743.886 r9999a main OFBack 0369 bk1- listener added for bk:bk1
20241202.082743.890 r9999I main OLoc 7601 no restore wanted: reset speed for loco [Maersk_Container_Loco]
20241202.082743.890 r9999I main OLoc 7605 no restore wanted: reset functions for loco [Maersk_Container_Loco]
20241202.082743.896 r9999I main OLcDrive 1018 LcDriver 2.1.0 loaded for Maersk_Container_Loco
20241202.082743.896 r9999I main OLoc 6239 show loco [Maersk_Container_Loco]
20241202.082743.897 r9999I main OModel 3596 createSwAddrMap: size=0.
20241202.082743.897 r9999I main OModel 3617 createCoAddrMap: size=0.
20241202.082743.898 r9999I main OControl 2660 initDigInts lib=[wio] iid=[WIO]
20241202.082743.902 r9999I main WIOlib 1025 —————————————-
20241202.082743.902 r9999I main WIOlib 1026 WIOlib 2.1.0
20241202.082743.902 r9999I main WIOlib 1027 IID : WIO
20241202.082743.902 r9999I main WIOlib 1028 NodeID : 255
20241202.082743.902 r9999I main WIOlib 1029 Server : localhost
20241202.082743.902 r9999I main WIOlib 1030 DCC NodeID : 0
20241202.082743.902 r9999I main WIOlib 1031 Sensor simulate: on
20241202.082743.902 r9999I main WIOlib 1032 Sensor timer : 0ms
20241202.082743.902 r9999I main WIOlib 1033 Sub library : default
20241202.082743.902 r9999I main WIOlib 1034 RS485 :
20241202.082743.902 r9999I main WIOlib 1035 Devices in use :
20241202.082743.902 r9999I main WIOlib 1036 WD Excludes :
20241202.082743.902 r9999I main WIOlib 1037 —————————————-
20241202.082743.902 r9999I main OControl 2812 initDigInts OK
20241202.082743.903 r9999I main OPowerMa 0621 Power Manager instantiated.
20241202.082743.903 r9999I main OControl 0201 Init short circuit sensor…
20241202.082743.903 r9999I main OR2Rnet 0898 R2Rnet multicast address [224.0.1.20]
20241202.082743.903 r9999I clocktic OControl 3106 ClockTicker started.
20241202.082743.903 r9999I checker OControl 3198 switch position checker started
20241202.082743.903 r9999I main OR2Rnet 0899 R2Rnet multicast port [8051]
20241202.082743.904 r9999I main OR2Rnet 0900 R2Rnet local IP []
20241202.082743.904 r9999I main OR2Rnet 0901 R2Rnet nodeID [255]
20241202.082743.904 r9999I main OR2Rnet 0902 R2Rnet WIO RASCII [false]
20241202.082743.904 r9999I r2rwrite OR2Rnet 0580 R2Rnet writer…
20241202.082743.904 r9999I main OModel 8860 loading occupancy file [occ.xml]
20241202.082743.904 r9999I mdnsS OMDNSUti 0851 Service thread started, hostname=[Douglas.local]
20241202.082743.905 r9999a main OModel 6811 try to find location for block [bk1]
20241202.082743.905 r9999I main OModel 8970 block [bk1]
20241202.082743.905 r9999I main OModel 8919 restore loco placing for [Maersk_Container_Loco] bkid=[bk2] section=[] enterside=0 placing=0
20241202.082743.905 r9999a main OModel 6811 try to find location for block [bk2]
20241202.082743.905 r9999I main OModel 8970 block [bk2]
20241202.082743.905 r9999W main OModel 8994 block [bk3] not found for restoring occupancy
20241202.082743.905 r9999W main OModel 8994 block [bk4] not found for restoring occupancy
20241202.082743.905 r9999W main OModel 8994 block [L3] not found for restoring occupancy
20241202.082743.905 r9999W main OModel 8947 loco [j52-1] not found
20241202.082743.905 r9999W main OModel 8994 block [L4] not found for restoring occupancy
20241202.082743.905 r9999W main OModel 8947 loco [Terrier] not found
20241202.082743.905 r9999W main OModel 8994 block [R1] not found for restoring occupancy
20241202.082743.905 r9999W main OModel 8947 loco [j52] not found
20241202.082743.905 r9999W main OModel 8994 block [R2] not found for restoring occupancy
20241202.082743.906 r9999I main OModel 5731 init blocks…
20241202.082743.906 r9999I main OBlock 4869 init block bk1, lockiD=[]
20241202.082743.907 r9999a main OBlock 1386 block [bk1]: loco [(null)] reports mode[unlock] manual=0
20241202.082743.907 r9999a main OBlock 1012 set block [bk1] default aspect to 0
20241202.082743.907 r9999a main OBlock 5877 set block [bk1] aspect to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk1] aspect to red
20241202.082743.907 r9999a main OBlock 1012 set block [bk1] default aspect to 0
20241202.082743.907 r9999a main OBlock 5877 set block [bk1] aspect to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk1] aspect to red
20241202.082743.907 r9999a main OBlock 2026 [bk1] CAR COUNT = 0
20241202.082743.907 r9999a main OFBack 0486 [bk1+] CAR COUNT = 0
20241202.082743.907 r9999a main OFBack 0486 [bk1-] CAR COUNT = 0
20241202.082743.907 r9999a main OBlock 4148 Block [bk1] reset counters and event triggers
20241202.082743.907 r9999I main OBlock 4869 init block bk2, lockiD=[Maersk_Container_Loco]
20241202.082743.907 r9999a main OBlock 1386 block [bk2]: loco [(null)] reports mode[unlock] manual=0
20241202.082743.907 r9999a main OLoc 4293 set previous block to [-], new to [bk2]
20241202.082743.907 r9999a main OLoc 4297 set cur block to [bk2], prev cur block [-]
20241202.082743.907 r9999a main OBlock 4907 set block [bk2] signals to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk2] aspect to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk2] aspect to red
20241202.082743.907 r9999a main OBlock 4915 set block [bk2] signals to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk2] aspect to red
20241202.082743.907 r9999a main OBlock 5877 set block [bk2] aspect to red
20241202.082743.908 r9999a main OBlock 2026 [bk2] CAR COUNT = 0
20241202.082743.908 r9999a main OBlock 4148 Block [bk2] reset counters and event triggers
20241202.082743.908 r9999I main OModel 5739 init seltabs…
20241202.082743.908 r9999I main OModel 5755 init stageblocks…
20241202.082743.908 r9999I main OModel 5771 init turntables…
20241202.082743.908 r9999I main OMVTrack 0529 MVTrack
20241202.082743.908 r9999I main OMVTrack 0416 Init sensors for the MVTrack…
20241202.082743.908 r9999I main OWeather 1142 weather pause=0
20241202.082743.909 r9999I lightrun OLightCt 0182 light control started…
20241202.082743.909 r9999I main OCompeti 0270 competition ready to go…
20241202.082743.909 r9999I main OClntCon 1053 MQTT Broker: localhost:1883
20241202.082743.909 r9999I cconmngr OClntCon 0519 Manager started.
20241202.082743.909 r9999I broadcas OClntCon 0717 Broadcaster started.
20241202.082743.909 r9999I main OClntCon 1065 ClientConnection started on port 8051.
20241202.082743.909 r9999I mqttread OClntCon 0918 MQTT Service started.
20241202.082743.909 r9999I mqttread OMQTT 0129 trying to connect to broker localhost:1883
20241202.082743.910 r9999I mqttdisc OClntCon 0887 MQTT broker discovery service started.
20241202.082743.910 r9999I htm02C5E OHttp 0149 HTTPManager started on 8008.
20241202.082743.910 r9999I hts02C5E OHttp 0101 HttpService started on 8008.
20241202.082743.910 r9999I mqttread OMQTT 0137 connected to localhost:1883 with userID/passwd [grove_bricks][–blank–]
20241202.082743.910 r9999I mqttread OMQTT 0151 willtopic=[rocrail/service/info] willmsg=[<exception text=”abend”/>]
20241202.082743.910 r9999I mqttread OClntCon 0953 MQTT topic=[]
20241202.082743.910 r9999I mqttread OMQTT 0413 SUBSCRIBE: Topic=rocrail/service/client
20241202.082743.910 r9999I mqttread OMQTT 0413 SUBSCRIBE: Topic=rocrail/service/field
20241202.082743.912 r9999I main OArchive 0557 ————————————————————
20241202.082743.912 r9999I main OArchive 0558 @Box
20241202.082743.912 r9999I main OArchive 0559 home = [abox]
20241202.082743.912 r9999I main OArchive 0560 readonly = [false]
20241202.082743.912 r9999I main OArchive 0561 Copyright (c) 2002-2024 Robert Jan Versluis, Rocrail.net
20241202.082743.912 r9999I main OArchive 0562 All rights reserved.
20241202.082743.913 r9999I main OArchive 0563 ————————————————————
20241202.082743.913 r9999I main OArchive 0450 read ini [abox/rocabox.ini]
20241202.082743.914 r9999I main OArchive 0468 categories = []
20241202.082743.914 r9999I main OModel 2412 Checking all Loco’s for V=0…
20241202.082743.925 r9999I main OModel 5390 init Track Driver blocks…
20241202.082743.925 r9999I main OModel 0764 updateFB
20241202.082743.925 r9999I main OClntCon 0771 mqtt publish to [rocrail/service/command]:[<fbinfo cmd=”fbmods”/>
]
20241202.082743.925 r9999I main OModel 0769 update Boosters…
20241202.082743.925 r9999I main OClntCon 0771 mqtt publish to [rocrail/service/command]:[<boosterlist/>
]
20241202.082743.976 r9999I cconmngr OClntCon 0559 client [127.0.0.1] connected, count=1
20241202.082743.976 r9999I 1_121056 OClntCon 0323 command reader started for 127.0.0.1 []
20241202.082743.977 r9999I infw1210 OClntCon 0130 info writer started for 127.0.0.1 []
20241202.082744.375 r9999I timedoff OModel 2432 timed off thread started
20241202.082744.400 r9999I Maersk_C OLoc 3071 Runner for “Maersk_Container_Loco” started.
20241202.082744.405 r9999I r2rreade OR2Rnet 0500 R2Rnet reader started.
20241202.082744.407 r9999I r2rreade OR2Rnet 0533 R2Rnet host address: [192.168.1.207]
20241202.082744.907 r9999I r2rwrite OR2Rnet 0586 R2Rnet writer started.
20241202.082744.908 r9999I clocktic OClntCon 0771 mqtt publish to [rocrail/service/command]:[<clock divider=”1″ hour=”8″ minute=”27″ ]
20241202.082744.913 r9999I makeWeat OWeather 0941 make weather started for [none]…
20241202.082744.981 r9999a 1_121056 OModel 2768 model: themes
20241202.082744.993 r9999I 1_121056 OClntCon 0423 monitoring for client is on
20241202.082744.994 r9999I 1_121056 OClntCon 0439 client has control access
20241202.082744.994 r9999a 1_121056 OModel 2768 model: plan
20241202.082744.995 r9999I 1_121056 OModel 3099 valid support key:
20241202.082745.075 r9999a 1_121056 OModel 2768 model: fstat
20241202.082745.075 r9999I 1_121056 OModel 3389 Sending 0 fstats to client…
20241202.082745.153 r9999I 1_121056 OControl 2075 provide Rocrail properties: /dev/tty.BLTH,/dev/tty.PT-P710BT6492,/dev/tty.Bluetooth-Incoming-Port,/dev/tty.wchusbserial1440,/dev/tty.usbserial-1440
20241202.082748.913 r9999I wiodec OWIO 2068 WIO watchdog did start
20241202.082800.949 r9999I clocktic OClntCon 0771 mqtt publish to [rocrail/service/command]:[<clock divider=”1″ hour=”8″ minute=”28″ ]
20241202.082823.215 r9999a 1_121056 OModel 2768 model: modify
20241202.082823.218 r9999I 1_121056 OFBack 1130 modify L1_01
20241202.082823.219 r9999I 1_121056 OModel 3540 removeFbKey: size=3.
20241202.082823.220 r9999I 1_121056 OClntCon 0771 mqtt publish to [rocrail/service/command]:[<fbinfo cmd=”fbmods”/>
]
20241202.082823.901 r9999a 1_121056 OModel 2768 model: modify
20241202.082823.901 r9999I 1_121056 OFBack 1130 modify L1_01
20241202.082823.902 r9999I 1_121056 OModel 3540 removeFbKey: size=3.
20241202.082823.903 r9999I 1_121056 OClntCon 0771 mqtt publish to [rocrail/service/command]:[<fbinfo cmd=”fbmods”/>
]
20241202.082901.125 r9999I clocktic OClntCon 0771 mqtt publish to [rocrail/service/command]:[<clock divider=”1″ hour=”8″ minute=”29″ ]
20241202.082957.187 r9999I hts02C5E OHClient 1334 GET / HTTP/1.1
20241202.082957.192 r9999I hts02C5E OHClient 0293 issuepath [issues]
20241202.082957.298 r9999I hts02C5E OHClient 0055 delete client socket 028348E0…
20241202.083001.307 r9999I clocktic OClntCon 0771 mqtt publish to [rocrail/service/command]:[<clock divider=”1″ hour=”8″ minute=”30″ ] -
This reply was modified 9 months, 3 weeks ago by
-
AuthorPosts