Search found 55 matches
- Thursday 03 March 2022 8:12
- Forum: Temperature and Weather
- Topic: Tuya temp+hum sensor not detected
- Replies: 1
- Views: 1075
Tuya temp+hum sensor not detected
I've got a couple of these: https://nl.aliexpress.com/item/1005002496243227.html?gatewayAdapt=glo2nld&spm=a2g0o.order_list.0.0.187579d2jfsJxs They work fine with the Tuya app, and are correctly handled by HomeAssistant's LocalTuya integration. They are not detected by the Domiticz Tuya cloud plugin ...
- Monday 21 February 2022 16:55
- Forum: Temperature and Weather
- Topic: AM2301+Tasmota - No history for humidity
- Replies: 6
- Views: 1069
Re: AM2301+Tasmota - No history for humidity
Well, column HUMIDITY in table TEMPERATURE is of type INTEGER, so that settles it...
- Monday 21 February 2022 13:31
- Forum: Temperature and Weather
- Topic: AM2301+Tasmota - No history for humidity
- Replies: 6
- Views: 1069
Re: AM2301+Tasmota - No history for humidity
While on the topic: The docs say that the humidty value is a "PERCENTAGE (may be > 100)" but it doesn't say whether it is an integer or a float value. It seems that float values are rounded (truncated?) to integers, so no decimal precision. Is this intentional?
- Friday 18 February 2022 8:18
- Forum: Temperature and Weather
- Topic: AM2301+Tasmota - No history for humidity
- Replies: 6
- Views: 1069
AM2301+Tasmota - No history for humidity
Hi, I have a NodeMCU running Tasmota 11 with a AM2301 (DHT22) connected to it. The devices are correctly picked up by the Tasmota Autodiscovery plugin. Values are shown correctly, but Domoticz does not keep a history for the humidity readings. Do I need to change a setting? scrot20220218081233.png ...
- Thursday 27 January 2022 10:35
- Forum: Other questions and discussions
- Topic: problem with updating the reported state of a dimmer device via MQTT
- Replies: 6
- Views: 1097
Re: problem with updating the reported state of a dimmer device via MQTT
Did you try the Domoticz feature of Tasmota.
Read the docs and then Configuration > Configure Domoticz.
Read the docs and then Configuration > Configure Domoticz.
- Thursday 13 January 2022 0:12
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
https://github.com/domoticz/domoticz/issues/5106
I hope that's what you wanted?
I hope that's what you wanted?
- Wednesday 12 January 2022 10:59
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
I'll do my best ;). Topic `homeassistant/light/F4FAA9_LI_1/config` {"name":"Bulb01","stat_t":"tele/bulb01/STATE","avty_t":"tele/bulb01/LWT","pl_avail":"Online","pl_not_avail":"Offline","cmd_t":"cmnd/bulb01/POWER","pl_off":"OFF","pl_on":"ON","stat_val_tpl":"{{value_json.POWER}}","uniq_id":"F4FAA9_LI ...
- Wednesday 12 January 2022 10:35
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
I'm not sufficiently familiar with MQTT autodiscovery so my first question would be: Is the config message sent by the lamp allright? If so, the discovery must be fixed in domoticz, otherwise it must (first) be fixed in Tasmota.
- Tuesday 11 January 2022 8:06
- Forum: MQTT Auto Discovery
- Topic: It works too good...
- Replies: 5
- Views: 858
Re: It works too good...
That's what I did in viewtopic.php?p=284797#p284797
- Monday 10 January 2022 8:28
- Forum: MQTT Auto Discovery
- Topic: It works too good...
- Replies: 5
- Views: 858
Re: It works too good...
Maybe... I'm pretty sure I manually removed all config messages for this device from mqtt (using MQTT Explorer).
But the problem is more that using MQTT autodetect the type is not correctly detected (i.e., just a dimmable light and not an RGBWW light).
But the problem is more that using MQTT autodetect the type is not correctly detected (i.e., just a dimmable light and not an RGBWW light).
- Sunday 09 January 2022 15:44
- Forum: MQTT Auto Discovery
- Topic: It works too good...
- Replies: 5
- Views: 858
It works too good...
Autodeterct works too good. It even detects devices I no not have (anymore). And it keeps detecting (and adding) devices even when I remove them. For example, I have a Tasmoto light bulb (Color switch, RGBWW, Dimmer) that is configured using a virtual device. Now we have autodetect, Domoticz detects ...
- Thursday 06 January 2022 21:55
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
Another one: {"~":"ems-esp","uniq_id":"boiler_curburnpow","stat_t":"~/boiler_data","name":"Boiler burner current power","val_tpl":"{{value_json.curburnpow}}","unit_of_meas":"%","ic":"mdi:percent-outline","device_class":"power_factor","dev":{"ids":["ems-esp-boiler"]}} Under MQTT autodiscovery it is ...
- Thursday 06 January 2022 21:51
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
Okay, here is one. {"name":"Bulb01","stat_t":"tele/bulb01/STATE","avty_t":"tele/bulb01/LWT","pl_avail":"Online","pl_not_avail":"Offline","cmd_t":"cmnd/bulb01/POWER","pl_off":"OFF","pl_on":"ON","stat_val_tpl":"{{value_json.POWER}}","uniq_id":"F4FAA9_LI_1","dev":{"ids":["F4FAA9"]},"bri_cmd_t":"cmnd ...
- Thursday 06 January 2022 21:35
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
How can I intercept the device CONFIG MQTT message?
- Thursday 06 January 2022 16:39
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Re: Rediscovery changes device type, history lost
Given that many devices are wrongly identified this would be more than welcome. Mandatory, even.
- Thursday 06 January 2022 9:17
- Forum: MQTT Auto Discovery
- Topic: Rediscovery changes device type, history lost
- Replies: 14
- Views: 1907
Rediscovery changes device type, history lost
I monitor my heating with an EMS-ESP gateway. This works excellent. Until recently this required a custom plugin but now it can use the new Domoticz MQTT autodectect. Great. Unfortunately, many of the sensors that had an appropriate type (e.g. General/Percentage) are now General/Custom. As a ...
- Wednesday 05 January 2022 15:12
- Forum: Other questions and discussions
- Topic: Grouping items
- Replies: 4
- Views: 421
Re: Grouping items
So be it.
As far as I can see the link between rooms and devices is in the DeviceToPlansMap table in the database. So I decided to play foul...
As far as I can see the link between rooms and devices is in the DeviceToPlansMap table in the database. So I decided to play foul...

- Wednesday 05 January 2022 13:36
- Forum: Other questions and discussions
- Topic: Grouping items
- Replies: 4
- Views: 421
Re: Grouping items
Yes, that works for enable/disable. But I don't want to disable them, just stash in e.g. a room.
- Wednesday 05 January 2022 12:37
- Forum: Other questions and discussions
- Topic: Grouping items
- Replies: 4
- Views: 421
Grouping items
MQTT auto discovery yielded new hardware with some 80 sensors/settings. I want to group these so that I can view/hide them all at once. Is moving the items to a room the best way to do this? When moving items to a room, is there a way to multi-select candidates? Moving them one by one is a bit ...
- Saturday 18 December 2021 17:45
- Forum: Other questions and discussions
- Topic: SD to SSD
- Replies: 35
- Views: 4528
Re: SD to SSD
Expensive. I use a USB 3 cableadapter (7,50 euro Pihut) and a SSD 240 GB 20 euro and a Raspbery Pi 4 and printed my own case. I blew up several USB3 ports on RPi and other computers with a cheap adapter cable. (Blew up = the USB3 port stopped ultraspeed and only functioned in highspeed (USB2) mode ...