Search found 3 matches
- 21 Mar 2018 10:40
- Forum: Discussions in English
- Topic: Unable to load a license key from the remote server.
- Replies: 7
- Views: 8922
Re: Unable to load a license key from the remote server.
I forgot to tell that I use the razberry. (no license needed as far as I know).
- 20 Mar 2018 17:23
- Forum: Discussions in English
- Topic: Unable to load a license key from the remote server.
- Replies: 7
- Views: 8922
Unable to load a license key from the remote server.
Since one day I get this message in my browser when I go to the management settings of my zwave smarthome screen. I read somewhere that this has something to do with the used browser. I tried this on several browsers (firefox, chrome, dolphin and opera) but they all gave this message. Firefox refuse...
- 19 Mar 2018 16:44
- Forum: Discussions in English
- Topic: read the value of an environment var into Code-device
- Replies: 1
- Views: 2562
read the value of an environment var into Code-device
I am trying to read an environment variable (with a real value) into a Code-device. The value comes from a two-wire temperature sensor already hanging on a (the) raspberry. I tried : parseFloat( os.system.getenv ( "var-name" ) ), but I get an error message: Reference error , (os/system/get...