09-14-2021, 06:27 AM (This post was last modified: 09-25-2021, 06:20 AM by Mark Stega.)
I have updated the Lutron drivers mentioned above. Support has been added for fans, shades, and shadegroups. The shipped RA2 client driver does not know about these so you have to edit the configuration file by hand. Here is a very simple configuration file defining three thermostats:
(09-23-2021, 03:49 PM)tom Wrote: I imported the updated an loaded it, I dont see the new optionsĀ it in the driver client`
Per the first post the shipped client driver does not yet support the new options. You have to edit the configuration file by hand to add the new devices at this point.
There's an issue in the Fan handler. It's creating a string based, enumerated field, but storing a Card4 field as a value. the StoreFanLevel method needs to check the value to see if it's one of the possible values and store it as text.
What is missing are
1) The 'back' translation from a received Card4 from the reported fan level to the string field
2) Handling in StringFldChanged to set the card4 in the automation
3) Handling for shades & shadegroups in CardFldChanged
I hate doing driver development 'by eye' with no testing possible, I should have caught #2 & #3 by setting a value, but without a fan I'd have never had a test for #1.