Thing is that there is no documentation on how to control these Gen3 devices, so integrating is one thing, we can read the published mqtt messages. But controling a dimmer left us guessing, there's lack of documentation.
Shelly support plays stupid and they're good at it.
Search found 133 matches
- Monday 03 February 2025 21:23
- Forum: MQTT Auto Discovery
- Topic: Shelly support by Domoticz
- Replies: 13
- Views: 1884
- Monday 03 February 2025 17:36
- Forum: MQTT Auto Discovery
- Topic: Shelly support by Domoticz
- Replies: 13
- Views: 1884
Re: Shelly support by Domoticz
I have successfully implemented Shelly1 Gen3 , however i was lucky that i could lift on work that was done. On the new Shelly Dimmer Gen3 i am disappointed by Shelly due to lack of documentation, this is not going to work with shellyteacher4domo , developer gave up. Shelly responded: "We would like ...
- Saturday 01 February 2025 19:15
- Forum: MQTT Auto Discovery
- Topic: ShellyTeacher for Domoticz
- Replies: 98
- Views: 25804
Re: ShellyTeacher for Domoticz
So there's a new Shelly Dimmer Gen3 and guess what, i'm not succesfull with Domoticz integration. On the shellyteacher4domo thing i've created an issue and got the motivated response; "As Allterco has no usable mqtt documentation since gen1, i simply give up and now i am using only zigbee devices ...
- Thursday 30 January 2025 12:29
- Forum: Switches and Scenes
- Topic: Integrate Shelly Dimmer Gen3
- Replies: 2
- Views: 3834
Re: Integrate Shelly Dimmer Gen3
Just installed shellyteacher4domo and ran it... this first resulted in an error for this new device. So i've created a new entry for the tag [shellydimmerg3] in mqtt_templates_gen2.txt so that it's recognized. This specific file (mqtt_templates_gen2.txt) inside shellyteacher , takes care of MQTT ...
- Wednesday 29 January 2025 22:40
- Forum: Switches and Scenes
- Topic: Integrate Shelly Dimmer Gen3
- Replies: 2
- Views: 3834
Integrate Shelly Dimmer Gen3
Suddenly it was released so i ordered a couple to replace my older (Gen1 and 2) ones that are sort of dying (dropping connection or not responding at all). Not knowing what i was getting into, i found out that the device isn't as easy as it was before.... so i thought, the functionality "one-button ...
- Sunday 04 February 2024 17:34
- Forum: Other questions and discussions
- Topic: Remote UPS for Raspberry
- Replies: 22
- Views: 25388
Re: Remote UPS for Raspberry
Hi, I was just looking into the setup again... lost my previous config somewhere along the road. Have my NAS configured, this shuts down as configured and sends out a msg on status changes. I have a RaspberryPi setup with NUT as slave, monitoring the server which is running on my Synology NAS. When ...
- Wednesday 10 January 2024 23:27
- Forum: Z-Wave
- Topic: I don't understand how Zwave-JS-UI and MQTT work in the real life !
- Replies: 10
- Views: 9880
Re: I don't understand how Zwave-JS-UI and MQTT work in the real life !
I'm around the same point... having my devices in MQTT, but not Domoticz. Last weekend i have searched and found documentation in the wiki that said MQTT autodiscovery was not yet added in v 2023.1 which is my current version since i haven't updated (yet). Anyway... i think it was the same ...
- Tuesday 09 January 2024 14:23
- Forum: Z-Wave
- Topic: I don't understand how Zwave-JS-UI and MQTT work in the real life !
- Replies: 10
- Views: 9880
Re: I don't understand how Zwave-JS-UI and MQTT work in the real life !
I'm around the same point... having my devices in MQTT, but not Domoticz. Last weekend i have searched and found documentation in the wiki that said MQTT autodiscovery was not yet added in v 2023.1 which is my current version since i haven't updated (yet). Anyway... i think it was the same ...
- Tuesday 13 June 2023 23:38
- Forum: Bash / PowerShell / Batch etc.
- Topic: Detailed NTP Server Monitoring script for Monit / MMonit
- Replies: 5
- Views: 3091
Re: Detailed NTP Server Monitoring script for Monit / MMonit
Nice, but needs some work... Last output: /etc/monit/ntpsync.sh: regel 7: /usr/bin/ntpstat: Bestand of map bestaat niet /etc/monit/ntpsync.sh: regel 17: ((: < 200 : syntaxfout: operator verwacht (het onjuiste symbool is "< 200 ") /etc/monit/ntpsync.sh: regel 23: ((: >= 200 : syntaxfout: operator ...
- Thursday 11 May 2023 21:07
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
@marmachine If you did a git install you can simply change Dashticz' branch to Beta by typing the following command (Terminal) in the Dashticz folder... Excellent, thanks! git fetch origin git checkout beta M custom_2/CONFIG_DEFAULT.js M index.html M index2.html M jsconfig.json Branch 'beta' set up ...
- Thursday 11 May 2023 9:40
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
Have you checked https://dashticz.readthedocs.io/en/beta/blocks/specials/weather.html ? For the new version 3 key you have to add a provider parameter to the block. For OWM the provider parameter seems irrelevant actually, because when i add this -> provider: 'owm', <- the block doesn't work ...
- Wednesday 10 May 2023 16:29
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
Have you checked https://dashticz.readthedocs.io/en/beta/blocks/specials/weather.html ? For the new version 3 key you have to add a provider parameter to the block. For OWM the provider parameter seems irrelevant actually, because when i add this -> provider: 'owm', <- the block doesn't work ...
- Wednesday 10 May 2023 14:40
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
Using the default OWM blocks, so in my config file there is; //Configuring the OWM parameters config['owm_api'] = 'put personal API key here'; // Personal OWM API key config['owm_city'] = 'Apeldoorn'; // city or nearby city to use (you can also fill in the city id here) config['owm_name ...
- Wednesday 10 May 2023 12:31
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
@marmachine If you did a git install you can simply change Dashticz' branch to Beta by typing the following command (Terminal) in the Dashticz folder... Excellent, thanks! git fetch origin git checkout beta M custom_2/CONFIG_DEFAULT.js M index.html M index2.html M jsconfig.json Branch 'beta' set up ...
- Sunday 07 May 2023 11:52
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
I am using the default OWM blocks, so in my config file there is; //Configuring the OWM parameters config['owm_api'] = 'put personal API key here'; // Personal OWM API key config['owm_city'] = 'Apeldoorn'; // city or nearby city to use (you can also fill in the city id here) config['owm_name ...
- Sunday 07 May 2023 11:35
- Forum: Dashticz
- Topic: Weather - how to build a bolk
- Replies: 26
- Views: 3393
Re: Weather - how to build a bolk
I have found out that a newly generated key on a new account, works with the old link in order to download (json) data. Doesn't work without an aditional subscription to onecall (still free for 1000 calls per day) api.openweathermap.org/data/ 3.0/onecall ?lat=52.211462&lon=5.972701&appid={API key ...
- Friday 05 May 2023 16:13
- Forum: Other questions and discussions
- Topic: Open Weather Map Subscription
- Replies: 6
- Views: 818
Open Weather Map API call exceeding free limit
Hi, For some time i am receiving emails from openweathermap's robot which is telling me that i am exceeding the account limit of 1000 calls per day. I am using the API service for two applications; Domoticz (LUA script) and Dashticz, each has it's own key, however the usage for each key is ...
- Thursday 13 April 2023 13:07
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Source returns (404) unavailable when installing on Debian
- Replies: 3
- Views: 1079
Re: Source returns (404) unavailable when installing on Debian
Well, retry on a clean Debian 11 system is now successfull!
The complete compile method, following below instructions is;
https://www.domoticz.com/wiki/Build_Dom ... rom_source

The complete compile method, following below instructions is;
https://www.domoticz.com/wiki/Build_Dom ... rom_source
- Thursday 06 April 2023 14:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Source returns (404) unavailable when installing on Debian
- Replies: 3
- Views: 1079
Re: Source returns (404) unavailable when installing on Debian
Compiling manually runs into another error... sudo apt-get install build-essential -y sudo apt-get install libboost-dev libboost-thread-dev libboost-system-dev libsqlite3-dev subversion curl libcurl4-openssl-dev libusb-dev zlib1g-dev python3-dev sudo apt-get install cmake sudo apt-get install git ...
- Thursday 06 April 2023 13:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Source returns (404) unavailable when installing on Debian
- Replies: 3
- Views: 1079
Source returns (404) unavailable when installing on Debian
Got my hands on an older IoT Edge computer which supports Linux... so i'm trying to install Domoticz... The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian ...