Skip to content

Commit

Permalink
Update skill.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray authored and github-actions[bot] committed Feb 3, 2024
1 parent 1f661ac commit fd1bc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"authorname": "mikejgray",
"foldername": null,
"versions change log": "* 2.0 refactor/modernization to support OVOS and Neon (provided AS-IS, no guarantee it works, I have no way of testing and the code hadn't been touched in 4 years. Here be dragons) * 1.5 addedd support to core v19 * 1.4 added spanish translation * 1.3 added german translation * 1.2 addedd python 3 support * 1.1 added status request to Switchable items * 1.0 added support to item tagged as Thermostat, CurrentTemperature, CurrentHumidity * 0.9 added dimming command to item tagged as Lighting * 0.8 supports only Lighting and Switchable tags, commands ON and OFF",
"installation": "In OVOS and Neon, skill installation occurs via pip. To install the openHAB skill, run the following command: ```bash pip install git+https://github.com/mikejgray/ovos-skill-openhab ``` In Neon, skill installation must happen in `~/.config/neon/neon.yaml` to persist: ```yaml skills: default_skills: - git+https://github.com/mikejgray/ovos-skill-openhab ``` If `skills.default_skills` doesn't exist, add it. If it does, you only need to add the last line. After installation, the skill needs to be configured. In Neon, the path is `~/.config/neon/skills/ovos-skill-openhab.mikejgray/settings.json`. In OVOS, it is `~/.config/mycroft/skills/ovos-skill-openhab.mikejgray/settings.json`: ```json { \"host\": \"192.168.1.42\", \"port\": 8080 } ``` Replace the host IP and port with your openHAB server's IP and port. The default port is 8080."
"installation": "In OVOS and Neon, skill installation occurs via pip. To install the openHAB skill, run the following command: ```bash pip install git+https://github.com/mikejgray/ovos-skill-openhab ``` In Neon, skill installation must happen in `~/.config/neon/neon.yaml` to persist: ```yaml skills: default_skills: - git+https://github.com/mikejgray/ovos-skill-openhab ``` If `skills.default_skills` doesn't exist, add it. If it does, you only need to add the last line. If you're running Neon, please note you will also need to blacklist the Home Assistant skill as it shares some intents with this skill: ```yaml skills: blacklisted_skills: - neon_homeassistant_skill.mikejgray ``` After installation, the skill needs to be configured. In Neon, the path is `~/.config/neon/skills/ovos-skill-openhab.mikejgray/settings.json`. In OVOS, it is `~/.config/mycroft/skills/ovos-skill-openhab.mikejgray/settings.json`: ```json { \"host\": \"192.168.1.42\", \"port\": 8080 } ``` Replace the host IP and port with your openHAB server's IP and port. The default port is 8080. After all configuration changes, be sure to restart your skills service."
}

0 comments on commit fd1bc46

Please sign in to comment.