Search found 155 matches

by ridewithstyle
17 Jan 2022 12:54
Forum: Discussions in English
Topic: MQTT App Socket Connection closed
Replies: 7
Views: 3283

Re: MQTT App Socket Connection closed

I suppose you have a problem.with libssl or sockets. Please run Z-Way manually from a terminal and post errors of modules load. Just like it is being started in /etc/init.d/z-way-server? [edit]I just saw that there's an update to the websocket lib of MQTT, updated that and will keep checking if the...
by ridewithstyle
05 Jan 2022 16:42
Forum: Discussions in English
Topic: MQTT App Socket Connection closed
Replies: 7
Views: 3283

MQTT App Socket Connection closed

Hi there, since the update to 3.2.2. I have issues with the MQTT App (the legacy one, not the new one). I have the same setup since a couple of years, but now the app seems to crash. I did update mosquitto to 2.0.12, it runs on the Razberry, so no network issue here. [MQTT-10] Trying to reconnect (2...
by ridewithstyle
22 Nov 2021 13:08
Forum: Discussions in English
Topic: Alexa command
Replies: 2
Views: 1488

Re: Alexa command

Are there plans to add support for triggering Alexa routines from ZWay? That would be very nice
by ridewithstyle
04 Oct 2021 15:13
Forum: RaZberry
Topic: LogicalRule Feature request
Replies: 2
Views: 3392

Re: LogicalRule Feature request

Hello there, so obviously I searched for my problem and found this ancient feature request. I would like to trigger an action depending on the comparison of two temperature readings. Right now the only way I could think of would be to use the easy scripting for this. Logical Rule would be perfect th...
by ridewithstyle
03 Feb 2021 13:05
Forum: Discussions in English
Topic: Easy Scripting App - Documentation/Example
Replies: 51
Views: 45886

Re: Easy Scripting App - Documentation/Example

Happy this worked, seemed too simply at first. Pull request is made
by ridewithstyle
01 Feb 2021 14:43
Forum: Discussions in English
Topic: Generating a heartbeat
Replies: 0
Views: 5154

Generating a heartbeat

Hi there, for kicks I was trying to generate a heartbeat as a periodic trigger for other actions. Since I didn't find a post about a clever way, I wanted to share what I came up with in the end in case somebody else might need something simliar. I used the CodeDevice with a binary sensor that should...
by ridewithstyle
01 Feb 2021 12:08
Forum: Discussions in English
Topic: Easy Scripting App - Documentation/Example
Replies: 51
Views: 45886

Re: Easy Scripting App - Documentation/Example

the device access provides value() to work with the latest device value that has been cached in zway. If I want to poll a sensor, is there a way to trigger a device update? .get() and .update() don't work apparently. Is there a documentation of all the members? Crawling through the index.js I found ...
by ridewithstyle
01 Feb 2021 11:47
Forum: Discussions in English
Topic: Easy Scripting App - Documentation/Example
Replies: 51
Views: 45886

Re: Easy Scripting App - Documentation/Example

malik123 wrote:
20 Nov 2020 18:25
Is it something beneficial?
Not sure if that would be beneficial, really
by ridewithstyle
29 Jan 2021 19:34
Forum: Discussions in English
Topic: Z-Way Tasmota and MQTT
Replies: 19
Views: 8951

Re: Z-Way Tasmota and MQTT

Hi michap, I tested the MQTT2 app, and it works a bit differently to the old one. Hopefully I am able to explain this properly. I have a MQTT switch device that subcribes to topic xy. When zway triggers the switch, a new value is being written to topic xy whenever the topic xy is being updated the m...
by ridewithstyle
28 Jan 2021 15:55
Forum: Discussions in English
Topic: Z-Way Tasmota and MQTT
Replies: 19
Views: 8951

Re: Z-Way Tasmota and MQTT

you can appropriate dummy binary switches and dummy dimmers for that as dummy sensors do not exist in z-way. If you have a sensor that reports a reading e.g. I have a magnetic reed sensor feeding into my mqtt based esp8266, I map said sensor on a mqtt topic. Analogue to the setting you just realized...