Flipper-IRDB icon indicating copy to clipboard operation
Flipper-IRDB copied to clipboard

How would i create a "power_off" all per type of device?

Open atcasanova opened this issue 1 year ago • 5 comments

I want to fork the project and store all power off commands for ACs, then TVs, etc. Would it be possible? And how?

atcasanova avatar Feb 07 '24 17:02 atcasanova

I have just created a tool to convert and filter results in monbodb style. The problem for you is that results stays in json format and data are in converted raw format. You can try to use my tool and then convert results to .Ir file somehow. Tool: https://github.com/kdpdev/irptools

kdpdev avatar Feb 24 '24 22:02 kdpdev

Now it is possible to export filtered json results back to IR files. But i didnt test it carefully. You can use it as is.

kdpdev avatar Feb 25 '24 04:02 kdpdev

Now it is possible to export filtered json results back to IR files. But i didnt test it carefully. You can use it as is.

Could i bother you asking how I would do it using your tool?

atcasanova avatar Mar 01 '24 16:03 atcasanova

Now it is possible to export filtered json results back to IR files. But i didnt test it carefully. You can use it as is.

Could i bother you asking how I would do it using your tool?

There is sample folder with build.sh to build tool and run.sh with steps: parse->filter->export_fz

kdpdev avatar Mar 01 '24 17:03 kdpdev

The universal remotes are basically this, but individually. At once point, we were working on this (see here) but I've heard reports it may not work with the newer firmware. If you're able to fix that, please share with a PR. 😄

UberGuidoZ avatar Apr 01 '24 05:04 UberGuidoZ