Search found 5 matches

by jguellec
Sunday 10 May 2020 17:46
Forum: LUA
Topic: Query a device managed by a Fibaro HC3
Replies: 6
Views: 2975

Re: Query a device managed by a Fibaro HC3

@waaren : it’s working now. I had special characters in the password I used. I created a new user in the HC3 with basic login/pwd and with a very limited access on the platform.

Everything’s working as expected.

A HUGE THANK YOU to you. This was VERY helpful :)
by jguellec
Sunday 10 May 2020 15:22
Forum: LUA
Topic: Query a device managed by a Fibaro HC3
Replies: 6
Views: 2975

Re: Query a device managed by a Fibaro HC3

I quickly added the dzVents before leaving the house. I made sure of the prerequisites you mentioned. This is what I have : Screenshot 2020-05-10 at 15.18.52.png I made sure I could ping the IP address from Domoticz : OK I'm not quite sure why it's trying to resolve host name ? The IP address should ...
by jguellec
Sunday 10 May 2020 14:58
Forum: LUA
Topic: Query a device managed by a Fibaro HC3
Replies: 6
Views: 2975

Re: Query a device managed by a Fibaro HC3

Wow ! Thanks !!

I'll try this tonigh and let you know how it works.

Much appreciated :)
by jguellec
Sunday 10 May 2020 13:06
Forum: LUA
Topic: Query a device managed by a Fibaro HC3
Replies: 6
Views: 2975

Re: Query a device managed by a Fibaro HC3

Thanks for your reply waaren. I just want to store the batteryLevel in a local variable. No need to create a new device in Domoticz. I already have a LUA script that sends weekly email and pushover notifications of my battery-powered devices. I just miss my door sensors because they are managed in ...
by jguellec
Sunday 10 May 2020 12:29
Forum: LUA
Topic: Query a device managed by a Fibaro HC3
Replies: 6
Views: 2975

Query a device managed by a Fibaro HC3

Hi everyone, I’m starting with LUA and I need help from you guys :) I’m trying to query a door sensor managed by my Fibaro HC3. I need to get the ‘batteryLevel” parameter in my Domoticz installation. With a web browser, I successfully query the HC3 API and display the device’s informations : Screens ...