atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

E-STOP from the throttle does not work #86

Closed TrainzLuvr closed 2 years ago

TrainzLuvr commented 3 years ago

When using a UWT-100 via WiFi (LCC mode) and issuing either an E-STOP ALL LOCOS, or E-STOP LAYOUT OFF, the CS does not register the event. Neither does it register the release of the above mentioned events.

The serial monitor does not log anything, and I would expect to at least see OPS Off or something of that kind, and the same for All Locos.

atanisoft commented 3 years ago

It sounds like the event didn't arrive or was not recognized. It should have printed something to the screen for sure. Will check