diff --git a/skill.json b/skill.json index 507d0f1..2737463 100644 --- a/skill.json +++ b/skill.json @@ -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." } \ No newline at end of file