Geir Ove Grønmo
- Total activity 292
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 124
Comments
Recent activity by Geir Ove Grønmo-
This has now been implemented. See https://docs.sesam.io/changelog.html#changelog-2022-06-30
-
It sounds to me like that is a next-to-impossible approach to take. Is Sesam writing data to that database or is Sesam reading data from the database? What is the reason for the conflicts? Can't yo...
-
Official comment Thanks. We intend to implement support for the "include_completeness" property on pipes. We cannot guarantee exactly when, but has been added to our planning board.
-
Official comment Sesam subscriptions (not self-hosted) currently makes backups at a randomized time inside the 22:00-03:00 UTC time window. It is currently not possible to override this.What is the use-case for nee...
-
As I've understood it this is no longer the desired way to upload the configuration anymore.
-
How about nesting the replace calls like this, so you first strip off the days and then the months? ["replace", {"Jan ": "", "Feb ": "", ...}, ["replace", {"Mon, ": "", "Tue, ": "", ...}, "_S.value"]]
-
Official comment I can confirm that "lookup-entity" does not support expressions currently. We did introduce that restriction on purpose as it was meant to be used to look up static entity data. This function does ...
-
Official comment There is a trick that you can use to see the source entities. If you set the merge source's "strategy" property to "list" then the list of merged source entities does show up in the "$merged" prope...
-
Official comment There is already explain support for the merge source in the UI. Open the Preview tab, search for an entity id and then click the (i) icon to get a detailed explanation of what entities this entity...
-
Official comment This would be a good feature to add, but it would require a cursor-like query implementation of hops to actually be possible to implement. That is not on our short-term roadmap, but might well be s...