openhab-cloud
openhab-cloud copied to clipboard
Cloud companion for openHAB instances
When I pull images: `docker-compose pull` The error: ``` [+] Running 0/4 ⠿ app Error 4.1s ⠋ mongodb Pulling 4.1s ⠋ redis Pulling 4.1s ⠋ 3b5e91f25ce6 Pulling fs layer 0.0s...
When an openHAB Cloud connected OH goes offline we used to get an alert on the phone apps. This alert is no longer being sent. Per this thread: https://community.openhab.org/t/myopenhab-org-online-offline-notification/51339 the...
Hello! I have own openhabcloud server. I want to create ifttt and yandex integration. I made service and tried to login by oauth2. i have this error AuthorizationError: Unauthorized client...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
It looks like there are issues when connecting to a sitemap or MainUI remotely through the openHAB cloud, starting with version 3.1.0 M4: Locally everything works fine, remotely the Android...
Lately, it seems like myopenHAB has been struggling with IFTTT polling overload. I looked into this, and according to IFTTT API documentation, this could be improved by the realtime API....
This change should make it possible listening to all item changes without being forced to filter the listener events. This can be done now with leaving the field "Changes to"...
Are there any plans for adding two factor authentication capabilities? We don't see a particular extensibility API on this part of it, but it would be a useful modernization.
Many NPM packages had become dated and the dependency tree needed some shaking. This includes updates to at least: - @xmpp/client - bcryptjs - ioredis - mongoose - sinon -...
The platform was starting up listening to ipv6 only, apparently due to no configured listening IP address. Added a default 0.0.0.0 listener (could be 127.0.0.1) and added to config.json as...