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

Hardware question/Feature request: Using pre-made devices? #701

Closed
2016for opened this issue May 6, 2019 · 7 comments
Closed

Hardware question/Feature request: Using pre-made devices? #701

2016for opened this issue May 6, 2019 · 7 comments

Comments

@2016for
Copy link
Contributor

2016for commented May 6, 2019

Tasmota Wiki has a great article on how to use those generic IR universal remotes from Aliexpress like this one https://github.com/arendst/Sonoff-Tasmota/wiki/YTF-IR-Bridge

Is there a way we can flash this library example (IRMQTTServer) onto pre-made devices?

Uploading image.png…

Uploading image.png…

Looking forward to hearing from your guys.

@crankyoldgit
Copy link
Owner

If you can flash Tasmota on to it, you should be able to flash any ESP8266 binary the same way.
If you want to use the example code on this device, you would have to compile it with the correct GPIOs etc in advance.

@ThaBoom
Copy link

ThaBoom commented May 11, 2019

I have flashed two of these already, the gpios are IR_LED 14 and IR_RX 5. They have a button and an extra led. I think you can flash them with a level converter on the two "data" pins of the usb cable they seem to go right to the rx/tx on the esp.
@crankyoldgit thanks for the wonderful work you did on this code.

@2016for
Copy link
Contributor Author

2016for commented May 12, 2019

@ThaBoom Thanks for the reply mate.
Looking forward to flash it. :)

Also, are you using a custom sketch on it? And are you connecting it to some home automation software like Home Assistant?

If yes, I am planning to get state of AC from manual remote to HA: here's the thread:(#702) any thoughts?

@crankyoldgit has been really kind to offer to help once he's back from vacation. We can get the groundwork up and running for him if you have something in works already.

@ThaBoom
Copy link

ThaBoom commented May 13, 2019

I am running IRMQTTServer and working on putting a dallas temp sensor on for my Home Assistant setup. I have 9 rooms with mini splits in them the plan is to not have to run around the house to adjust them from heat to cool and vice versa. I too would like that option but would like an option to only include the ac codes for what I need to save program space and keep OTA ability with the onewire code.

@crankyoldgit
Copy link
Owner

@ThaBoom You can disable the protocols you don't need/want and it should save you programming space.
See https://github.com/markszabo/IRremoteESP8266/blob/master/src/IRremoteESP8266.h#L55

@crankyoldgit
Copy link
Owner

@2016for As someone (@ThaBoom) has confirmed it does indeed work/flash on to said device(s), confirming what I suggested, I'm going to mark this issue closed as there really isn't anything for the library to do etc to make it work.

@2016for
Copy link
Contributor Author

2016for commented May 14, 2019

Absolutely @crankyoldgit , Sorry I forgot to close this. :)

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

3 participants