johnlemonse / homebridge-telldus

36 stars 22 forks source link

Adding 433mhz remote to homekit #70

Open linusnyren opened 6 years ago

linusnyren commented 6 years ago

Hi eveyone! Really enjoying the plugin with lights, doorsensors and temperature.

I´ve bought several outlet kits with included remotes. All remotes are now just laying in a drawer, so i figured it would be real nice to add a remote to Homekit to be able to assign the buttons to different scenarios. ex. button 1= goodmorning, button 2=movietime ....

I recently added doorsensors which are not normally supported by this plugin by adding this to index.js (All credit goes to @iZac85 !) { model: 'contact-sensor', definitions: [{ service: Service.ContactSensor, characteristics: [ Characteristic.ContactSensorState, Characteristic.StatusLowBattery ] }], }, And this to config.json { "id" : 2350060, "model" : "contact-sensor", "manufacturer" : "Linus", "name" : "Altandörr" } This got me wondering if its possible then to add a remote in a similar way? ping master chief @iZac85 i´ve looked around but im not that good at programming (yet!).

I hope we could figure this out, i guess i´m not the only one having alot of remotes just collecting dust...

Cheers!

iZac85 commented 3 years ago

Two years later I see this post where you have mentioned me 😅 Maybe this is not an issue anymore @linusnyren but if it is I'm afraid I cannot help you as I have moved over from Telldus Live to using only Home Assistant as a platform from my home automation and that was more than a year ago now 🙂

I hope you solve it anyway!

linusnyren commented 3 years ago

Haha no worries, I’ve moved away from Telldus aswell. 😊

iZac85 commented 3 years ago

Hehe ok! 👍 Then I wish you good luck in your future home automation endeavours 😊