matangg
matangg
@jayands I actually tried using the IIFE version of the EBML parser but it also throws an error on line 8744: `var debug$1 = require('debug')('ebml:decoder');` It seems that for some...
Ok, so I managed to fix the issue. It seems that Rollup doesn't like mixing ES6 imports with CommonJS require. So I changed (for both the decoder and encoder): ```javascript...
I would submit a fix but I'm not 100% sure what that 'if' statement was supposed to do. I think the original intention was to avoid overflowing Javascript's maximum safe...
@NightRang3r and @adrianmihalko I was also stumped by this. He is referring to the fact you can teach the e-control app your A/C codes automatically but the DB that this...
I started some work on that. Check it out here: https://github.com/mjg59/python-broadlink/issues/74
@md170 you need to send broadlink the entire 960 byte packet including the "26 00" header. It is boradlink's packet format and the header tells it the packet is an...
I am not affiliated with MOH. But to answer your question this functionality does exist in the Ramzor App. The UI is a bit counter-intuitive but on the main app...
@clkao You're welcome. I got the ac_codes.txt with the help of this project: https://github.com/barakwei/IRelectra (Thanks @barakwei you're awesome!) This project had the algorithm and specs on how to encode the...
@gadido30 asked for my python script that decodes the Electra A/C codes from Broadlink's packet format. I can't find the comment now (deleted perhaps?). I'm really sorry but my script...