mightymos / ReedTripRadio

Alternative firmware for wireless 433MHz door/window reed sensors triggered by magnetic contacts.
BSD 2-Clause "Simplified" License
153 stars 7 forks source link

GS-WDS07 permanent transmit #13

Closed Zodiac-69 closed 1 month ago

Zodiac-69 commented 8 months ago

I just had an issue where one of my door sensors went into permanent transmit, see below. It was permanently transmitting "Low Battery" Battery voltage is 1.228Vdc Replaced the battery with a new one, and it is working fine now.

It seems that the unit goes into a "Loop" once the battery low is triggered.

The problem is that it "killed" all our remotes. Not able to open vehicle or garage doors.

The version i am using is 0.3.6

[063517] [RF] Received code: 0092C406 [063518] [RF] Action 0xA4 [063518] [RF] Received message 'C00102CD180092C406' [063518] [RF] Trying to match code 92C406 [063626] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3033) [063636] [MQTT] Publish ACK for PID 3033 [064350] [RF] Received code: 0092C406 [064351] [RF] Action 0xA4 [064351] [RF] Received message 'C00102CD180092C406' [064351] [RF] Trying to match code 92C406 [064459] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3034) [064474] [MQTT] Publish ACK for PID 3034 [065090] [RF] Received code: 0092C406 [065090] [RF] Action 0xA4 [065090] [RF] Received message 'C00102CD180092C406' [065091] [RF] Trying to match code 92C406 [065198] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3035) [065207] [MQTT] Publish ACK for PID 3035 [065636] [RF] Received code: 0092C406 [065636] [RF] Action 0xA4 [065637] [RF] Received message 'C00102CE180092C406' [065637] [RF] Trying to match code 92C406 [065744] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3036) [065754] [MQTT] Publish ACK for PID 3036 [066286] [RF] Received code: 0092C406 [066286] [RF] Action 0xA4 [066287] [RF] Received message 'C00102CD180092C406' [066287] [RF] Trying to match code 92C406 [066394] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3037) [066405] [MQTT] Publish ACK for PID 3037 [066832] [RF] Received code: 0092C406 [066833] [RF] Action 0xA4 [066833] [RF] Received message 'C00102CE180092C406' [066833] [RF] Trying to match code 92C406 [066941] [MQTT] Sending homeassistant/RFBridge01/data => (136 bytes) (PID 3038)

mightymos commented 8 months ago

Does your sensor have a tamper switched installed?

What do you mean by "killed"?

Zodiac-69 commented 8 months ago

With the unit in permanent transmit all other 433Mhz transmitters, garage remote, Vehicle entry, did not work while the door sensor was in permanent transmit. Once i replaced the battery with a new one, the door sensor was no longer in permanent transmit and our other remotes worked as they should.

By "killed" i meant that they did not function as their receivers was flooded by the door sensor that was in permanent transmit.

mightymos commented 8 months ago

Ok.

Does that particular sensor have a tamper switch installed?

Zodiac-69 commented 8 months ago

Yes, this one has. The tamper was in it's closed position - !Tamper - when it went into permanent transmit. I have only two that have tamper switches installed, the 10 other came without tamper switches. They are also the smaller ram versions 101, not 104

mightymos commented 8 months ago

I now disable the battery status interrupt after being activated once, so that a bouncing battery voltage cannot reactivate it. https://github.com/mightymos/ReedTripRadio/releases/tag/v0.3.8

If you can try out the new version over time and let me know how it works, that would be helpful.

mightymos commented 1 month ago

Closing due to fix.