Jump to content
C4 Forums | Control4

Rexabyte

c4Forums Member
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Rexabyte

  1. 1 minute ago, ejn1 said:

    Are camera drivers in?

    They are not. Most features are networking related. The furthest we branch out with the driver is allowing you to directly upload .ogg files onto AP's with speakers. We've streamlined this a bit so you can use our Amazon Polly driver to render text to speech and have your AP's play the message.

    If and when there is a camera driver it will be separate.

  2. I would just need a property that has the access key. That being said configuring permissions on AWS for the key should be done properly. I'll need to put an example AWS IAM policy together for the permissions required so in the event a key is comprised the only thing anyone can do with it is synthesize text.

  3. I can add a local time variable later today.

    As for more voices we pull them directly from the Amazon Polly API so it should always have the latest. There are some more advanced and natural voices in a different section of the API they're just substantially more expensive to render. If people want them I either need to price hike the driver or require the dealer/user to setup an AWS account and manage their own costs for voices.

  4. On 11/18/2019 at 7:55 AM, Stuart England said:

    Hi, I dont see anything regarding VLAN's... is it a case of not seeing any usecase for change of VLAN or its not done yet or the API doesnt allow it?

    Can you program on specific wifi device association? example if a specific mac address joins then do the following or is it generic for if any device connects? 

    No VLAN stuff yet, is there a specific use case you're looking for? The API is quite open ended so it's likely possible.

    All the events have associated values set as variables in the driver. You can create conditional checks to see if a specific client or device was the trigger for the event using these. If you wanted to check if a specific client joined the wireless network you can absolutely do that.

     

  5. 56 minutes ago, Cbell said:

    On a slightly different note. Does anyone have issues with the Annex4 toast messages to their 2nd LG TV? All of my LG TVs adhere to the deployment guide for the Annex4 driver and I’ve been successfully sending toast popups to my living room tv without issue. But, when I attempt to send toss messages to the master bedroom tv, the TV gets “unpaired”, which ultimately kills the volume control etc. If I never send a toast message to the bedroom tv, the TV operates flawlessly. But just as soon as I attempt to include that TV in the toast message programming, it gets unpaired. Any thoughts? Could it be a binding setting or something?


    Sent from my iPhone using Tapatalk

    LG actually broke the command if you include icon data in the toast messages on WebOS 4.5 televisions. The command actually fails on the firmware without an error response. We're looking into a fix or workaround to get them back. I have a release candidate so you can get the toast messages with just text for now, PM me if you'd like it. 

  6. 1 hour ago, ekohn00 said:

    its fast, noticeably faster. But slower than HomeKit, so I wouldn't go as Really-Fast.  :)

     

    Good to hear, is it more reliable? I find sometimes that the app isn't really connected to the system, I have to close and re-open it to get it to properly communicate again.

  7. They're referred to as toasts as far as the LG docs go. It's also the common term when you see them on web pages, either "Toast messages" or "Toast notifications".

    The Anthem MRX series of receivers can actually display small toast messages as well, but that's not directly on the TV. As for other TV's I'm really not sure about them all but Vizio does not offer them in their API.

  8. 13 hours ago, Dunamivora said:

    Maybe it still is in the API? That Github project looks current. Unless that Github project is using a mix of the old Sonos API and the new Sonos API.

    Just looked at source it's using the AVTransport service. I'm not sure which of the UPnP services are still supported, but at first glance it looks like it's still a MediaRenderer.
    https://github.com/duncan3dc/sonos/blob/master/src/Queue.php

    Also, the SMAPI isn't really locked down to Sonos, at least it wasn't last I checked. They made a general interface that Music Services were to adhere to. It's how I made the Songza driver back in the day integrated into Control4. I would imagine it's still possible to integrate some music services directly into Control4 using the SMAPI even now.

    https://musicpartners.sonos.com/node/71#toc0

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.