Can the CM17A send extended codes? I have a project running on an Arduino that uses a CM17A to control a couple fans (yes, same project). The standard commands work fine and everything seems to work well in my semi completed state (the project correctly controls an appliance module and RR501 with light and desk fan). What I'm considering now though is the possibility that a thermohygrometer (DHT11) could fail at some point. These are cheap sensors and I've not seen an MTBF, so I'm thinking that planning for failure is a good thing.
What I'm considering doing is using extended commands to send the temperature, humidity, and/or error state of each sensor. I already have an AHK script running on my HA PC, so adding a module to convert these extended codes to something meaningful would be easy. I'm not sure if I'd want to post these readings to cosm or just a text file. I'd also send myself an email or sms if a sensor was chronically sending bad readings. But, all of this hinges on using extended codes with the CM17A on the Arduino. I'll look into writing the extended codes library myself if I can figure out if it's possible as right now no libraries include them.