OpenRemise
Loading...
Searching...
No Matches
FAQ

The FAQ assumes that you already have a working OpenRemise system. For instructions on initial setup, please read the Getting Started guide.

Where to get support?

Developers are only human and software may contain bugs. If you encounter any problems, please consider in the following order to either

How can I get involved?

OpenRemise is currently a one-man project, so any contributions would be very welcome. These can be made in a variety of ways, you don't have to be a software or electronics expert to help. You could report bugs you find, write documentation or simply answer questions from other users in forums. Tutorials and/or blog posts would also be great! Of course, if you're a coding ninja 🥷, I'm not opposed to that either. My own weaknesses lie in graphics and design, which would be awesome to complement as well.

If you are interested, please contact me in the forums mentioned above or at my email address.

Where can I buy the connectors?

The 3.5 and 5.08mm connectors are available from several manufacturers. Since the OpenRemise boards have Phoenix Contact sockets installed, I would suggest purchasing the connectors from this company as well.

Connector Manufacturer Product Number Distributor
Track Phoenix Contact 1840366 DigiKey
Power Phoenix Contact 1836079 DigiKey

What can I do about a bad WiFi connection?

The OpenRemise boards use a small onboard antenna mounted directly on the PCB. These antennas don't have particularly good performance characteristics. Therefore, it's important that the network signal strength is as high as possible. The signal strength (RSSI or received signal strength indicator) can be read on the info screen in the web interface and should be at least 60%. If the connection times out from time to time despite a good signal strength, it may be helpful to check the Bluetooth devices in the area for possible interference.

How to connect using the Z21 app?

Unfortunately, the Z21 app currently does not support mDNS resolution but requires the manual entry of an IP address. However, to find out the IP address of your OpenRemise board, it is sufficient to access the homepage of your domain. The IP address that is shown on the info screen is also the one that must be entered in the Z21 app.

Frontend homepage / Z21 app settings screen

How to install the "ZIMO Interface" USB driver?

If you want to use an OpenRemise board with ZSP you have to install the official ZIMO Interface USB driver. Please download the ZIMO_Interface.inf file and follow the video description.

Installing the "ZIMO Interface" usb driver

How to reopen the captive portal?

If the board can no longer log into your WiFi for some reason, e.g. because the password has been changed or you made a typo in the captive portal, you can create an access point by holding down BOOT for about 5 seconds during operation. The blue LED then lights up and an access point called OpenRemise opens. There you can change the WiFi password as already seen in the Getting Started Guide.

Which current limit is right for me?

As a rule of thumb, we recommend the following settings for normal operation.

Current [A] Nominal size
0.5 Service mode
1.3 Z scale
2.7 N scale
4.1 H0 scale

I'm looking for a case?

The first support case is already available, it has been created by the user TiffyHH (or vbh on 1zu160.net). I'm hoping more will follow. 😊

Support (Case) for OpenRemise - Remix

Why doesn't the ZIMO decoder update work?

This can have different reasons depending on the decoder type:

  • For MN- and MS decoders, any energy storage in the decoder must be completely empty. If this is not the case, the decoder will not recognize the entry into the bootloader. This mainly affects large-scale decoders or decoders with goldcaps or STACO.
  • For MX decoders, the analog mode (CV29=10) and the update lock (CV144=0) must be deactivated for an update.

How to speed up mDNS resolution on Linux?

If you experience slowdowns in resolving *remise.local on Linux you could try to edit the hosts entry of /etc/nsswitch.conf. Use mdns4_minimal and mdns4 instead of mdns_minimal and mdns respectively.

For example, this is what nsswitch.conf looks like on my machine

# hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
hosts: mymachines mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
Previous Next
Getting Started History