Search found 374 matches

by Number8
Tuesday 02 January 2024 10:23
Forum: Other questions and discussions
Topic: Seeking a physical remote control
Replies: 12
Views: 2024

Re: Seeking a physical remote control

As a matter of fact, I integrated Space mouse https://community.home-assistant.io/t/s ... ols/643626 to Home assistant to control 7.1 volumes. It would not be hard to achieve the same goal with Domoticz.
by Number8
Tuesday 19 September 2023 9:49
Forum: dzVents
Topic: how to copy data from watermeter to waterflow [Solved]
Replies: 24
Views: 5458

Re: how to copy data from watermeter to waterflow [Solved]

the same goes for waterflow. it turns out the esp pulsecounter sends out a time between pulse in ms. i use this number to calculate the exact flow and send this value over to domoticz. Just another question: does the time value sent by esp pulsecounter is specific to espeasy? I'm wondering whether ...
by Number8
Tuesday 19 September 2023 8:38
Forum: dzVents
Topic: how to copy data from watermeter to waterflow [Solved]
Replies: 24
Views: 5458

Re: how to copy data from watermeter to waterflow [Solved]

Thank you so much for the detailed information.
by Number8
Tuesday 19 September 2023 6:37
Forum: dzVents
Topic: how to copy data from watermeter to waterflow [Solved]
Replies: 24
Views: 5458

Re: how to copy data from watermeter to waterflow [Solved]

the Watermeter in my situation is a dummy counter(not incremental) after that i have set it to water. so it is not a waterflow device i do not use this script anymore i use the esp to give me both the counter and waterflow(in 0,1 liter) so basically the esp holds the complete countertotal and sends ...
by Number8
Sunday 11 June 2023 19:52
Forum: dzVents
Topic: dzVents Reboot Raspberry Pi
Replies: 5
Views: 494

Re: dzVents Reboot Raspberry Pi

Either you are not using the async http method and the code should be dz.openURL("http://192.168.1.15:8181/json.htm?type=command&param=system_reboot") or is you want to use the async way then you should set a callback See doc https://www.domoticz.com/wiki/DzVents:_next_generation_Lua_scripting If ...
by Number8
Wednesday 14 September 2022 11:22
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109721

Re: Python Plugin: Shelly MQTT

@Number8: Thx for your hint. Have you installed HA in parallel to Domoticz on the same device (e. g. Raspberry)? Can the existing MQTT Broker work both for Domoticz and HA? I've got HA on a different RasPI3. I've got MQTT broker on another specific RasPI3. Only one broker. Not all eggs in the same ...
by Number8
Wednesday 14 September 2022 11:21
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109721

Re: Python Plugin: Shelly MQTT

@Number8: Thx for your hint. Have you installed HA in parallel to Domoticz on the same device (e. g. Raspberry)? Can the existing MQTT Broker work both for Domoticz and HA? I've got HA on a different RasPI3. I've got MQTT broker on another specific RasPI3. Only one broker. Not all eggs in the same ...
by Number8
Wednesday 14 September 2022 9:11
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109721

Re: Python Plugin: Shelly MQTT

FWIW, I setup an Home assistant instance and make then talk to each other using MQTT
by Number8
Wednesday 07 September 2022 13:14
Forum: Z-Wave
Topic: FGS211: state does not update automatically
Replies: 2
Views: 258

Re: FGS211: state does not update automatically

What happens when you also add the controller (node 1) in the first group ? Thank you gizmocuz to help me on this matter. So controller has been added to switch group 1. Strange thing the display reports 1.1 instead of 1. Is it expected? Anyhow, dz switch still does not update. I deactivated ...
by Number8
Wednesday 07 September 2022 9:03
Forum: Z-Wave
Topic: FGS211: state does not update automatically
Replies: 2
Views: 258

FGS211: state does not update automatically

Hello, FGS211 power relay is set-up and features 3 groups, the 3rd one as explained in the relay documentation beeing the lifeline one. If I understand well, this group is dedicated to reporting state to the controller as explained in Association chapter 4 of the documentation : However the switch ...
by Number8
Friday 08 July 2022 19:50
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 109721

Re: Python Plugin: Shelly MQTT

I can’t get it added. What options have you selected on Mqtt Shelly side? Thank you. I’m running Domoticz stable 2022.1
by Number8
Friday 10 June 2022 9:12
Forum: Python
Topic: Persistent data
Replies: 6
Views: 765

Re: Persistent data

Good to know, thanks
by Number8
Tuesday 07 June 2022 19:21
Forum: Z-Wave
Topic: Problems again with zwave after power outage
Replies: 9
Views: 991

Re: Problems again with zwave after power outage

I definitely second what lost says. All issues I had with zwave disapeared when I made usb connection persistent. I also had an issue because of the poor quality of an usb extender.
by Number8
Tuesday 07 June 2022 9:01
Forum: Python
Topic: Persistent data
Replies: 6
Views: 765

Re: Persistent data

yes I use it in a python script, pretty easy to set-up
by Number8
Tuesday 07 June 2022 0:14
Forum: Python
Topic: Persistent data
Replies: 6
Views: 765

Re: Persistent data

Are you looking for something like data pickle?
by Number8
Saturday 04 June 2022 6:33
Forum: Z-Wave
Topic: Problems again with zwave after power outage
Replies: 9
Views: 991

Re: Problems again with zwave after power outage

In hardware tab does the stick shows as connected? Check it is connected to the right usb interface.
by Number8
Monday 30 May 2022 17:13
Forum: Bugs
Topic: Battery level of slave device reported as nil instead of value
Replies: 0
Views: 818

Battery level of slave device reported as nil instead of value

Hello,
Here is the setup.
One battery sensor on slave domoticz that is shared to master domoticz.
On master domoticz this code reports nil

Code: Select all

dz.device(629).batteryLevel
whereas the api reports the correct value

Code: Select all

http://masterDomoticzIP:8080/json.htm?type=devices&rid=629
Running 2022.1 stable
by Number8
Thursday 05 May 2022 17:22
Forum: dzVents
Topic: dimTo() fails to set level [Solved]
Replies: 4
Views: 842

Re: dimTo() fails to set level [Solved]

Good shot, thank you for kind advise. I was not aware that despite the fact I'm always using idx, we must not get two devices with same names.
by Number8
Thursday 05 May 2022 10:02
Forum: dzVents
Topic: dimTo() fails to set level [Solved]
Replies: 4
Views: 842

Re: dimTo() fails to set level [Solved]

Thanks waltervl. This is a dummy device. The following error is sometimes reported (not all the time)

Code: Select all

Error: Setting a wrong level value 52 to Selector device 82289
It is definitely not a selector but a dimmer
by Number8
Wednesday 04 May 2022 18:31
Forum: dzVents
Topic: dimTo() fails to set level [Solved]
Replies: 4
Views: 842

dimTo() fails to set level [Solved]

Hello, I've got a very strange problem. This code fails to set the dimmer level dz.devices(577).dimTo(50) whereas this code does what is expected: dz.openURL("http://192.168.21.240:8080/json.htm?type=command&param=switchlight&idx=577&switchcmd=Set%20Level&level=50") Is anybody having a clue? I'm ...