Hi
I’ve followed the instructions for adding the openHAB2 skill, including changing / editing the __init__.py
file
I now have a RED openhab skill in Mycroft.
So I assume I only need to tell Mycroft where my openHAB2 controller can be found.
Where (exactly) should I put the configuration block?
"openHABSkill": {
"host": "openHAB server ip",
"port": "openHAB server port"
}
Obviously with my correct details
I have tried putting it at the end of the ./mycroft-core/mycroft/configuration/mycroft.conf
file but that just causes Mycroft to crash when loading.
I moved the closing } but that didn’t help.
Any advice would be gratefully received.
Cheers
Stuart