Hi everyone! Thanks for contributing this code!
Unfortunately I ran into an issue with the openhab-skill.
These messages are shown:
| ERROR | 18354 | skill-openhab | Some issues with the command execution!
Sorry cannot get the items list.
After I could not find the skill in the marketplace, I set it up via github, following the instruction given there.
I tried to configure my OH IP and ports in my local config file (/home/…/.mycroft…) and this works with the initial startup and I can control my items using mycroft.
But after restarting mycroft these settings are overwritten with “127.0.0.1” and “8080”.
I also edited the configuration-files in /opt/mycroft/skills/openhab-skill (settings.json and settingsmetadat.yaml), but these values get overwritten to.
Than I tried the configuration-editor as in this description:
https://community.openconversational.ai/t/solved-openhab-skill-not-working-after-upgrade/7285/10
The "mycroft-config edit user
"-command show correct values, but still the skill’s config files in opt don’t.
I tried different scenarios (eg with / without local config file…), but no success.
I also saw this post
but I am nut sure if I could follow the thought. @FloatingBoater - could you explain more detailed how the init.py should look?
Any hints are welcome!
Thanks!