Remotsy at ESP8266 infreared device

Hi all

I’m Jorge the creator of Remotsy, Remotsy is esp8266 infrared device connected to my cloud server, the board is ready as you can see here.

My final goal is to create something cheap that can be connected to anything. I’ll release a public rest API, so you can power on/off and more to almost any infrared device. The board even has a infrared receiver so is possible to capture new IR codes.

Right now my project is almost complete. My IR database is small but I have the most common devices.

Also you can flash the board with any firmware that you want, you dont need use the remotsy cloud.

If you are a developer and wants help me to create the integration with Home Assistant let me know and we can talk. All the code for this integration will be Opensource.

I did a small batch of boards here is the link to the store if you want try it.

Website http://www.remotsy.com
Console https://remotsy.com

Note: The alexa skill is not approved yet.

2 Likes

Hey Jorge, you know I will help .

@jorgecis Wow very cool board, I want few ones :smiley: How can I order some ? on Tindie, product not avalaible for france delivery, contact form broken on tindie and nothing to order on your website :frowning:

Let me check what is the shipping rate to France, I’ll added to Tindie so you can put your order, quick question are you planning use my cloud or are you planning to create your own firmware.

1 Like

Please sent me an email to [email protected], with your address and how many board do you want. And I’ll try to help you.

1 Like

@jorgecis Thanks a lot for adding shipping to france, I got notification of Tindie :wink: Will send you an email to talk about it :wink: I plan to use own firmware as I don’t want to depend of outside connection !

Ok in that case take a look to this https://github.com/jorgecis/Remotsy I upload some examples of how to control de rgb led, and how to use the awesome infrared library.

1 Like

@jorgecis thanks for link will start to explore code once I get your boards :wink: I sent you an email earlier to check with you for order :wink: did you get it ?

Impressed by the work you accomplished! The website, video and the eco-system seems really great :+1:

I hope your product will get the success it deserve :slight_smile:

1 Like

Good news!!!, Today my Alexa skill was approved and will be live shortly,

1 Like

The Alexa skill is live, https://www.amazon.com/dp/B075MS2CSJ/ref=sr_1_4?s=digital-skills&ie=UTF8&qid=1505659318&sr=1-4

Thanks!! :smile:

My home IOT is based on mqtt between the nodes (mostly esp8266 hardware). Any chance I can use Remotsy in that environment? (Without requiring a web-based cloud service).
Will I still be able to learn new IR codes from new devices?

The remotsy firmware is cloud base, and the communication with my server is via MQTT, maybe the best for you is to flash your own firmware in my remotsy device. The process is very simple and also I provide some source code examples.

You can find more information here https://github.com/jorgecis/Remotsy You can use the awesome library https://github.com/markszabo/IRremoteESP8266 to record any IR code and use it.

-Jorge

Thanks for the update. I just ordered one.

Received the Remotsy. Before I start hacking it, I plan to use it as designed. I am impressed with the quality of the 3D printed case - I gotta get me one.

Someone figured out how to flash it with ESPHome ? killing my heal here trying to find out how to flash it ! I soldered a jumper as indicated here https://github.com/jorgecis/Remotsy/blob/3b1626ec4319c7ce3ea8a4701d4556db1dd7293e/images/remotsy_flash.png and power module through USB port and my serial adapter wired on the dedicated pins on board but nothing works :frowning: Tried straight/crossed for serial wires, tried with reset button hold while powering on board but no success so far :frowning: Someone succeeded ?

Hi Vicen

I am the creator of the Remotsy device, yes you are correct you need to power the device via USB, then use a serial adapter TTL (don’t use the power pin).

To flash the Remotsy you need to put the ESP8266 in flash mode, to do this you don’t need to solder the pins with the yellow arrow. The correct way to do it is to connect the GPIO 0 to GND, then press the reset button. If you do this correctly you will see characters on the serial port, you can disconnect the GPIO0 from GND and this point and flash the board with your own firmware.

Remember the connection from GPIO0 to GND is just to put the board in flash mode, you need to remove this connection for a normal operation.