Search found 18 matches
- Saturday 12 April 2025 21:14
- Forum: Bugs and Problems
- Topic: Door contact + MQTT -> "On action" & "Off action" do not execute
- Replies: 4
- Views: 2144
Re: Door contact + MQTT -> "On action" & "Off action" do not execute
Dear Walter, I have typed the following commands on the Tasmota console: (as suggested here https://forum.domoticz.com/viewtopic.php?t=40656) SwitchMode1 1 SwitchTopic1 0 Rule1 on Switch1#state=1 do Publish domoticz/in {"command": "switchlight", "idx": 203, "switchcmd": "On" } endon on Switch1#state ...
- Saturday 12 April 2025 11:17
- Forum: Bugs and Problems
- Topic: Door contact + MQTT -> "On action" & "Off action" do not execute
- Replies: 4
- Views: 2144
Re: Door contact + MQTT -> "On action" & "Off action" do not execute
Hello @waltervl The message sent by the Tasmota device (door sensor) is: (door opened) domoticz/in = {"idx":203,"nvalue":1,"svalue":"","Battery":100,"RSSI":7} (door closed) domoticz/in = {"idx":203,"nvalue":0,"svalue":"","Battery":100,"RSSI":7} What I did (and I may be wrong) This is the esp8266 ...
- Friday 11 April 2025 22:21
- Forum: Bugs and Problems
- Topic: Door contact + MQTT -> "On action" & "Off action" do not execute
- Replies: 4
- Views: 2144
Door contact + MQTT -> "On action" & "Off action" do not execute
Hello, dear Community, Version: Version 2024.7 (July 13th 2024) Platform: RPi3B+, Debian 11.11 Plugin/Hardware: MQTT Client Gateway with LAN interface, other unrelated Description: I have set up a door sensor, based on a esp8266 Wemos, running the most recent version of Tasmota. A Domoticz switch ...
- Thursday 20 February 2025 23:08
- Forum: Bugs and Problems
- Topic: Bug in enumerating Notifications
- Replies: 7
- Views: 599
Re: Bug in enumerating Notifications
I have been able to reproduce. The culprit seems to be the second Dummy Hardware instance (although I gave a different name: "virtual (nolog)" instead of "virtual" ) The Notifications could not be displayed anymore for any switch. Removing the additional hardware device and refreshing the browser ...
- Thursday 20 February 2025 22:52
- Forum: Bugs and Problems
- Topic: Bug in enumerating Notifications
- Replies: 7
- Views: 599
Re: Bug in enumerating Notifications
Hello, Dear @waltervl, After having removed he second Dummy hardware instance this afternoon, I checked that the Notifications still didn't show. Then, while redacting this reply: I have installed the Android app ; I have called the API as you suggested above ; I have rebooted the RPi. And miracle ...
- Thursday 20 February 2025 19:49
- Forum: Bugs and Problems
- Topic: Bug in enumerating Notifications
- Replies: 7
- Views: 599
Re: Bug in enumerating Notifications
Update: I have deleted the virtual switch, and I have deleted the second "Dummy" hardware device.
It did not resolve the problem.
It did not resolve the problem.
- Thursday 20 February 2025 19:23
- Forum: Bugs and Problems
- Topic: Bug in enumerating Notifications
- Replies: 7
- Views: 599
Re: Bug in enumerating Notifications
Hello @waltervl Here is the command issued by the alarm system: /json.htm?type=command¶m=switchlight&idx=124&switchcmd=On The problem is not related with the triggers. It is simply that the UI does not retrieve the Notifications associated with the device. When clicking on this button ...
- Wednesday 19 February 2025 17:45
- Forum: Bugs and Problems
- Topic: Bug in enumerating Notifications
- Replies: 7
- Views: 599
Bug in enumerating Notifications
Domoticz version 2024.7 running on Rpi 3B+ / debian 11.11 6 Hardware devices in Dz: Dummy, SMA onduleur, MQTT local, Meteo NL (buienradar), Zigbee ITEAD_SONOFF_Zigbee_3.0, and a second instance of Dummy with less logging. Hello, this is a translation of my article in the French forum, which did not ...
- Monday 22 March 2021 15:49
- Forum: dzVents
- Topic: Pause/sleep inside a dzVents script: logic error ? [Solved]
- Replies: 4
- Views: 1115
Re: Pause/sleep inside a dzVents script: logic error ? [Solved]
Thanks, it is exactly what I wanted to achieve, have a nice day. Erem and you put me on the right way.
Frédéric
Frédéric
- Sunday 21 March 2021 13:07
- Forum: dzVents
- Topic: Pause/sleep inside a dzVents script: logic error ? [Solved]
- Replies: 4
- Views: 1115
Re: Pause/sleep inside a dzVents script: logic error ? [Solved]
Hello Rob, I have brought some debug commands in order to log more: return { on = { devices = { 98 }}, -- idx of button execute = function(dz, item ) dz.log("state of " .. item.name .. " is " .. item.state) if item.state == "1 Click" then dz.log("switching 74 off") dz.devices(74).switchOff() -- idx ...
- Sunday 21 March 2021 10:30
- Forum: dzVents
- Topic: Pause/sleep inside a dzVents script: logic error ? [Solved]
- Replies: 4
- Views: 1115
Pause/sleep inside a dzVents script: logic error ? [Solved]
Hello dear Community, I have acquired new shades and got them delivered with standard motors, one up and one down. I have interfaced them with two standard 2-way NO/NC relays which work fine. (like Sonoff 4ch-Pro) I have used Zigbee push-buttons configured as selectors : single push= open or close ...
- Sunday 29 November 2020 23:02
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
SSL can be tricky. Old protocols are e.g. SSLv3, TLS1.0 Newer include TLS1.2, 1.3. There must be a matching protocol between the client and the server, and then a matching cipher. The user manual https://manuals.sma.de/SBxx-1VL-40/en-US/3389030027.html seems to indicate that http is supported. This ...
- Sunday 29 November 2020 20:57
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
If your SMA can be reached without SSL, please give it a try. (e.g. http on port 80)
If your Syno is really too old, it is possible that its openssl libraries do not support the underlying more recent TLS versions.
If your Syno is really too old, it is possible that its openssl libraries do not support the underlying more recent TLS versions.
- Friday 27 November 2020 18:50
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
Hello, we would gladly help, please explain what you have done, and what you have not done, from the steps described in our previous posts.
- Sunday 11 October 2020 13:43
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
Great ! it works fine !
Frédéric- Saturday 10 October 2020 21:32
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
Thanks, I'll check tomorrow.
Greetings from Brussels
Greetings from Brussels
- Saturday 10 October 2020 19:22
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
@rklomp: Here is the feedback deleted hardware (the 2 device have gone too) stopped Dz service replaced the script, no modification brought Start Dz service Added hardware, configure IP and password, run every 3 minutes Found that only 2 devices are created Added them with the green button Here is ...
- Saturday 10 October 2020 18:04
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 21313
Re: SMA Sunny Boy 1.5
Hello All, Please let me share my experience. I have a problem already described above: only 2 devices are created and not 3, and the device with the daily counter is messed up with the instant production. In detail: I copied your script (copy/paste) from /github.com/merlot-dev/Domoticz-SMA-SunnyBoy ...