Search found 6 matches

by user10
Tuesday 10 September 2024 9:03
Forum: Bugs and Problems
Topic: Moonphases and pylunar docker problem
Replies: 2
Views: 191

Re: Moonphases and pylunar docker problem

not work i check and plunar instalation working when i install it outside docker cointener. but then python located in domoticz cointaner doesent't see this module. when i install inside docker i receive error from my first post. i'm not familiar with linux but i think it is a problem with ...
by user10
Wednesday 04 September 2024 15:10
Forum: Bugs and Problems
Topic: Moonphases and pylunar docker problem
Replies: 2
Views: 191

Moonphases and pylunar docker problem

Hello i try to run moonphases python plugin with plunar extension and i get error when i try to install pylunar plugin in domoticz docker my steps cd /opt/domoticz/config/plugins/ git clone https://github.com/ycahome/MoonPhases/ edit plugin.py like in this post https://www.domoticz.com/forum ...
by user10
Tuesday 02 July 2019 15:39
Forum: Temperature and Weather
Topic: How Rain sensor works ?
Replies: 9
Views: 3563

Re: How Rain sensor works ?

i found https://www.domoticz.com/forum/viewtopic.php?t=7840 and gizmocuz worte you should use/request the V_VAR1 when your node starts (powers up), so the last counter value is retrieved dont send anything until you got this and you need to send to domoticz the counter value, this counter need to ...
by user10
Tuesday 02 July 2019 15:19
Forum: Temperature and Weather
Topic: How Rain sensor works ?
Replies: 9
Views: 3563

Re: How Rain sensor works ?

rain sensor is a simple ON/OFF switch.... it is NOT a rain gauge are you talking about a rain gauge (a device that counts mm2 of rain in a specific area....)? for gauge you have to follow the syntax: &nvalue=0&svalue=RAINRATE;RAINCOUNTER where RAINRATE = amount of rain in last hour in [mm x 100 ...
by user10
Tuesday 02 July 2019 15:17
Forum: Temperature and Weather
Topic: How Rain sensor works ?
Replies: 9
Views: 3563

Re: How Rain sensor works ?

What mark&type of rain sensor are you using? Interfacing as rain gauge to RFXCom or to RFLinkGateway? If Yes, you probably already read the data to a Device of Domoticz, but did you activate the Device in Setup/ List of Devices? If No, what kind of integration/interfacing are you planning for this ...
by user10
Tuesday 02 July 2019 11:08
Forum: Temperature and Weather
Topic: How Rain sensor works ?
Replies: 9
Views: 3563

How Rain sensor works ?

Rain sensor - how it works ? Hi I try to run rain sensor, and i can't understand how it works i use json command to update sensor. So Sensor idx = 10 Day 1 no rain What should i Send to domoticz to report no rain ? http://localhost:8080/json.htm?type=command&param=udevice&idx=10&nvalue=0&svalue=0;0 ...