• Try Us Out - See our Demo Tabs Above

    Sports Bars

    Experience our Sports Bar TV, Audio and Lighting Control System with our awesome demo! We provide multiple TV control systems that will easily integrate your Audio/Video and environmental components into one easy to use package. Let multiple hand-held remotes be a thing of the past and experience hassle free one-touch control. With the versatility of myServer 6, you may be able to retrofit existing equipment into the control system which makes it economical to get the most value out of your technology investment.

    Residential

    With a whole new exciting look and feel our transparent "Moonlight" user interface allows clarity and ease in maneuvering your lighting floor plan, climate control, security cameras, and security keypad as well as entertainment options. Control all aspects of your home with simplicity and confidence.

    Digital Signage

    Allonis makes it easy to control and launch your media content. We have created software that ties in seamlessly to your bar or restaurant control system. Upload new images and videos, discard old ones, decide what to play or post and where with just a few selections.

  • Sports Bar & Restaurant Demo

    Select a source on the left and then select the TVs you would like to change on the right.

    Along the bottom are options for a DirecTV remote, TV Guide, Audio, Favorites & AppleTV. In addition you can touch the video camera on the left hand source options to get a live preview of what's playing on that source. Be sure to click around and try everything.

    Read More

     

    Customer Listening Experience

    Pan from left to right and up and down to see all the TVs.

    Customers can select the TV closest to them to tune in to the audio.

    Read More

     

    No Floorplan Option.

    If you are not interested in a navigable floor plan we can provide a generic interface instead.

    The same features are supported.

    Read More
  • Residential Demo

    Below is our residential simulation.

    Be sure to click around and try everything. Read more about the UI below.

    Read More
  • Digital Signage

    In the large window select a player on the left. Then select an option layout on the right. Select available assets from the list provided. You can add a ticker of either a message or weather by checking the boxes. When you are finished making selections click “send to player”. Your choice will appear on the corresponding player above. To pause a video click the player once.

    Read More
  • SmartRemote Demo

    Below is our SmartRemote simulation.

    Be sure to click around and try everything. Read more about the UI below.

    Read More

Our Products

See the latest myServer 6 products, available for individual purchase or part of a custom Allonis system built especially for your project.
Software
Hardware
Sports Bars
Services

myServer 6 now supports "Floating Windows".  This is an extension of the Dashboard that allows multiple independent browser windows to access various myServer functions at a glance and the ability to "copy / paste" from one window to another.  Very helpful, for example, to develop a control system configuration that requires access to Variable names, Macros, and myDesigner Windows application to configure advanced functions.

Floating Windows 1024

So, Floating Windows is also usable in end user interfaces:

Use case:  You have a Pi Primary HDMI Monitor connected to a screen that is the vehicle "digital dashboard".  Then, you connect a secondary  touchscreen monitor that is in the center of the vehicle's dashboard.  Launch the second webpage using this command:  Popup|url~overlay~left~top~width~height

Note, the URL can be a completely different project from the first window.  You can then independently control the independent user interfaces that are running on the same myServer and same Pi instance.  Powerful stuff!

 

Linux Terminal in a browser

myServer includes the ability to open a webpage from any connected browser and open a terminal window where you can interact with the operating system.  To use: go to Dashboard, click on "Utilities", and then click on "Linux Terminal".  A browser will appear.  You can right click and change the color of the font.  Remember, the user ID is "allonis" and the password for myServer OS is also "allonis". 

With great power comes great responsibility.  Note that you are interacting directly with the operating system so you shouldn't issue commands that you aren't familiar with their result.

 

If you are not using the latest Master Image (you will see "unable to connect..." message in the embedded browser window) then:
In a local Linux Terminal window (you can access this from the Raspberry OS Desktop (requires keyboard / mouse to add or advanced users can use "Putty" from a second computer to the myServer controller's IP):


sudo apt install openssl shellinabox
sudo nano /etc/default/shellinabox

Modify the existing line to:  SHELLINABOX_ARGS="--no-beep --disable-ssl"

sudo systemctl restart shellinabox

Note that the myServer controller OS user name is "allonis" and password is also "allonis".

If you want to enable SSH or VNC, from the terminal type raspi-config. Under interfaces, select and enable SSH and VNC. 

 

 

Running Curl commands

1) Modifies the Run command to add an additional third parameter that will receive the output of the command for further processing.
        Run|Program~Parameters~resultsVariable
2) Adds a new command called RunParseResults
        RunParseResults|Program~Parameters~ResultsVariable

We tested RunParseResults using your previous json response as its output using RunParseResults|curl~params~foobar  and this is what server variables were created. Probably a bit overkill but perhaps useful.
 

foobar.png

 

 

MQTT

MqttPublish works when you use a variable for the data.  Here is an example in Mqtt:

Macro|
SetVariable|test_bjv~atv!
MqttPublish|theater/source~{{test_bjv}}!

Calling MqttPublish like this does work:

Macro|
MqttPublish|theater/source~atv!