Jump to content
C4 Forums | Control4

Rexabyte

c4Forums Member
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Rexabyte

  1. 21 hours ago, R_Willis said:

    This driver work well?   worth it?

    I've been running it since day 1 (as I wrote it) and I haven't had any hiccups with it. The volume ramping can be a little odd at times, as we only send the next request after we receive a confirmation for the previous request and I've noticed the TV is sometimes slow to respond to the HTTP requests for volume. This may have been fixed in recent firmware, it's just something I noticed when I initially wrote the driver. It means sometimes you'll get a small delay when ramping volume. It only occurs with volume which is even more strange, everything else instantly responds. Holding directional inputs for example doesn't experience the same issue.

    Pairing is easy and can be done without the original remote. Power on occurs discretely over a HTTP command and doesn't require WOL. It's one of the drivers we never really get support calls for, it just works and the install is simple.

    If you have any questions about technical details PM me.

  2. Synthesize commands should definitely be rendering the audio and playing the associated announcement. Make sure that the 'Announcement' property matches the announcement you created as it is case sensitive. By default the property is 'polly'.

    The 'Announcement Finished' event occurs when the announcement is finished playing. We included it so you could accurately have something execute after the announcement was finished.

    @livitup Hopefully this clears up any issues. If you still have issues feel free to PM me.

  3. Properly ID'd shades will return the following: !###D001vD## (Where 001 is the shade ID, you'll get 002, 003, etc.).
    Problematic shades will return the following: !###D...vD##; If you see this in the debug log we can't communicate to the shade as it has no ID.

    Edit: Got in contact. The hub is only returning the 2 shades mentioned, the other 5 are completely missing.

  4. The App is not a good indicator of control through serial by the Hub. They're completely separate yet we keep seeing the comparison.  The issue occurs when the shades have not been ID'd for serial communication properly.  Shoot us an email and we can see what's up. You'll likely just need to pair the shades that aren't showing up.

  5. Not abandoned, I'm actually using it locally in my own home, it's just not ready for release or beta yet.

    What's done - Unifi Controller:

    • Realtime events for the following:
      • Admin Login
      • LAN [Connection\Disconnection]
      • LAN [Guest Connection\Disconnection]
      • WIFI [Connection\Disconnection]
      • WIFI [Guest Connection\Disconnection]
      • Unifi Devices [Connection\Disconnection Adopted\Readopted]
      • Unifi Access Point [Interference]
      • WiFi User Roamed
    • Programming commands:
      • Restarting of ports on switches
      • Trigger speed test

    What's done - UAP:

    • Integrated with our voice genie driver to directly play and upload .ogg files
    • Commands to playback any audio files on the device

    What's done - Webview

    • Tab for displaying all client devices on the network
    • Tab for displaying all Unifi devices on the network
    • Tab for displaying events
    • Tab for general settings information

    To come:

    • Triggering and display of speed test on Webview
    • Programming events for completion of speed test
    • Programming variables for speed test results
    • More realtime events
    • Modal dialog (Webview) for switches to allow restarting of ports, viewing connected devices, etc
    • General control of Unifi Devices like the controller
      • Lights, Restart, Upgrade, Block,  Reconnect, etc.

    EDIT: The API is pretty open ended, almost anything can be accomplished that the Unifi Controller webpage can do. We'll be sure to see all the features mentioned in the thread implemented as well.

  6. Are you writing drivers for yourself or to create solutions for other dealers? Is your goal to sell the drivers?

    Learning Lua won't be an issue, it's an easy move from any language. Gaining the knowledge of the underlying protocols being used to talk between devices (Websockets, HTTP, etc) will be the more difficult part unless you are already familiar. It will also take a bit of time to get used to the Control4 environment from a Driverworks perspective.

    Webviews seem to be the cool new thing so it likely won't just be Lua you'd be writing drivers in. It will be other common web languages and markups, HTML, CSS, Javascript, etc.

  7. On 3/16/2018 at 4:34 PM, enzeder said:

    There is a connection for DLNA video, and the first post says DLNA support is coming.

    Is this working (and if so how would it be set-up), and if not is there an ETA?

    I assume by DLNA we will be able play files direct rather than go manually through the network menu as I do at the moment?

     

     

    No ETA at the moment, but there are some things in the works. I'll provide more information when things get closer to release.

×
×
  • Create New...

Important Information

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