Jump to content
C4 Forums | Control4

net_tech

c4Forums Member
  • Posts

    63
  • Joined

  • Last visited

Posts posted by net_tech

  1. Question. If I do the experience button I can have the button on any screen, but I would be limited to only On / Off and for speed adjustment of the fan I would still have to go to Lights? 

    I opened the XML file for the "Lutron RadioRA2 Fan" and the "Fan" proxy XML
    The driver is in Comfort Category and the proxy is in HVAC. Why would the UI show under lights?

    Driver 
      <manufacturer>Lutron</manufacturer>
      <creator>HouseLogix, Inc.</creator>
      <created>01/21/2014 12:00 PM</created>
      <modified>10/02/2015 2:00 PM</modified>
      <model>RadioRA2 Fan</model>
      <composer_categories>
        <category>User Interface</category>
        <category>Comfort</category>
      </composer_categories>

    Proxy

        <composer_categories>
            <category>HVAC</category>
        </composer_categories>

    Thanks 

  2. It's available in their API  https://www.tomorrow.io/data-catalog/core/.  Obviously each value will have its own field, which one would make more sense for your implementation ?

    Precipitation Intensity
    The amount of precipitation that falls over time, covering the ground in a period of time

    Precipitation Type (not available with all plans)
    The various types of precipitation often include the character or phase of the precipitation which is falling to ground level

    Precipitation Probability
    The chance of precipitation that at least some minimum quantity of precipitation will occur within a specified forecast period and location

    Precipitation Accumulation (not available with all plan)
    The amount of liquid precipitation accumulated over a specified time period over a specified area

  3. @Amr can you please share a snippet of your programming so I have better understanding of how you have it set up, but in my case I was gonna create a schedule for every hour and update the cloud cover value. In your case getting precipitation value may be a better option as it does not always rain on a cloudy day. I will publish an updated version of the driver this week, but not sure if it's a best option for you. Either way give it a shot and let me know what you think would make it work for your application. 

  4. Hi,

    I have a beta version of a C4 driver to obtain cloud cover for any location on the map. If you want to trigger an event on a cloudy day and don't have a light sensor, this could be a solution. Since this is a first release I don't recommend adding this driver to your customer controllers at this time. I still have a few minor issues to work out and also need to write documentation. 

    The driver uses https://www.tomorrow.io/ API to retrieve the current cloud cover for the latitude and longitude obtained from the project, however values can be manually changed. 

    You must register with https://app.tomorrow.io/signup to get an API Key which you will need add to the driver. The Free plan is good for 500 API calls per day / 25 calls per hour / 3 calls per second. If you are paranoid and need to make more API calls, a paid plan is available. I have no affiliation with tomorrow.io, just found their service to be the most reliable.

    The driver was only tested on 3.2.2 and is not guaranteed not work on anything older.

    Please don't share your API Key (The key shown below is for illustration only, don't try to use it in your system as it's invalid.)

    drv.jpg.2f87762471d3d189a5ff09b5bc4203bf.jpg

    HTTP GET is a required command before you set up any conditions. If configured correctly HTTP GET will update the CloudCover field in the driver when driver is called. 

    drv1.jpg.62ea39773ef94b3fc85ea2d86179accd.jpg

    When you set up a condition for the driver, Cloud cover value will not display in the Actions, PARAM2 will show instead. (I am still working on this problem)
    At this time you can only see the selected value if you enable the debug on the driver. 

    cond.jpg.ea20b457b03d648d5c979e95de7d1823.jpg

    Feel free to post your results here or email us directly if you have any problems with the driver.

     

     

  5. Thank you @Jeff W

    Sounds like I am stuck with a default circle icon for the garage door. While we are on the garage topic. I have some experience with image recognition in python and wanted to try this in LUA. What I have in mind is a garage door state sensor without the sensor. Actually, I would use a sticker on the top edge of the door as a sensor. Then If I can do an pixel compare logic in LUA for a specific area of the picture from the garage camera I may be able to figure out the state of the door. 

    Don't think it's gonna be as reliable as the actual sensor, but this would give me an opportunity to write some LUA code.  

×
×
  • Create New...

Important Information

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