LM Cloud API - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2) +--- Thread: LM Cloud API (/showthread.php?tid=5500) |
LM Cloud API - gtsamis - 05.07.2024 Hi, I'm working on a hotel project, and we want to integrate room automation to the PMS system without relying on remote services. Is there a way to communicate with local LM through the cloud services remote.logicmachine.net? Thank you in advance George RE: LM Cloud API - admin - 05.07.2024 We don't provide any cloud API at the moment. You can use Remote services over VPN (WireGuard or OpenVPN). This way you will have a secure connection before external server and LM. Another option is to run your own MQTT server. RE: LM Cloud API - xxyzz - 08.08.2024 Hi there, I was just fiddling around with the LogicMachines WireGuard Client and face a weird issue. I only get very low throughput, which is usually a key or IP issue. But the Connection can be established, I can see that on the Firewalls WireGuard Server. I can also connect my phone and laptop, but LM won't work. Logs are empty on the GUI. Or is there a way to get into /var/logs/* ? latest handshake: 9 seconds ago transfer: 124 B received, 180 B sent persistent keepalive: every 25 seconds Is there some additional Documentation available? Like LMs client won't work unless a keepalive interval is used. I love the concept. I just want to try it out before we roll out this feature in production. Thanks for the Help RE: LM Cloud API - admin - 08.08.2024 Check this: https://forum.logicmachine.net/showthread.php?tid=5393&pid=35318#pid35318 RE: LM Cloud API - xxyzz - 10.08.2024 I looked into it but from my prespective there are no errors. I tried to update Wireguard, but I got an Error Message: "Signature is not valid for the selected package" RE: LM Cloud API - admin - 12.08.2024 You are probably installing this packages as an app. You need to install through System config > System > Packages > Add Package. |