Myro Control   |   Myro:Air   |   Myro:Bridge   |   Myro:Home   |   Contact   |   Support

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Myro Control

Pages: 1 [2] 3 4
17
General Discussion / MOVED: RS232 Control Protocol
« on: March 16, 2014, 01:33:51 pm »

18
General Discussion / RS232 Control Protocol Now Available!
« on: February 16, 2014, 11:30:10 am »
In our latest version of the Sonos Firmware (v2.2.0 and above) we added the ability to control the Sonos transport and get 2-way metadata/transport status via RS232.  This is great for AMX/Crestron and any other home control system giving it the ability to control a Sonos Connect via RS232.

RS232 Protocol Specs

19
Firmware / Sonos Firmware v2.2.0
« on: February 16, 2014, 11:27:11 am »
Change Log:

- Added 2-way RS232 control for use with AMX/Crestron/Home Control Systems


Please email create a support ticket and we'll provide the firmware to you.

20
Tech Notes / FAQ / RS232 Control Protocol
« on: February 16, 2014, 11:24:20 am »
Here is the version 1.0 of the RS232 commands for Myro:Bridge/Sonos Firmware (v2.2.0 and above):

Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1

REQ = Request
RES = Response

[TRANSPORT_STATUS] Types:  Unknown = 0, Stopped = 3, Playing = 1, Paused = 2
[MEDIA_TYPE] Types: Music Library =3, Radio = 1, Pandora = 2, Rhapsody = 4, XM = 5, Windows Media Music Library Server = 6

-----

REQ: *IP_ADDRESS<cr>
RES: #4372|XXX.XXX.XXX.XXX<cr>
       
REQ: *VER<cr>
RES: #522|2.2.0<cr>
       
REQ: *NEXT_TRACK<cr>
RES: #4385|OK<cr>
       
REQ: *PREV_TRACK<cr>
RES: #4364|OK<cr>
       
REQ: *PAUSE<cr>
RES: #1220|OK<cr>
       
REQ: *PLAY<cr>
RES: #848|OK<cr>
       
REQ: *ALBUM<cr>
RES: #1218|[ALBUM TITLE]<cr>
       
REQ: *ARTIST<cr>
RES: #1783|[ARTIST TITLE]<cr>
       
REQ: *SONG<cr>
RES: #824|[SONG TITLE]<cr>
       
REQ: *STREAM_TYPE<cr>
RES: #5413|[STREAM_TYPE]<cr>
             
REQ: *ALL_META<cr>
RES: #2849|[STATUS_TEXT]|[ALBUM]|[ARTIST]|[SONG]<cr>

REQ: *STATUS<cr>
RES: #1796|[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]<cr>  (example: #2A|Initializing...|3<cr>)   

REQ: *DEVICE_NAME<cr>
RES: #5064|[DEVICE_NAME]<cr>
       
REQ: *MEM<cr>
RES: #498|[FREE MEM]<cr>

REQ: *ID<cr>
RES: #258|[ID]<cr>

EVENT WHEN METADATA/STATUS CHANGES:
RES: @[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]|[ALBUM]|[ARTIST]|[SONG]<cr>

21
General Discussion / Myro:Air Packaging
« on: November 24, 2013, 09:08:24 am »
Here is a sneak peek at the Myro:Air all packaged up and numbered.   The units are off for Apple Certification...

22
General Discussion / Myro:Air User Manual
« on: November 19, 2013, 09:20:27 pm »
Hot off the press — the Myro:Air user manual is now available for download.   This documents everything you need to know about on how to setup and troubleshoot Myro:Air!

PDF: Myro:Air User Manual

23
Tech Notes / FAQ / Russound Smart Source Control
« on: September 30, 2013, 04:53:50 pm »
For those Russound dealers/users -- Myro:Air will ship RNET ready so all you need to do is connect a Cat5 cable to the "Myro:Link" ports, assign the Myro:Link ID (same as your RNET Source ID) and setup the source for Myro:Air as a iBridge Dock.  That's it!  2-way control and metadata right at each keypad!

24
Tech Notes / FAQ / Crestron Control Module
« on: September 30, 2013, 04:51:40 pm »
The Crestron module has been written in SIMPL+ and provides real-time feedback from Myro:Air.   We have also provided a basic example interface in VTPRO/E so you can get Myro:Air plugged into a Crestron system quicker.   

For Crestron 2/3 Series controllers.

25
Tech Notes / FAQ / RS232 Control Protocol v1.0
« on: September 23, 2013, 02:47:43 pm »
Here is the version 1.0 of the RS232 commands for Myro:Air. (a newer version is available here)

Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1

REQ = Request
RES = Response

REQ: *IP_ADDRESS<cr>
RES: #4372|XXX.XXX.XXX.XXX<cr>
       
REQ: *VER<cr>
RES: #522|1.0.0/I2013082900469602<cr>
       
REQ: *NEXT_TRACK<cr>
RES: #4385|OK<cr>
       
REQ: *PREV_TRACK<cr>
RES: #4364|OK<cr>
       
REQ: *PAUSE<cr>
RES: #1220|OK<cr>
       
REQ: *PLAY<cr>
RES: #848|OK<cr>
       
REQ: *ALBUM<cr>
RES: #1218|[ALBUM TITLE]<cr>
       
REQ: *ARTIST<cr>
RES: #1783|[ARTIST TITLE]<cr>
       
REQ: *SONG<cr>
RES: #824|[SONG TITLE]<cr>
       
REQ: *STREAM_TYPE<cr>
RES: #5413|[STREAM_TYPE]<cr>
             
REQ: *ALL_META<cr>
RES: #2849|[STATUS_TEXT]|[ALBUM]|[ARTIST]|[SONG]|[ELAPSED_TIME]<cr>

REQ: *ELAPSED_TIME<cr>
RES: #6131|[ELAPSED_TIME]<cr>

REQ: *STATUS<cr>
RES: #1796|[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]<cr>  (example: #2A|Ready for AirPlay...|3<cr>)   

REQ: *DEVICE_NAME<cr>
RES: #5064|[DEVICE_NAME]<cr>
       
REQ: *MEM<cr>
RES: #498|[FREE MEM]<cr>

REQ: *ID<cr>
RES: #258|[ID]<cr>

EVENT WHEN TRACK CHANGES OR IS PLAYING UPDATES EVERY SECOND:
RES: @[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]|[ALBUM]|[ARTIST]|[SONG]|[ELAPSED_TIME]

27
Firmware / VIDEO: Updating the Myro:Bridge firmware
« on: September 15, 2013, 03:42:09 pm »
Here is a quick video showing how to update the firmware of the Myro:Bridge.


28
Firmware / Matrix Firmware v1.3.11
« on: July 18, 2013, 11:24:30 am »
Change Log:
- Fixed Gefen 4x4 switcher issue

30
General Discussion / Order Myro:Air Now - NOW SHIPPING!
« on: June 11, 2013, 02:19:58 pm »
We are proud to announce that Myro:Air has begun shipping sooner than our expected ship date of May 1, 2014.   It's available for order today!  Be sure to place your order today!  Our stock is limited so make sure to order your unit sooner than later.

Pages: 1 [2] 3 4