-
Hello,
run the experimental rules for a while now. Actually use openHAB2.4.0 build #1346 on Windows10. This was the first build for me, where the rules have been running immediately after a restart …
dk8pn updated
6 years ago
-
I am having trouble inserting or updating while using serialization. Here is my code:
```
serialization = SerializationMiddleware(tinydb.storages.JSONStorage)
serialization.register_serializer(Date…
-
**The problem**
I installed OpenHab 2.0.0 (Release Build) on a Debian Jessie installation.
I try to pair from an iOS device using Homekit and get a NullPointerException error:
17:46:30.95…
-
Hi,
I am using it in electron project.
here's my main.js code.
require('include-path')(__dirname);
global.basePath = __dirname + '/';
// Set application data as global variable
try {
glob…
-
Hi,
I get the following pop up error when I move the FromScratch window around on the desktop (Windows 7/10 x64). It doesn't crash the application, and works fine otherwise.
```
[Window Title…
-
Since tinydb cannot access from multiple processes or threads, I think this is one way to keep the data safe.
reference:
https://github.com/WoLpH/portalocker
-
How much storage space is available and how persistant the data is?
-
This error comes out when player pings for favicon:
![screen shot 2016-12-05 at 1 53 30 pm](https://cloud.githubusercontent.com/assets/20341206/20884145/4bde33bc-baf2-11e6-83ce-dfdd5ac7d299.png)
I…
-
The files produced by the JSON storage have illegal names for Windows, see https://community.openhab.org/t/openhab-storage-api-generate-filenames-with-colons-which-are-invalid-on-windows/46028:
```…
-
For Debug purposes, it would be nice to load a Redux-Store from a JSON file. For this, I tried creating my own storage engine. I wanted my Storage-Engine to behave like following:
- The state shoul…