Hi & thanks for reading. I’m looking to integrate the TV bed with smartthings. It is controled with an RF remote which has two buttons, Up on the left, down on the right. I’m not sure which mhz RF signal is being sent out. How would I find this out and how could I integrate this device.
Ideally I would love to pop another harmony hub under the bed which would send an IR signal out which would turn the TV on & lift the motor. A magical device would receive this IR signal and convert it and relay to RF for the box which controls, the motor.
just spend the last 30 minutes reading through your post my friend Its currently not possible to get a hold of the Thingshield in the UK. I have been checking ebay for weeks to see if my luck will change.
1 Like
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
4
The frequency could be… 315 Mhz (well) too. The silver can there is likely the oscillator but I can’t read it. Check the other side of the circuit board.
If you can’t get a Thing Shield, you can hardwire solder Z-Wave relay connections to the switch posts, but that’s messy and wastes a remote.
Alternatively, use an Ethernet or WiFi Arduino (+ RF chip modules) and write it as a LAN device type instead of ZigBee ThingShield.
XBee Series 2 (and other ZigBee modules) are available, not particularly cheap and harder to program than ThingShield for a one time build.
If your handy with a soldering iron this IR 2 channel remote receiver will work with a harmony remote(codes already in thier database). I’m using it for my RF motorized projection screen and it works great.
Basically it takes IR and gives you a relay output. Wire that to your remote buttons and done.
I would honestly also be looking at the electrical circuit in the bed also as there may possibly be a way to integrate with ST directly from there? Maybe using a relay?
So looking at that. The remote reciever is plugged into U1 and that remote triggerrs those relays. This is definately where i would work getting this working as its pretty modular by design. First i would use a multimeter locate which 2 pins power the reciever and figure out what voltage is. The fact its 10 pins with 4 relays to me makes me think that it is simply a NC or NO connection for each relay. So once that is isolated then i would examine the next two pins in line and see if you can see the circuit closing/opening or if you can follow the tracks on the other side of the board? You can figure out which pins go to each relay.
Then if it was me i would replace that controller with a particle.io photon board which is pretty easy to integrate with ST
Oh and BTW i think you are only using 2 of those relays not all 4. Just like the remote only has 2 buttons of the 4 on the board in use
possibly. But im not aware of any off the shelf IR boards that would do what you want. Which would leave you looking do do the IR bit with an arduino or Photon board etc. Which of you are going to that effort you may as well miss out the IR bit and make it more reliable. I can help write a device type as i have the code pretty much down for Particle.io integration. Can help with particle code aswell. Would make a good project to showcase