Does anyone have any experience with writing Control4 drivers ?
Control4 is one of the the most widely used control systems in our local market and having a driver which would integrate Arylic products into the Control4 system would make Arylic a powerful product at its price point.
Hi @Mike welcome to the forum. It is a very friendly and helpful forum.
I wouldn’t expect Arylic to develop a driver per se for Control4. However the Arylic devices are DLNA Renderers so providing Control4 is a compatible DLNA Music Controller it should be possible
I would search the Control4 forum with key words DLNA, Renderers, Speakers.
I’ve been developing a driver from a previously rebranded version and have recently started on the Arylic. IP based with navigation controls. I’ve yet to tackle making the album art show up on Navigator though. You can always make an IR driver easily as they include a remote with the S10 and other larger streamers.
Owners of Control4 automation solutions generally use the Control4 app to control everything in the house which is better for consumers as they don’t have to open up multiple apps on their devices to control audio , video, lighting etc
Being able to control Arylic directly from the Control4 app would be brilliant.
Hi all,
In the past I used Janus to develop a set of drivers for the company I worked with. They provided Control4, AMX, Crestron, Elan and a few others. Janus were fantastic but this was a commercial development so cost money. https://janustechnology.co.uk
maybe worth checking them out.
Martin.
Thanks for the info Martin. I completed an online reply form on the Janus website but have had no reply at all in over a week.
Do you still have a contact that I can speak to there ?
I am using a paid driver to control Arylic A50+ from control4 app and also smooth integration. we can catch the present streaming , USB source and Bluetooth source.
I am using a paid driver to control Arylic A50+ from control4 app and it is smooth integration. we can catch the present streaming , USB source and Bluetooth source.
normally the HTTPAPI, you could send with common HTTP GET request, or test in the browser. For TCP, you need a tool or programming, as there’s a specified data structure for the full command.
Regarding the HTTPAPI, you could just fill the link in browser and head to, eg: http://192.168.86.31/httpapi.asp?command=getStatusEx, and you’ll get a json text reply normally. No need add the GET text before the link. I mentioned GET because it’s using this method. It’s just a term.