-
Notifications
You must be signed in to change notification settings - Fork 7
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
Help with address #19
Comments
Unless you also have a receiver, you can't find out the address. However, since most (all?) recent KaKu devices can be assigned multiple addresses, it's much easier to just make up your own address and device, put the device in learning mode, and send the "On" command while they are listening. That way, they will learn the address that you configured in the Homebridge config. |
Havent thought of that thank you! |
I just tried it that way but the kaku device is not responding on my signal. I did install everything as needed to the GPIO pins and used the physical numbering for the config. config: "platform": "KlikAanKlikUit", |
Can you post your full config? Also, both I'm not sure what the maximum allowable value of |
Here is my full config with the changes in it you said. still not working. |
It looks okay to me, but to be sure, also make the
(FWIW, I use pin 8 myself, but I don't see why pin 37 won't work) How are you sending the "On" command? FWIW, perhaps it's easier to install my dedicated CLI to send On/Off commands to KaKu devices:
(perhaps the Then, you can send an On command to any address/device you want:
Once that has worked, and you managed to get the KaKu device to learn the code, you can use that code in the Homebridge configuration. |
I tried it that way but it is not working. I will try it all better next week. |
I tried it today again and I measured if there is a signal over pin 8 by clicking the on command. I saw a raise in voltage so the pi is transmitting data over the pin. it was about 0,70 volts. or is it not enough for transmitting? |
The signal consists of 1's and 0's, so 0.70v is only an average (although it seems low). How exactly is the sensor connected to the RPi? Can you make a photo? |
Thanks 👍 So the yellow wire is connected to "ATAD"? I don't think I've ever seen a transmitter with 4 connections. |
the yellow wire is connected to the signal connector on the transmitter. |
Never mind, your ground is coming from pin 39. I can't say that I have any more ideas on what's going wrong :( |
But is it correctly that your plugin should work with the klikaanklikuit APA3-1500R |
I can't say with 100% certainty because I don't have any similar outlet. However, I do have PAR-1000 ("old" outlets), ACD-3500 ("new" outlets), AFR-60 and ALED-2009, and all of these work. I also know from people that have other devices that work. |
Hi, I've 3 klik aan devices. One in my room and 2 in the kitchen. In my room worked very well, because I connected it with self learning. The two in the kitchen are connected to the remote. slider at pos 1 and addresses 1 and 2. But both can I not connect to homebridge. I set adress and device both at 1 in my config.json but there are not turning on / off. What is the correct address? |
@mbakker96 which devices are they, specifically (model numbers)? |
I use the ACM 1000. |
The ACM-1000 is a learning device though, isn't it? According to the documentation, it supports up to 6 transmitters, so you should be able to make it learn both your remote's code ánd a code that gets sent by I can recommend my tool |
Hello,
I am setting up kaku for homebridge but my question is how you can get the address for in the config file.
Best regards
The text was updated successfully, but these errors were encountered: