Search found 11 matches

by alex_tpc
08 Dec 2022 12:59
Forum: RaZberry
Topic: about Periodical Sensor Polling setting
Replies: 4
Views: 1593

Re: about Periodical Sensor Polling setting

The sensor has a minimal wakeup time of 4 minutes, so no. I would suggest to disable this module and instead set up hysteresis on the sensor to report values automatically without polling. This will save sensor's battery life Dear PoltoS, When I set it to 2 mins, it will update every 4 mins, and al...
by alex_tpc
07 Dec 2022 12:50
Forum: RaZberry
Topic: about Periodical Sensor Polling setting
Replies: 4
Views: 1593

about Periodical Sensor Polling setting

Hello everyone, I use Periodical Sensor Polling to automatically update the device status, but it is not working well. 螢幕擷取畫面 2022-12-07 174645.png But the sensor is not updated according to the Periodical Sensor Polling setting, it updates its value according to the hardware setting in the sensors....
by alex_tpc
31 Oct 2022 05:46
Forum: RaZberry
Topic: MQTT setting problem
Replies: 5
Views: 2816

Re: MQTT setting problem

this one is error too
by alex_tpc
31 Oct 2022 05:31
Forum: RaZberry
Topic: MQTT setting problem
Replies: 5
Views: 2816

Re: MQTT setting problem

How to check it?
by alex_tpc
28 Oct 2022 05:38
Forum: RaZberry
Topic: MQTT setting problem
Replies: 5
Views: 2816

Re: MQTT setting problem

It will display like this in the attachment. and the following is the error code in the log [2022-10-28 10:29:07.281] [core] Error: removeListener only takes instances of Function at EventEmitter.off [as removeListener] (automation/lib/eventemitter2.js:419:19) at _.extend.off (automation/classes/Dev...
by alex_tpc
23 Jun 2022 17:58
Forum: Device specific
Topic: Is it possible get all virtual devices data or its value?
Replies: 2
Views: 1969

Is it possible get all virtual devices data or its value?

https://find.z-wave.me/ZAutomation/api/ ... tilevel_15

When i run this one, it will return this virtual device data, but I want to get all virtual devices data, how to do it?
I use the follow one but it not work.
https://find.z-wave.me/ZAutomation/api/v1/devices
by alex_tpc
16 May 2022 16:31
Forum: RaZberry
Topic: MQTT setting problem
Replies: 5
Views: 2816

MQTT setting problem

Hello everyone,

I use MQTT app in the z-wave and try to connect with Azure iot hub but, in the username setting, it has a limited characters. Under the Azure, it requires to have more than the limited characters in the z-wave app. Can I remove the limited setting? Or others solutions.

Thanks!
by alex_tpc
16 May 2022 16:23
Forum: RaZberry
Topic: about virtual device problem
Replies: 6
Views: 2294

Re: about virtual device problem

Thanks, it works well.
by alex_tpc
25 Apr 2022 12:50
Forum: RaZberry
Topic: Icon Setting problems
Replies: 2
Views: 1233

Icon Setting problems

I want to change the icon or its color as the value reaching or higher a value. For example, when the temperature is higher than 30 degrees and the icon will change to red. Can I use API to change the icon or icon color for the virtual device or physical device? or can I set up some settings to do i...
by alex_tpc
22 Apr 2022 06:24
Forum: RaZberry
Topic: about virtual device problem
Replies: 6
Views: 2294

Re: about virtual device problem

@PoltoS , I have another task in python so I cannot do it in the js engine. Can we change from python to shell script and shell script to call python? Can it avoid the deadloop problem?