1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.58k stars 789 forks source link

RF transmitter protocol 17 #467

Open mihc opened 5 years ago

mihc commented 5 years ago

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 commented 5 years ago

Hi,

Could you post the serial monitor output please?

mihc commented 5 years ago

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[bot] commented 4 years ago

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[bot] commented 4 years ago

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.