Jump to content
C4 Forums | Control4

alanchow

Supporter
  • Posts

    4,333
  • Joined

  • Last visited

  • Days Won

    220

Everything posted by alanchow

  1. If you know how to program then you can program the dry contacts to send HTTP requests to our generic TCP driver. https://www.chowmainsoft.com/generic-tcp-command
  2. If you have a Mitsubishi Electric Domestic, Mr.Slim and City Multi then use one of these. it is wifi based so no cable running needed. jusf plug it into the indoor unit and if will provide bidirectional control and feedback https://www.intesis.com/products/ac-interfaces/wifi-gateways/mitsubishi-electric-ascii-wifi-ac-me-ac-wmp-1?ordercode=INWMPMIT001I000
  3. One of my favourites is Escea. We have IP control over it. https://www.chowmainsoft.com/escea
  4. We had one ticket about this. Followed up with driverCentral admins and they say it’s fine. We have had several purchases in the past few hours with PayPal as well.
  5. Yes the current.snow.1h is what i am using. To be honest its the only thing we get. Its polled once every 15 minutes so its at that polling point. I am not sure if it is a total accumulation or for that particular hour. In regards to double nested there is no need for an 'and' nor is order important.
  6. Snow and rain are in mm https://openweathermap.org/api/one-call-api
  7. Click on 'Help' Click on 'About Composer Home / Pro', Click on 'Copy to Clipboard' Paste it here. Certain versions of Composer have debug logging on by default. controller logs to the filesystem not to your computer.
  8. No our generic tcp driver does not support web sockets
  9. Please submit a ticket or call our office for support (AEDT business hours). I didn’t develop this driver myself so I can’t really help you on this one and the guy that did doesn’t visit forums.
  10. Just make sure that you are not breaching any non disclosure agreements by posting that information.
  11. Control4 used to have something simliar. The heavy duty power controller. Don't think it was used that often. It might be worth reaching out to Quyen or Noel from Control4 to discuss the viability of the product in their market. https://www.control4.com/docs/product/heavy-duty-power-controller/professional-wiring-guide/english/latest/heavy-duty-power-controller-professional-wiring-guide-rev-a.pdf
  12. Don't think you want to do that. Most OAuth2 based systems require token exchanges and token refreshes periodically. Most of the ones i have seen range from hourly to at max once a month. Most of them are weekly. Honestly if it gets to that stage a real driver should be written.
  13. My theater has a 2m wide blind and although it is slower than the other shades I have it does work. In regards to how powerful it actually is you’ll have to reach out to the manufacturer with that question.
  14. Hi guys, Back in May i had the idea to start the 'SMART HOME PRO TIPS' series of informational newsletters through our mailing lists in the hope that we can pass on knowledge and educate both integrators and consumers about which products to choose from and what to do to create the ultimate smart home! Our first newsletter was about easy ceiling fan integration into Control4. We just sent out a new one today about easy blind / shade integration into Control4. Hopefully you guys find it useful. I just installed the Oz Smart Things Oz Remote Smart Blinds at my place and at $399.99 AUD for a 3 pack it is bang for buck. Was really easy to install and took about 2 minutes to do each blind. Will let you guys know how the solar holds up over the coming months. If you arn't subscribed to our newsletter you can view the first issue via the above newsletter links.
  15. Chowmain - Everlights Driver for Control4! EverLights is the industry leader in accent lighting for your home or business. The discreet patented light design hide during the day for seamless integration with the facade of the building. The EverLights app enables complete control of each light individually. Color, brightness, and effect can be chosen by the homeowner to help decorate for any occasion. These are more than just permanent Christmas lights, these are lights made for all of life's moments.Features This driver is manufacturer sponsored and is as such FREE of charge Two way control/feedback. Import of Sequences for each zone (as a light switch proxy) Programatically fire sequences via programming tab. FAQ Why is this product so cool? By integrating Everlights into Control4 you can now automate accent lighting in your home! Schedule festive lighting like new years, valentines day, St Patrick’s day, Christmas and more! Where can i purchase Everlights from? You can purchase Everlights directly from their website. EverLights Website How do you install the driver? This driver communicates via the Everlights bridge. One network bridge driver is installed per zone. If you have multiple zones install multiple instances of the driver. For each zone install sequence drivers for each sequence in that zone. How do you use the driver? The driver is smart enough to figure out if a sequence is on for that zone. If a sequence is switched on all other sequences in that zone show as off. To switch sequences just select one of the other sequences. To turn off the zone just turn off the active sequence. How do I find out more information about the driver? Please see the links below for more information about the driver. Chowmain Website How do I buy the driver? This driver is free of charge as it is sponsored by the manufacturer
  16. If it’s 8 timers only you should do the math to align the timer up to whenever you have set it once off first off. After that 24 hour repeating timers will do.
  17. Yep similar concept. My method just aligns it to the minute rather than randomly whenever the timer starts.
  18. Sorry this driver does not support custom headers
  19. Method 1 - Utilise os.time() and a initial timer set up a reoccurring timer to the period you want (this lines it up to the exact second. You will need to do a bit of math eg every minute/five/half hour/hour) and utilise a table of a schedules (time stamps) to determine when you want to fire a schedule) Method 2 - similar to above but rather than using timestamps utilise os.date to figure out the day of the week, month, year if you want to do reoccurring based on any of those factors. Hope that helps.
  20. In general i would stay away from programming in this method as tracking would be lost. You can hide rooms from navigator. The programming is really simple. Just add in a room. Set the endpoint to zone 2. Add in a media scene tying the room power, volume, mute and source selection. Program custom button (or experience button) to activate / deactivate the media scene. All in all it should take you 30-60 seconds to complete all of that programming.
  21. The best method of doing this is to create a media scene that joins the rooms together and enable / disable that media scene from the custom button. That will work perfectly.
  22. Update Added Xbox Series S Added Xbox Series X Added Playstation 5 Added Retropie Added Raspberry Pi
  23. We struck a deal with Staub. They did not steal anything.
×
×
  • Create New...

Important Information

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