Homekit app - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: Homekit app (/showthread.php?tid=4722) |
RE: Homekit app - arturfra - 07.07.2024 Hi, i can't control my umidity sensors because home kit wants "scale" datatypes instead my sensors want "byte floating", how could i resolve the issue?? TNX in advance RE: Homekit app - CristianAgata - 07.07.2024 (07.07.2024, 09:09)arturfra Wrote: Hi, Hi, You need to create an event script for conversion using a virtual object. RE: Homekit app - arturfra - 07.07.2024 (07.07.2024, 10:45)CristianAgata Wrote:(07.07.2024, 09:09)arturfra Wrote: Hi, tnx for reply, could you post an example ?? RE: Homekit app - CristianAgata - 07.07.2024 (07.07.2024, 11:05)arturfra Wrote:(07.07.2024, 10:45)CristianAgata Wrote:(07.07.2024, 09:09)arturfra Wrote: Hi, Try something like this: Consider 1/1/1 the umidity value and 32/0/0 the virtual object for home kit Event script on 1/1/1 Value = event.getvalue() grp.update('32/0/0',(math.modf(Value)),dt.scale) RE: Homekit app - arturfra - 07.07.2024 (07.07.2024, 11:57)CristianAgata Wrote:(07.07.2024, 11:05)arturfra Wrote:(07.07.2024, 10:45)CristianAgata Wrote:(07.07.2024, 09:09)arturfra Wrote: Hi, for reading the values OK but now i've to write the desidered humidity value and i've to convert from scale to floating byte, the opposite.. how i should go forward ? Tnx i solved: Value = event.getvalue() grp.update('2/0/9',(math.modf(Value)),dt.float16) RE: Homekit app - kgroenhoej - 21.07.2024 After pairing Homekit-app with Apple Homekit, Apple Homekit writes that this bridge is not certified to use with Apple Homekit. Not that it matter - it works perfectly well. Just curious if this is a bug in my setup or it's the way it supposed to be. RE: Homekit app - Daniel - 22.07.2024 It it supposed to be like this, we are not planning to go trough certification. RE: Homekit app - johan84 - 31.10.2024 What´s in the new update 20241009? RE: Homekit app - admin - 01.11.2024 Some minor internal changes. No functional changes. RE: Homekit app - domotiqa - 16.11.2024 do you plan to add door but with toggle function. most of our installation are made with only knx delayed output (pulse) for control, and a contactor on input device. It is the most common use for controlling easily a door. this function is on other controller like jeedom, has, confortclick... should be great to have it also (only to variable control toggle and feedback) RE: Homekit app - PolymorphedCust - 29.11.2024 Hi. I've set up my phone (Android) with the Google Home app, and with the connection in the LM app (old) I can control every object without being on the WiFi. But when I set up my girlfriends iPhone with the Apple Home Kit and the same LM app the Apple Home objects says "No repsons" and are NOT controllable as soon as I turn off the WiFi. Should this be a feature or is it purhaps just Apple that handles it this way. When WiFi is off, I am still able (via my GFs iPhone) to use the Mosaic app on the LM app, and control the object, but again; all the object in the Apple Home app is not controllable. Thanks a lot RE: Homekit app - Daniel - 29.11.2024 Google home works trough cloud where Homekit works locally. For it to work remotely you will need apple TV or Apple HomePod. |