Search found 298 matches

by micky1500
15 Dec 2022 22:32
Forum: Discussions in English
Topic: Programming JS Console.log doesn't work
Replies: 6
Views: 1576

Programming JS Console.log doesn't work

Since ver 4x it doesn't work anymore ! Loglevel is set to '0' debugPrint has been tried also. Restarted z-way, Rebooted Pi, Power Cycled. !! This used to work. console.log("Alexa M.B. Room=" + vDev.get("location") + " SwitchBinary " + vDev.get("metrics:title")...
by micky1500
14 Dec 2022 13:53
Forum: Discussions in English
Topic: unable to set thermostat temperature / resets itself
Replies: 7
Views: 1523

Re: unable to set thermostat temperature / resets itself

Even though I have had cold rooms after I thought I had set the thermostat previous to this issue appeared. 3 days of checking and it has not failed to set the correct temperature on many thermostats. It fails to report correctly, making it look like the setting failed to register, after a while it ...
by micky1500
14 Dec 2022 13:51
Forum: Discussions in English
Topic: unable to set thermostat temperature / resets itself
Replies: 7
Views: 1523

Re: unable to set thermostat temperature / resets itself

@notarobot
If you are happy waiting up to 30 minutes, don't change it.
If you want a quicker response change it lower, but it will shorten the battery life.
Pressing the button does work for immediate update. Not my plan for Home Automation to go around pressing buttons.
by micky1500
11 Dec 2022 22:42
Forum: Discussions in English
Topic: unable to set thermostat temperature / resets itself
Replies: 7
Views: 1523

Re: unable to set thermostat temperature / resets itself

I have the same issue.
I have Danfoss radiator valves, on 20 minute Battery saving cycles.
1st attempt disappears, 2nd attempt normally works. That's using z-way UI.

Also, why don't thermostats work on Alexa anymore, they worked before 4.0.
by micky1500
12 Nov 2022 14:12
Forum: Discussions in English
Topic: V4.0.0
Replies: 33
Views: 10206

Re: V4.0.0

@markchang Have you tried the newer version ? 4.0.0-10 from above, I'm actually on 4.0.0-11 right now. (Luckily mine wasn't crashing, just monitoring was messy) I don't have anything else to fix it. But I would install Monit, it ensures z-way keeps running. Will restart it if it detects that it has ...
by micky1500
03 Nov 2022 19:48
Forum: Discussions in English
Topic: getting z-wave controller backup from a raspberry without network
Replies: 2
Views: 822

Re: getting z-wave controller backup from a raspberry without network

You don't say what version firmware or Raspbian Version. Are you upgrading to 4.0.0 ? Getting a new Raspberry, or just rebuilding the OS. Before you do anything, to preserve your current data. Turn it off, Remove the z-way device and the SD card. Re-Build a new system on a different SD Card, install...
by micky1500
02 Nov 2022 21:37
Forum: Discussions in English
Topic: contact Z-Wave.Me support in error log x 100
Replies: 3
Views: 965

Re: contact Z-Wave.Me support in error log x 100

None of the Beta versions I tried worked. Some were Fatal errors. Lets hope 154 isn't the final release. I have upgraded to 4.0.0 today. Thanks to everyone involved. Previous fixes seem to work well in 4.0.0. Interviews seem to work at lightning speed. Still got an Aeotec Multisensor 6 (Only 1 I tri...
by micky1500
31 Oct 2022 02:41
Forum: Discussions in English
Topic: contact Z-Wave.Me support in error log x 100
Replies: 3
Views: 965

contact Z-Wave.Me support in error log x 100

Hi Sergey. Sorry in advance. Months ago it was said that my issues were fixed ! Maybe with 4.0.0 ? Months later I'm still struggling. Is Beta version 4.0.0-154-gb997afc2 a stable version ? Tonight. Randomly lights are turning on. Same happens on a weekly basis. A Send-all command gets sent.. I have ...
by micky1500
26 Oct 2022 19:54
Forum: Discussions in English
Topic: Razberry me doesn’t following state of device
Replies: 38
Views: 8934

Re: Razberry me doesn’t following state of device

Sorry shurpsur.
What you say doesn't make sense.
You need to include a device name and log files of the issue.
What version of z-way you are using ?
by micky1500
24 Oct 2022 14:17
Forum: Discussions in English
Topic: Virtual device over api from esp8266
Replies: 4
Views: 1269

Re: Virtual device over api from esp8266

by PoltoS » 18 Mar 2020 21:03 you can change a switch, but not a sensor. Sensor is a read-only feature. switch is an actor and you can modify it's state. I just tried sending the same command to a sensorMultilevel device. The command is accepted ! but the sensor data is not updated. As a work around...