Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 433mhz remote to homekit #70

Open
linusnyren opened this issue Jun 30, 2018 · 3 comments
Open

Adding 433mhz remote to homekit #70

linusnyren opened this issue Jun 30, 2018 · 3 comments

Comments

@linusnyren
Copy link

linusnyren commented Jun 30, 2018

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
Copy link

iZac85 commented Jun 1, 2021

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
Copy link
Author

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

@iZac85
Copy link

iZac85 commented Jun 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants