That one works perfectly, thanks!FlyingDomotic wrote: Saturday 22 November 2025 14:46 Giving a MqttMapper push on button named "PushOn" and a virtual device named "CommandedDevice", write this dzVents script:
...
Search found 12 matches
- Saturday 22 November 2025 16:51
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72470
Re: Python Plugin: MqttMapper
- Saturday 22 November 2025 14:15
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72470
Re: Python Plugin: MqttMapper
(If I'm spamming the topic, please say so, and I'll go ask elsewhere)
Is there a way to send a command on an incoming message?
Instead of only when the event is triggered from Domoticz?
I have something that works half way:
{
"Home Button 1": {
"topic": "homebuttons/knapp/button_1",
"type ...
Is there a way to send a command on an incoming message?
Instead of only when the event is triggered from Domoticz?
I have something that works half way:
{
"Home Button 1": {
"topic": "homebuttons/knapp/button_1",
"type ...
- Saturday 22 November 2025 13:06
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72470
Re: Python Plugin: MqttMapper
However, what you can do is to create a push-on switch (which indeed is what you have) and write a small script to toggle a virtual switch.
Yes, I was thinking of how the web API has the option to send the value "toggle" to a switch, and was hoping that the same existed in the plugin API.
https ...
- Saturday 22 November 2025 0:14
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 505
- Views: 72470
Re: Python Plugin: MqttMapper
I have a button (this one: https://www.tindie.com/products/plab/home-buttons/ ) that supports HA Autodiscover, but I haven't got it to work with the Autodiscover Gateway in Domoticz. So I decided to go bare bones and use MqttMapper instead.
However, the button sends the payload "PRESS" everytime it ...
However, the button sends the payload "PRESS" everytime it ...
- Wednesday 14 August 2024 15:00
- Forum: MQTT Auto Discovery
- Topic: Using MQTT for comm between Domoticz instances
- Replies: 45
- Views: 9868
Re: Using MQTT for comm between Domoticz instances
Never mind, I found a wealth of articles on the wiki about the Telegram bot... 
- Wednesday 14 August 2024 14:52
- Forum: MQTT Auto Discovery
- Topic: Using MQTT for comm between Domoticz instances
- Replies: 45
- Views: 9868
Re: Using MQTT for comm between Domoticz instances
Unfortunately, DynDNS does not help when the ISP is using CGNAT. I used to have a DynDNS setup for a long time, but now, the ISP has added an additional NAT layer in front of my firewall. Apparently, it is very common nowadays due to the lack of IPv4 addresses.
However, I am investigating if they ...
However, I am investigating if they ...
- Wednesday 14 August 2024 13:39
- Forum: MQTT Auto Discovery
- Topic: Using MQTT for comm between Domoticz instances
- Replies: 45
- Views: 9868
Using MQTT for comm between Domoticz instances
I have a Domoticz instance at home, on the local network.
I have also set up a Domoticz instance in the cloud, and I wanted the cloud instance to mirror some of the devices in the home instance. This could have been a piece of cake by configuring the home instance as a Remote Server on the cloud ...
I have also set up a Domoticz instance in the cloud, and I wanted the cloud instance to mirror some of the devices in the home instance. This could have been a piece of cake by configuring the home instance as a Remote Server on the cloud ...
- Monday 09 September 2019 13:56
- Forum: Temperature and Weather
- Topic: Rain sensor changes id every day
- Replies: 1
- Views: 490
Rain sensor changes id every day
Hi all,
I am unsure if this belongs here or under hardware, RFXComm. I'll starthere.
I have a PCR800 rain sensor, connected to a Raspberry Pi Domoticz using an RFXTrx433. It has been working fine for a year or so.
Then it disappeared, and I figured it was the battery so I changed it. At first, a ...
I am unsure if this belongs here or under hardware, RFXComm. I'll starthere.
I have a PCR800 rain sensor, connected to a Raspberry Pi Domoticz using an RFXTrx433. It has been working fine for a year or so.
Then it disappeared, and I figured it was the battery so I changed it. At first, a ...
- Friday 14 December 2018 13:47
- Forum: Other questions and discussions
- Topic: Using weather "applets" from Domoticz on home page
- Replies: 0
- Views: 204
Using weather "applets" from Domoticz on home page
I have a domoticz installation, that is Raspberry Pi-based and placed on an internal network.
It is responsible for reading weather sensors and controlling switches for lamps , heaters etc.
It can't be accessed from the internet, and that's the way I like it.
BUT
I would like to have the very nice ...
It is responsible for reading weather sensors and controlling switches for lamps , heaters etc.
It can't be accessed from the internet, and that's the way I like it.
BUT
I would like to have the very nice ...
- Monday 24 September 2018 16:55
- Forum: Temperature and Weather
- Topic: Weather Underground is being discontinued
- Replies: 4
- Views: 3155
Weather Underground is being discontinued
It appears that Weather Underground, after being acquired by "The Weather Company", will take the API offline.
https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-api
They hint that a new API will be replacing the old, but only for paying customers ...
https://apicommunity.wunderground.com/weatherapi/topics/end-of-service-for-the-weather-underground-api
They hint that a new API will be replacing the old, but only for paying customers ...
- Monday 24 September 2018 16:30
- Forum: Temperature and Weather
- Topic: Device "clouds" based on wunderground api
- Replies: 11
- Views: 1688
Re: Device "clouds" based on wunderground api
Note that the Weather Underground API will stop working 2018-12-31 as the service is being discontinued.
end-of-service-for-the-weather-underground-api:
https://apicommunity.wunderground.com/w ... ground-api
end-of-service-for-the-weather-underground-api:
https://apicommunity.wunderground.com/w ... ground-api
- Monday 24 September 2018 16:21
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 149191
Re: Dashticz - Bug report
Does Domoticz still supports weather Underground?
After update is does not work anymore. I had to remove line config['wu_api']=.... , otherwose Dashticz does not load
Note that the Weather Underground API is being discontinued.
So we all need to start evaluating alternatives.
end-of-service ...