Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. pico
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by pico

    • pico

      Can FlicScript Add Support for Local Timezones (with DST)
      Flic Hub SDK • • pico

      4
      0
      Votes
      4
      Posts
      88
      Views

      Emil

      @pico We currently use QuickJS and it seems like that js engine does not support that Intl feature.

      We might add the feature to set time zone, it can be useful for a few other purposes as well, e.g. in timestamp header for our Internet Request action. But right now I suggest to use the workaround I suggested.

    • pico

      Matter writeAttribute Crashing
      Flic Hub SDK • • pico

      6
      0
      Votes
      6
      Posts
      220
      Views

      Emil

      @pico The hub checks for updates automatically every 24 hours. Unfortunately there is no history on the device of updates. If there are new features for an update, we typically show those in the changelog of the Android/iOS app.

    • pico

      Flic Hub LR as MQTT Broker?
      Flic Hub SDK • • pico

      4
      0
      Votes
      4
      Posts
      184
      Views

      Emil

      @pico right now that particular code only acts as a client.

    • pico

      Cross-Module Persistent Data Storage
      Flic Hub SDK • • pico

      3
      0
      Votes
      3
      Posts
      159
      Views

      pico

      @Emil It would be awesome if you all could add a Global Datastore in the future! If you need any help testing, I would be happy to play with a beta version!

      The Govee lights I'm working with are an older model H7013 which are warm white dimmable string lights that support Wi-Fi and Bluetooth, but that means the integrations are pretty limited to IFTTT which can be slow, and I can't detect the current state. The LAN API is much faster and I can check the current state, which is great.

      I've looked into upgrading to newer Matter versions from Govee or anyone else but they are all more expensive than is worth it for me when what I have it working, and many newer models have more features/complexity than I really want (don't want RGB or anything, just want 2700K warm white and dimmable).

    • pico

      Sleeping in FlicScript
      Flic Hub SDK • • pico

      3
      0
      Votes
      3
      Posts
      178
      Views

      pico

      @Emil Thank you! This is exactly the confirmation I needed to get started with my project! It's so cool to be able to script Matter devices!

    • pico

      FlicScript Matter Examples
      Flic Hub SDK • • pico

      10
      0
      Votes
      10
      Posts
      431
      Views

      pico

      PS. For anybody finding this in the future, I also tried setting the StartUpCurrentLevel attribute and that behaves the same as calling MoveToLevel with OptionsOverride set to 1 when the light is off, Matter honors it when turned back on, but Tapo does not.