Hypfer / Hypfer/rc-switch

Received code OK, but fails to resend it back.

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1. I have a ligth socket like this one: h
ttp://www.dx.com/p/e27-to-e27-remote-control-light-bulb-socket-ac-110-250v-10475
5#.VabJd_ntlBc
2. I have an 315Mhz RF link.
3. I have read the remote with the RF receiver and got:

Decimal: 8057592 (24Bit) Binary: 011110101111001011111000 Tri-State: not
applicable PulseLength: 206 microseconds Protocol: 1
Raw data:
6372,168,656,568,244,580,248,568,256,580,236,172,652,572,244,136,672,560,268,556
,268,548,296,516,384,436,284,116,1804,24,1972,300,564,192,2252,216,376,256,96,32
,436,56,3960,104,668,152,680,140,708,

4. Then I am trying to send the same code to activate the light switch:
mySwitch.send(8057592, 24);

But nothing happens.

I have tryed this library with other light switches and it works fine.
What am I missing?

Thank you very much for making this great library.
Dan.
```

Original issue reported on code.google.com by `denis5...@gmail.com` on 15 Jul 2015 at 9:02

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.