Search found 10 matches

by elmaco
31 Oct 2022 15:53
Forum: RaZberry
Topic: Thermostat issues
Replies: 9
Views: 3290

Re: Thermostat issues

Why is this not working? I have followed the steps from this guide: https://help.z-wave.me/en/knowledge_base/art/128/cat/57/ Code for action on: zway.devices[31].instances[1].commandClasses[64].Set(1); controller.devices.get("DummyDevice_120").performCommand("on") Code for action...
by elmaco
30 Oct 2022 01:55
Forum: RaZberry
Topic: Thermostat issues
Replies: 9
Views: 3290

Re: Thermostat issues

Hello, i have the same issue and woundering if someone solved this in some way?

I can controll the thermostat in expert mode, is there a way to use a Python script to at least turn it on/off, or use an Viritual Decice?
BR/
Marcus
by elmaco
29 Oct 2022 01:24
Forum: Device specific
Topic: Namron Thermostate plug - Halts on ThermostatSetPoint
Replies: 11
Views: 25093

Re: Namron Thermostate plug - Halts on ThermostatSetPoint

Hello, did Namron get back to you with an update or an solution to this problem?
BR/
Marcus
by elmaco
06 Aug 2022 01:41
Forum: Discussions in English
Topic: Tempvalue from Python to Code_Device_sensorMultilevel
Replies: 1
Views: 991

Tempvalue from Python to Code_Device_sensorMultilevel

Hello, what would be the best way to send a tempvalue to Code_Device in Python? I dont get it to work.... I tried to use this: http://192.168.1.108:8083/JS/Run/controller.devices.get('Code_Device_sensorMultilevel_38').set('metrics:level',50) with this: os.system(curl... but i end up with errors i ca...
by elmaco
19 Mar 2020 09:59
Forum: RaZberry
Topic: Send outside tempsensor value to Zwave
Replies: 4
Views: 8384

Re: Send outside tempsensor value to Zwave

I see, thanks for clearing that out :)
by elmaco
18 Mar 2020 12:06
Forum: RaZberry
Topic: Send outside tempsensor value to Zwave
Replies: 4
Views: 8384

Re: Send outside tempsensor value to Zwave

Hi and thanks for reply. By using this formula i can change the level on a switchMultilevel to level 9: /ZAutomation/api/v1/devices/HTTP_Device_switchMultilevel_44/command/exact?level=9 but when using the sensorMultilevel i cant change it with the same formula, i guess i should use a different formu...
by elmaco
03 Mar 2020 14:08
Forum: RaZberry
Topic: Send outside tempsensor value to Zwave
Replies: 4
Views: 8384

Send outside tempsensor value to Zwave

I have a working DS18B20 tempsensor in a Pythonscript and i want to send the sensors value to Zwave.
How do i set up the script to send the value and how do i set up for an example Codedevice to collect those values?

Best regards/
Marcus
by elmaco
23 Feb 2020 17:48
Forum: RaZberry
Topic: Script to change state on app.
Replies: 4
Views: 6886

Re: Script to change state on app.

Perfekt thanks.
So this is what i did, i made an Python script with this lines:

Code: Select all

Import os
os.system('curl -s -LN --globoff http://user:password@IP:8083/ZAutomation/api/v1/devices/DummyDevice_33/command/on')

It might be an better way, but it does the job for me. :)
by elmaco
20 Feb 2020 17:27
Forum: RaZberry
Topic: Script to change state on app.
Replies: 4
Views: 6886

Re: Script to change state on app.

Hi thanks for reply and it sound promising, but how do i include user and password, i have tried: http://username:password@yourip:8083.... but it says "Not logged in" or"{"data":null,"code":401,"message":"401 Unauthorized","error":&quo...
by elmaco
19 Feb 2020 17:12
Forum: RaZberry
Topic: Script to change state on app.
Replies: 4
Views: 6886

Script to change state on app.

Hello, is there a way to change the state on an app like Dummy_device outside the Z-wave server?
For an example a BashScript or python script.

Best regards/
Marcus