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

RF transmitter protocol 17 #467

Open
mihc opened this issue Oct 4, 2019 · 4 comments
Open

RF transmitter protocol 17 #467

mihc opened this issue Oct 4, 2019 · 4 comments

Comments

@mihc
Copy link

mihc commented Oct 4, 2019

Hi,

is it possible to add support to more RF protocols? I would like to replicate signal from home thermostat which controls IR heater (ON/OFF function).
Thermostat sends data on protocol 17. This is what i get on OMG RF 433MHz receiver part:
b'{"value":142465,"protocol":17,"length":24,"delay":737}'
b'{"value":142465,"protocol":17,"length":24,"delay":734}'
b'{"value":142465,"protocol":17,"length":24,"delay":732}'
OR
b'{"value":142466,"protocol":17,"length":24,"delay":732}'
b'{"value":142466,"protocol":17,"length":24,"delay":734}'
b'{"value":142466,"protocol":17,"length":24,"delay":731}'
etc..

If i try to send data to MQTTto433; payload: {"value":142465,"protocol":17,"length":24,"delay":731}
it sends by protocol 1 and IR thermostat does not accept it.

Thanks and best regards

@1technophile
Copy link
Owner

Hi,

Could you post the serial monitor output please?

@mihc
Copy link
Author

mihc commented Oct 4, 2019

Hi,

thank you for fast reply. Here is serial output for different states:

Idle - state off. I guess it sends RF data once a minute:
ir-panel-state-off.txt
When it is in on state, RF data once a minute:
ir-panel-state-on.txt
When i powered off:
ir-panel-power-off.txt
When i powered on:
ir-panel-power-on.txt

@stale
Copy link

stale bot commented Dec 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 3, 2019
@stale
Copy link

stale bot commented Feb 1, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants