Search found 12 matches
- Sunday 27 November 2022 21:18
- Forum: Python
- Topic: ShellyCloudPlugin
- Replies: 148
- Views: 28007
Re: ShellyCloudPlugin
Hi, I managed to fix the issue, have changed the code from "On" to "Open" and "Off" to "Close". My assumption was from the log always saying unknown command Open and Close. if str(Command) == "Open": ## if str(Command) == "On": if self.mode == "roller": url = url + "?go=open" else: url = url ...
- Thursday 09 December 2021 7:54
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 114046
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
My PNP with the plugin was running fine, but this week I had 3 times the issue that the measuring went crazy. Examples: in one hour it said I used 400 liters, out of the blue and even one time 15.000 liters. Tried to place the PNP a it different, but so far it didn't help. Anyone else seeing this ...
- Wednesday 01 December 2021 14:19
- Forum: Others
- Topic: How to connect smoke detectors
- Replies: 11
- Views: 8340
Re: How to connect smoke detectors
Thanks for great instruction, WORKED!
- Thursday 25 November 2021 18:19
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 114046
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
My PNP with the plugin was running fine, but this week I had 3 times the issue that the measuring went crazy. Examples: in one hour it said I used 400 liters, out of the blue and even one time 15.000 liters. Tried to place the PNP a it different, but so far it didn't help. Anyone else seeing this ...
- Thursday 07 October 2021 10:53
- Forum: Switches and Scenes
- Topic: AVM DECT200 - switch / domiticz on raspberry
- Replies: 4
- Views: 2809
Re: AVM DECT200 - switch / domiticz on raspberry
Hi, sorry, wasn't here for a while and have not received a notification on your question. Anyhow, the idx numbers are set in the lua script in Domoticz just at the beginning.
Code: Select all
-- devsocket
local idx_7_state = 35
- Sunday 25 July 2021 8:10
- Forum: Switches and Scenes
- Topic: Siedle HT 611 doorbell notification to Telegram (Shelly 1)
- Replies: 2
- Views: 1771
Re: Siedle HT 611 doorbell notification to Telegram (Shelly 1)
Hi, I just wanted to share the final assembly. Found a small 12AC Finder relay and put the Shelly into the flush box behind the handset. I am surprised on the stable operation of the Shelly on 9VDC. Just to be complete, I also tried two other solutions: 1. Shelly UNI. Works as the Shelly1 and ...
- Wednesday 21 July 2021 10:12
- Forum: Switches and Scenes
- Topic: Siedle HT 611 doorbell notification to Telegram (Shelly 1)
- Replies: 2
- Views: 1771
Re: Siedle HT 611 doorbell notification to Telegram (Shelly 1)
Hi, I removed the domoticz script and replaced it with a bash file which is triggered just when the switch is changing state to ON. With the lua script I experienced delay in taking the photo and might have not captured the person ringing the doorbell. I also added a mp4 stream sent to Telegram. I ...
- Sunday 11 July 2021 18:42
- Forum: Switches and Scenes
- Topic: Siedle HT 611 doorbell notification to Telegram (Shelly 1)
- Replies: 2
- Views: 1771
Siedle HT 611 doorbell notification to Telegram (Shelly 1)
Hi, since I missed a couple of delivery services, I enhanced my old Siedle HT 611 to get a notification and picture to Telegram. I now used a Shelly 1 but will also try a Shelly Uni and completely customised solution using optocoupler with ESP8266 (espeasy). Please make sure that you measure all ...
- Sunday 13 June 2021 15:56
- Forum: Switches and Scenes
- Topic: AVM DECT200 - switch / domiticz on raspberry
- Replies: 4
- Views: 2809
Re: AVM DECT200 - switch / domiticz on raspberry
Hello, I also use a couple of DECT 200 and wanted status and consumption as well as total energy. I initially used sensors to display but now headed over to multiline text. You need the following (I put all in my domoticz/scripts folder) and make sure all references to files are in the absolute path ...
- Saturday 27 February 2021 9:48
- Forum: LUA
- Topic: Solved: Problem with LUA script reading from Fronius inverter
- Replies: 35
- Views: 10872
Re: Solved: Problem with LUA script reading from Fronius inverter
Hi, I also wanted to share my script which I improved to cover my expectations. It was initially found in the "photovoltaikforum". User Gerhard told me that he got great support here; so credit to Gerhard and thanks to all who helped him. I have also added the Own consumption measurement. This is ...
- Saturday 27 February 2021 9:41
- Forum: Dashticz
- Topic: Dashticz: Weather Underground still used?
- Replies: 7
- Views: 869
Re: Dashticz: Weather Underground still used?
Hi, I still use but not too happy since the forecast does not work. I do run an own PWS and supply the data to WU so I also got a working API. Anyhow, I would not be unhappy if you stopped providing this plugin. I can switch too.
- Thursday 10 December 2020 19:47
- Forum: Examples & Solutions
- Topic: Luftdaten [SOLVED]
- Replies: 62
- Views: 23186
Re: Luftdaten [SOLVED]
Hi, I initially implemented the way described by you, but since I also do run Weewx, I managed to alter the code in order to retrieve data just from one source. It will also prevent from reading very high values because the data creation is driven by the setting in the sensor/configuration/APIs and ...