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.


Messages - Myro Control

Pages: 1 ... 6 7 [8] 9 10 ... 14
106
General Discussion / Re: Combining iTunes, Airplay and Sonos
« on: July 26, 2014, 10:52:17 am »
Hi Tom!

I was in the same boat hence the creation of Myro:Bridge and Myro:Air.  I wanted to simplify my system so my kids and wife could use it reliably.

You have a "headless" Russound system, meaning no Russound keypads instead you use the Russound App and automation system (KNX keypads) to control the Zones which should work fine.

Personally, I have a Russound Sphere System with XM, two iPod Bridges, Sonos and Myro:Air.   We seem to be using the Myro:Air exclusively now as all the streaming services we use are all available on iOS devices and we have iPhones and iPads around the house (Myro:Air also works with Windows and Android using UPnP).

The nice feature about Myro:Air is you can plug it into your Russound system and get 2-way metadata/transport control and/or you can control it via RS-232 via your control system and also get album art to the keypads if they support jpg/png via network url.

If you love your Sonos, the Myro:Bridge would bring 2-way metadata and transport control to the Russound (and anything connected to it, e.g. automation system).  You will need to use the Sonos app to change sources).

You have many options -- comes down to how you think your family will best utilize the system.

We can ship directly to you worldwide.

Let me know if you have any other questions!

107
Hi --  You sure can!

Key Digital is unique where you can "daisy-chain" their matrix.  You accomplish this by using the Key Digital (Daisy-chained A01/A02 Prefix) setting on Myro:Bridge and KD Matrix.

The only needs a single Myro:Bridge whereas other require a Myro:Bridge for each matrix.

108
General Discussion / Re: Pandora refuses to stay "paused"
« on: June 28, 2014, 07:16:21 pm »
Yes -- this is for uninterrupted Pandora playback.  What version of firmware are you running on Myro:Bridge -- I believe we have a fix for this.

109
General Discussion / Re: New Version soon??
« on: June 28, 2014, 07:14:58 pm »
Yes, I see you have some support for IP cameras, but it is my understanding that you only support display of them in a 4:3 format, not 16:9 yet. Please correct me if I am wrong, the last post I saw on the subject was a year ago. As for which one, I am looking at an HD IP camera from Foscam. As for the SONOS, I previously asked if you would support SONOS speakers directly from the interface in your Feature Request section, which you indicated was possible and would be added to the feature list. So I am curious about a timeline for those two features specifically. The HD format 16:9 IP cameras are my first concern, but the SONOS support without the bridge would really make this the complete package for my home. Also, it appears the last update was almost 4 years ago, which is a long time between versions, so I was just looking for some feedback as to when a new version might be out. Thanks much

Correct, it's 4:3 right now and we have a 16:9 build in beta.  As for SONOS support, it would be possible, the challenge is we have limited resources and have put those into Myro:Bridge and Myro:Air.    Myro:Home is still an active product -- that said, it will probably be a while until a new version is publicly release.

Thanks for your support!

110
General Discussion / Re: New Version soon??
« on: June 27, 2014, 11:38:05 am »
Hi!

We already support IP cameras -- any one in particular you're interested in?

As for Sonos, we support Sonos if you are using your HAI with Russound Controllers.  Then you need the Myro:Bridge with the Sonos Firmware.

Let us know if you have any other questions.

111
Firmware / Re: Matrix Firmware v1.3.25
« on: June 24, 2014, 11:34:46 am »
We've updated to .27 now.  Please create a new support ticket and I'll send out the new link.

112
General Discussion / Re: ELK M1
« on: June 07, 2014, 11:44:06 pm »
Will do and report back what I find.  Should be possible...

113
General Discussion / Re: Static IP in MyroBridge
« on: June 07, 2014, 11:43:41 pm »
Myro:Bridge uses ZeroConf model and the best way to set a static IP is using your router.   It's should be pretty straight forward to do so -- let me know what router your using.

114
General Discussion / Re: ELK M1
« on: June 01, 2014, 05:40:04 pm »
Let me look into it... it sounds like it would be similar to the proof-of-concept we did for HAI which can also send RNET via RS232.    If I understand correctly, the ELK is like a HAI where you cannot write your order drivers so we need to "emulate" something that already is supported.  Correct?

115
General Discussion / Re: ELK M1
« on: June 01, 2014, 08:15:18 am »
Hi George -- can the ELM send and receive RS232?  If so, you should be able to.  Look at the Myro:Bridge protocol.

116
Feature Request / Re: Request for SONOS wireless speaker support
« on: May 15, 2014, 10:51:09 am »
That should be possible.  We'll add it to our feature request list.   Thanks!

117
Yes.  That's how it works.

118
Tech Notes / FAQ / Re: RS232 Control Protocol v1.1
« on: May 06, 2014, 11:03:56 am »
Attached is the pinout for RS-232 cable for Myro:Air.

119
Tech Notes / FAQ / RS232 Control Protocol v1.1
« on: May 06, 2014, 10:59:21 am »
Here is version 1.1 of the RS232 commands for Myro:Air.

Features in GREEN available in firmware version 1.2.6 or higher.

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]|[TOTAL_TIME]<cr>

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

REQ: *TOTAL_TIME<cr>
RES: #4402|[TOTAL_TIME]<cr>

REQ: *ALBUM_ART<cr>
RES: #3707|[ALBUM_ART_AVAILABLE]|[URL]<cr>
(** NOTE: [ALBUM_ART_AVAILABLE] = 0 for no, 1 for yes)

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]|[TOTAL_TIME]|[ALBUM_ART_AVAILABLE]
(** NOTE: [ALBUM_ART_AVAILABLE] = 0 for no, 1 for yes)

EVENT WHEN ALBUM ART URL IS AVAILABLE:
RES: !|http://xxx.xxx.xxx.xxx/url_to_the_art.jpg

120
Firmware / Matrix Firmware v1.3.25
« on: May 04, 2014, 01:55:42 pm »
We have released v1.3.25 which does the following:

- Adds support for new Matrix Switchers

Please create a support ticket to get the firmware download tool -- please specific OSX or Windows.

Pages: 1 ... 6 7 [8] 9 10 ... 14