Hi!
I made a node script (sorry python people) to convert your logitech harmony remote .conf files into JSON. I’m personally going to use this JSON to feed a dropdown on the HA frontend. Figured I’d share it here in case anyone else would like to do the same!
Usage:
- Download the harmony_config_parser.js file from this link: https://github.com/crimsonsunset/Home-Automation-Utils/blob/master/other_scripts/harmony_config_parser.js
- Put file in the same directory as your harmony config files
- From a machine with node v8+ installed—
$ npm i -g lodash
- Run the script:
node harmony_config_parser.js [your_config_filename.conf]
for me that looks like:
node harmony_config_parser.js harmony_joehubz.conf
This will output a json file to the same directory.
Happy automating!