Search found 2 matches

by SiberianTiger
Monday 28 September 2020 23:23
Forum: dzVents
Topic: Script not Working - Getting Temp from a Sensor [Solved]
Replies: 2
Views: 524

Re: Script not Working - Getting Temp from a Sensor [Solved]

Perfect! Simply Perfect! Thanks Man... With your Tips and the Error log i found the Problems!

The now working script is this: return
{
on =
{
timer =
{
'every minute', -- timer can not be set to a higher frequency then once a minute.
},

httpResponses =
{
'TempBalkon', -- must match with ...
by SiberianTiger
Monday 28 September 2020 22:14
Forum: dzVents
Topic: Script not Working - Getting Temp from a Sensor [Solved]
Replies: 2
Views: 524

Script not Working - Getting Temp from a Sensor [Solved]

Hi Guys (and Girls?)

I have a "MyStrom" Switch with integrated Temp-Sensor. I would like to get that Data from the Switch and pass it to a Virtual Sensor in Domoticz.

MyStrom Switch API: https://api.mystrom.ch/#982cf1bb-c873-4f62-b3c2-1cdfa51e1afe

I have created a Dummy and a Virtual Temperatur ...