Closed aavosnl closed 2 years ago
Does it work when you do not configure "match_capcodes"?
yes than everything is going to home assistant
Try changing line 522 from:
capcode not in self.matchcapcodes
to:
capcode in self.matchcapcodes
trying that. at that point everything is send to home assistant except the capcodes that are inside match_capcodes.txt that is not posted to homeassistant
Maybe @cyberjunky knows better where this goes wrong. Tried the above.. and at first glance it looked like it was working. Not having time to search deeper at the moment.
I'm looking into it...
Can you try the latest code and let me know, I added better logging and changed the logic.
Trying the latest code it look fine right now. Leaving it on for today to watch for errors.
running for couple of hours now. used different capcodes settings . Looks that the filters are working great now. Thanks for the change @cyberjunky
message not going to homeassistant even when de capcode is in the match_capcodes.txt
is there something that i'm doing wrong?