Search found 9 matches
- 04 Aug 2016 12:35
- Forum: RaZberry
- Topic: Logging in via Microsoft Edge?
- Replies: 11
- Views: 16143
Re: Logging in via Microsoft Edge?
It looks like it started to work in Windows 10 Anniversary Update...
- 10 Jul 2016 02:18
- Forum: RaZberry
- Topic: ZWay v2.2.3-rc2 release
- Replies: 3
- Views: 4793
Re: ZWay v2.2.3-rc2 release
What is readKey service? It constantly takes 20% on my RPi 3. I'm on v2.2.2-test-new-webserver-8-ga9cd319 version. Not stable release, but it do most of the job for with good stability. Anyway, my rig is still in setting up phase. Ok, readKey is for external pushbutton detection, not related for my ...
- 10 Jun 2016 22:23
- Forum: RaZberry
- Topic: Logging in via Microsoft Edge?
- Replies: 11
- Views: 16143
Re: Logging in via Microsoft Edge?
It looks like no help for people with Windows 10 Mobile, according to latest commit about IE/Edge: + "ie_edge_not_supported": "Sorry, but SmartHome does not support Internet explorer and Edge.", + "ie_edge_not_supported_info": "Please use Firefox, Chrome, Safari or...
- 12 Mar 2016 22:43
- Forum: RaZberry
- Topic: Logging in via Microsoft Edge?
- Replies: 11
- Views: 16143
Re: Logging in via Microsoft Edge?
Still no luck to log in via Microsoft Edge.
Any update on this?
Any update on this?
- 05 Jan 2016 10:34
- Forum: RaZberry
- Topic: Logging in via Microsoft Edge?
- Replies: 11
- Views: 16143
Re: Logging in via Microsoft Edge?
Updated to 1.0.4 from GitHub dist folder. Still not working.
I think this should be fixed soon, because there is people using Win 10 phone (me), where only alternative is Opera Mini, which is not so good in this moment.
If I can help somehow (to test, give report, something...) I am available.
I think this should be fixed soon, because there is people using Win 10 phone (me), where only alternative is Opera Mini, which is not so good in this moment.
If I can help somehow (to test, give report, something...) I am available.
- 28 Dec 2015 11:25
- Forum: RaZberry
- Topic: Logging in via Microsoft Edge?
- Replies: 11
- Views: 16143
Re: Logging in via Microsoft Edge?
Still not working with 2.2.0.
Referenced GitHub fix is maybe ok, but how to change that on my Razberry?
Referenced GitHub fix is maybe ok, but how to change that on my Razberry?
- 23 Nov 2015 01:04
- Forum: RaZberry
- Topic: How to upgrade RaZberry firmware?
- Replies: 23
- Views: 57380
Re: How to upgrade RaZberry firmware?
I have the same question, how to update Serial API Version on razberry?
- 25 Oct 2015 14:37
- Forum: Discussions in English
- Topic: How to read OpenWeather widget temp and turn on switch
- Replies: 1
- Views: 3407
Re: How to read OpenWeather widget temp and turn on switch
Ok, I managed to find answer. Good userModule is eaZy Logic.
This is code to put in modue:
But if there is other examples to do the same thing, I am willing to see it.
Branek
This is code to put in modue:
Code: Select all
if(_z("Belgrade Weather").getLevel() < 11){
_z("Dummy Heat On").on()
}

Branek
- 25 Oct 2015 00:57
- Forum: Discussions in English
- Topic: How to read OpenWeather widget temp and turn on switch
- Replies: 1
- Views: 3407
How to read OpenWeather widget temp and turn on switch
Hi all, Newcomer here. :) So, I started to get familiar with z-way, but few things making me confused. So, let's start with basics. I added OpenWeather virtual sensor, and dummy switch for testing purposes. I also have Fibaro switch, but want to try on dummy first. So, as from topic, how to read val...