sstadlberger / home

Custom Interface / API for the Busch Jäger free@home system.
Mozilla Public License 2.0
42 stars 16 forks source link

New devices to add #19

Open truespinmice opened 6 years ago

truespinmice commented 6 years ago

Hey, First of all GREAT THANKS for doing that API interface. It makes life easier and open dozens of possibilities.

Okay, back to business :) I've noticed that your device's configuration lacks of some actuator/switches that I own. For example one-button classic switch (deviceID: 900C, typeName: Sensor/ Schaltaktor 1/1-fach) which works on channel: ch0003. Of course I've added them to my code and they work like a charm but if you want to I can post here a few devices and you can add them to yours repo?

Best regards, trues.

henry-spanka commented 6 years ago

Hi, I guess you can open a pull request for that. Also note that you can directly set the datapoint with a GET request to /raw/:serialnumber/:channel/:datapoint/:value

truespinmice commented 6 years ago

Thanks Henry, Indeed it works ;)