Jump to content
C4 Forums | Control4

lukas.polivka

c4Forums Member
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by lukas.polivka

  1. Also found this:

    Quote

    I am pretty sure that there is an issue with the ethernet NIC (Controller) crashing.
    Several users were using ethernet remote control systems (I use Harmony, so didn't really note the outcome of this), and there was a problem that arose when keeping the XMC-2/RMC-1 constantly connected to the network.
    I am certain it was Megash0n who tracked it down - between three and four weeks ago (It was just before I got my XMC-2) and in the other RMC-1 thread that was closed down when this unified XMC / RMC thread was created 

    (may have been fixed in the firmware in the meanwhile though)

  2. Hi!

    Any luck with the Emotiva RMC-1 IP driver?

    URC Total Control 2.0 driver seems to exist, albeit only 1-way:

    https://cdn.shopify.com/s/files/1/2572/6926/files/URC_Total_Control_2.0_Emotiva_IP_Control_Integraiton_04082020_rev1.0.pdf?v=1586459947

    Quote

    This driver provides one-way control over IP of supported Emotiva processors. There is no user interface for this device; however, inputs/outputs can be assigned for auto-macro generation (Accelerate) and discrete functions are available for custom macro programming

     

  3. Hi!

    Does anyone have the serial protocol documentation for this device? I tried looking for it on the manufacturer's website without success.

    A dealer tried using the driver for C2500 but it does not work, some of the commands are different. I was able to figure out only some of them.

    First of all, the commands do not specify any zone (Z1, Z2) so the string matching patterns had to be modified.

    Then instead of VST num it uses VOL num to set volume level, PWR 0 and PWR 1 to turn it off/on instead of PON and POF. I wasn't able to figure out the volume up and volume down commands.

    And inputs are behaving erraticaly. If you choose an input using the front panel dial, you get e.g INP 9 back, but when you select input 9 using INP 9, the device returns INP 9... but actually always switches to an input that's IIRC one higher (or lower). 🤷‍♂️

  4. You can download the tools here: https://dl.radxa.com/rock_pro/tools/windows/

    I used RKDevTool_Release_v2.96-20221121, Rockchip_DriverAssitant_v5.1.1.

    I didn't make any changes to the config.ini file, the RKDevTool started in English.

    If you get an error saying the tool cannot find the config.ini file, move the whole folder somewhere else, e.g. to the C:\ root (it's some path issue, either special characters or the path is too long or something like that).

    You know the touch screen is in the correct mode when the app says Found One LOADER Device; not Found One ADB Device or Found One MSC Device or No Devices Found.

    You can just simply press & hold the recovery button on the device (IW: left-hand pinhole, TT: volume up button) while plugging the USB cable in, it should start in the correct LOADER mode immediately. (This helped me with a 10" IW which either wouldn't react to the Reset button or would always end up in the ADB mode for some reaseon.) Or plug the USB cable in first, then press & hold the recovery button and then just shortly press the Reset (pinhole) button if it's easier. The device should show up in RKDevTool almost immediately as a LOADER Device, it shouldn't be necessary to keep holding the recovery button for long.

  5. On 12/2/2021 at 9:38 PM, Darin, C4 PM UI said:

    Happy to announce that as of today, WebView drivers can now work on iOS & Android mobile devices with 321.46+ OS 3 mobile app and a controller running OS 3.1.3+.  However, it does require updates by the driver writer using the latest DriverWorks SDK to take advantage of this new functionality.  If you have WebView drivers you or a client uses that you'd like available on mobile, you'll need to reach out to driver writers with an update request to extended their driver with mobile support.

    Hi Darin, is the Battery Level Summarizer driver available yet? I cannot see it in the online database.

  6. From the DoorBird D10x installation manual:

    Quote

     

    Conventional electric door chime

    If someone rings your video door station, you will immediately receive a push notification with sound/vibration on your smartphone or tablet. In addition the video door station comes with a zero-potential relay contact for connecting a conventional electric door chime inside the building. The relay contact can be used to activate the separate operating voltage of the door chime or the door chime via its trigger input. If the operating voltage of the door chime is activated, it should not be greater than 24 V (AC/DC). The power consumption should not exceed 1A. The video door station does not provide its own power supply for the door chime. This is provided through the separate power supply of your conventional door chime. Should you have any questions, please contact the manufacturer of your door chime. You can find compatible door chimes and a sample wiring diagram at www.doorbird.com/support

     

     

  7. On 5/26/2020 at 2:04 AM, msgreenf said:
    On 5/26/2020 at 1:56 AM, THE L1ZARD KING said:
    When using the Chowmain Bond driver, is there anyway to reduce the number of fan speeds the C4 UI shows? My fans display 7 speeds but my fans only support 3, the Bond bridge identified them correctly as well. Using Composer HE I can only set the default on speed and don’t see any other knobs to turn. So far I just automated around it, any speed greater than 3 just sets the speed back to 3 (high).

    No way to change that. I talked to Alan about it when bond came out. The number of speeds can't be dynamic in c4 so he had to set it to 7 to account for everything

     

    They could create separate versions with 1-7 speeds (or whatever numbers make sense)…

     

  8. Additionally, you might want to execute some more commands later in the script, i.e., after the if-else block, regardles of which branch (if-else) was chosen. It's not possible with the 'Stop' command (unless you duplicate those commands before each Stop). The script just ends there.

  9. Thanks, David.

    6 minutes ago, david@berto.co.uk said:

    Am now working on supporting Shelly devices direct using CoAP and avoiding the need for the MQTT broker.

    Perfect! We sell Shelly devices (mostly stand-alone, but sometimes a device or two can be added to Control4) so this is interesting for us too.

  10. 1 minute ago, msgreenf said:

    even better on the mac image resizing is built in the command shell.  So you can do it without any 3rd party utilities 

    Cool, didn't know that.

    Although the nice thing about multiplatform tools is that you can learn them once and then use them on any system.

    (Then again, learning to use native tools has its upsides too.)

  11. No need to resize icons by hand. Use imagemagick.

    Run these commands by hand, or create a bat file (if on Windows) or a shell script (if on a *ix OS such a Linux or macOS).

    (Assuming imagemagick's executables are in your PATH.)

    magick convert deviceicon.png -resize 70x70 70x70.png
    magick convert deviceicon.png -resize 90x90 90x90.png
    magick convert deviceicon.png -resize 300x300 300x300.png
    magick convert deviceicon.png -resize 512x512 512x512.png
    magick convert deviceicon.png -resize 1024x1024 1024x1024.png

    Example bat file (my first, so not a stellar example, but it gets the job done):

    @echo off
    SET filename=%1
    FOR /F "tokens=2 delims=." %%A IN ("%filename%") DO (set extension=%%A)
    FOR %%F IN (70x70,90x90,300x300,512x512,1024x1024) DO (magick convert %filename% -resize %%F %%F.%extension%)

    Save, and run as

    imageresizer deviceicon.png
×
×
  • Create New...

Important Information

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