Guido Mocken
Guido Mocken
I am trying to use HomeKit ADK on MacOS Catalina. I want to compile for MacOS (just to get startet) and cross-compile for RaspberryPi. After building and reading the docs...
I frequently see the homekit device becoming unresponsive. I managed to capture the precise moment in the terminal: 1970-01-01'T'01:28:47'Z' Debug [com.apple.mfi.HomeKit.Core:IPAccessoryServer] session:0x3ffb9d20:input closed 1970-01-01'T'01:28:47'Z' Debug [com.apple.mfi.HomeKit.Core:IPAccessoryServer] session:0x3ffb9d20:closing 1970-01-01'T'01:28:47'Z' Debug [com.apple.mfi.HomeKit.Core:IPAccessoryServer]...
For the new Fleet-API, wouldn't it make sense to let the system browser (i.e. Safari) handle the login process and then use a registered app URL scheme to redirect (see...
What is the correct update procedure for an existing installation? I have 1.0.8 installed. "Check for update" is enabled, but it does not seem to have any effect: It does...
Regarding this part (and a few more similar occurrences): ``` #define DRN_ENTER_CRITICAL_SECTION(_usis) vTaskSuspendAll(); // Note: safe to use before FreeRTOS scheduler started, but not in ISR #define DRN_EXIT_CRITICAL_SECTION(_usis) xTaskResumeAll(); //...
At the time of writing, the current version of STM32CubeIDE is v.1.11.2. Its user manual has a section 2.7 stating: _**Thread-safe wizard for empty projects and CDTTM projects** STM32CubeIDE includes...
Can you help me deciphering what this piece of JS code from the Z.E. site does: ``` removeTimer: function removeTimer() { return UserService.getLoggedUser().then(function (user) { var baseURI = AppConstants.settings.apiUrl +...
Just recently, in the login answer, the refresh_token was replaced by a xsrfToken. As a result, refreshing no longer works like it used to. The login token's typical validity was...
I have several Shelly 1 via another plugin, but just a single Shelly Plus1 using this "shelly-ng" plugin, and it is only this last one which becomes unresponsive after a...
I have an idea for an app, which would use the MD5 command to check whether a file exists and is complete _before_ uploading a fresh copy of the same...