Search found 43 matches

by Eugene
Monday 23 June 2025 15:43
Forum: Dashticz
Topic: owmwidget blocked due to MIME type (“text/plain”) mismatch
Replies: 1
Views: 403

Re: owmwidget blocked due to MIME type (“text/plain”) mismatch

I did not manage to resolve the owm widget issue i have but I managed to switch to MeteoTrend.com widgets and i like new look even more on Dashticz than owm widgets :)
meteotrend.png
meteotrend.png (125.26 KiB) Viewed 327 times
by Eugene
Friday 20 June 2025 23:34
Forum: Dashticz
Topic: owmwidget blocked due to MIME type (“text/plain”) mismatch
Replies: 1
Views: 403

owmwidget blocked due to MIME type (“text/plain”) mismatch

Hi Guys, My owm widget stopped working today for some reason. The widget config I have is: blocks['weather'] = { type: 'owmwidget', city: '3067696', layout: 19, width: 12, } It never loads and in the browser debug i see the following message: The resource from “http://api.openweathermap.org/data/2.5/ ...
by Eugene
Wednesday 11 June 2025 13:19
Forum: Switches and Scenes
Topic: Moes ZM-105B-M dimmer don't switch on
Replies: 2
Views: 503

Re: Moes ZM-105B-M dimmer don't switch on

Thanks, good point. Domoticz 2025.1 and Zigbee2MQTT 2.4.0. I dont see any new devices, all the devices discovered are below. I made device re-discover/re-join recently while i was trying to resolve the issue I don't use the dimmer often, but i suspect the issue started post Zigbee2MQTT upgrade ...
by Eugene
Tuesday 10 June 2025 14:02
Forum: Switches and Scenes
Topic: Moes ZM-105B-M dimmer don't switch on
Replies: 2
Views: 503

Moes ZM-105B-M dimmer don't switch on

Hi Guys, I found out recently that i can't turn on the Moes ZM-105B-M dimmer anymore using Domoticz dimmer switch. I can switch it off, i can change level when but can't turn it on. I can also turn it on if i change the switch type in domoticz from "dimmer" to "on/off" but then i lose dim function ...
by Eugene
Thursday 05 June 2025 18:32
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

Re: strange issues with zigbee2mqtt

Gizmocuz, thanks for advice on GitHub, the upgrade solved the issue!
Is there a bug details for the issue i was facing? I wonder what was wrong.
Btw, i see now the device names changing comparing to what they were named before but i can live with that.
by Eugene
Thursday 05 June 2025 14:47
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

Re: strange issues with zigbee2mqtt

Could you create a github issue and follow the below guide/steps: https://wiki.domoticz.com/MQTT_AD_Report_Problems We need the config topics/payload of the switches as well as complete state topics/payload to replicate the issue Thank you, gizmocuz! I created an issue on github, i hope i collected ...
by Eugene
Wednesday 04 June 2025 14:58
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

Re: strange issues with zigbee2mqtt

loginovo.jpg I deleted the button from the above screenshot from zigbee2mqtt, cleaned its messages in MQTT explorer, deleted devices from domoticz and paired the button again. the only discovered device is operation_mode, the _action_ are not discovered, it seems not reaching domoticz at all ...
by Eugene
Wednesday 04 June 2025 9:14
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

Re: strange issues with zigbee2mqtt

btw, here is the Loginovo button related devices in domoticz, if you look into "last seen" on the right you can see that only one device (Operation mode) event is reaching domoticz. Actions (single/on/off) are not seen by domoticz despite i see those in MQTT explorer

thanks
loginovo.jpg
loginovo.jpg (392.74 KiB) Viewed 623 times
by Eugene
Wednesday 04 June 2025 9:04
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

Re: strange issues with zigbee2mqtt

Are you just observing behaviour or did you check the actual messages with mqtt Explorer? i had a look into actual messages in MQTT explorer. Here is for example i noticed same issue with TuyaKnob - some events are seen in domoticz and some are not. Rotated and clicked the Knob - MQTT explorer ...
by Eugene
Wednesday 04 June 2025 1:08
Forum: Zigbee
Topic: strange issues with zigbee2mqtt
Replies: 8
Views: 665

strange issues with zigbee2mqtt

Hi Guys, I had everything working well for some time but I just got very weird issues between domoticz and zigbee2mqtt. It appears some messages are always lost between Zigtbee2MQTT and Domoticz but some are always delivered. Sadly, i can't find out where is it happening and where/why those are lost ...
by Eugene
Tuesday 07 January 2025 17:19
Forum: Z-Wave
Topic: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI
Replies: 48
Views: 3290

Re: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI

so, i confirm with node-red i can achieve what i want, the attached workflow makes at least one siren sound work for me over mqtt. waltervl , do you know by any chance if there is plan to make domoticz better supporting Aeotec devices or if there is a plan to add mosquitto_pub into domoticz docker ...
by Eugene
Tuesday 07 January 2025 15:36
Forum: Z-Wave
Topic: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI
Replies: 48
Views: 3290

Re: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI

Thanks for detailed information, waltervl! indeed, i see non discovered devices in the Hardware setup. Is there anything i can do to help to make those devices discoverable by Domoticz? Regarding sending the MQTT messages - i made a bit of research and it seems i need a node-red to transform the ...
by Eugene
Tuesday 07 January 2025 14:21
Forum: Z-Wave
Topic: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI
Replies: 48
Views: 3290

Re: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI

I’m trying to control a siren by sending MQTT messages to the zwave/Siren/121/6/toneId/set topic. Using MQTT Explorer, I can successfully make the siren sound by publishing {"value":1} to this topic and turn it off by publishing {"value":0}. However, when I try to send the same messages from a Lua s ...
by Eugene
Monday 06 January 2025 23:44
Forum: Z-Wave
Topic: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI
Replies: 48
Views: 3290

Re: ZW162 (Aeotec Siren 6) No siren switches Domoticz -> ZW-JS-UI

Hi Guys, Did someone manage to make this siren work in Domoticz? I got my ZW164 siren today, added it into ZwaveJS, got devices discovered in Domoticz but can't activate the Siren from domoticz UI.I can trigger the siren from Zwave JS direct, but it seems Domoticz is missing the corresponding ...
by Eugene
Saturday 21 December 2024 22:12
Forum: Dashticz
Topic: Water meter Y axis
Replies: 3
Views: 2460

Re: Water meter Y axis

thanks a lot, it works as it should!
what is the key thing i missed here? Is it a "custom" + "data" subsections?
by Eugene
Friday 20 December 2024 16:21
Forum: Dashticz
Topic: Water meter Y axis
Replies: 3
Views: 2460

Water meter Y axis

Hi Guys, I can't figure out how to get proper numbers at the Y axis for water consumption. Domoticz gets m3 from the meters, i multiple those by 1000 in Domoticz to get liters which makes numbers looking good in Domoticz. However the scale looks weird in Dashticz, looks like i have to multiply it by ...
by Eugene
Sunday 15 December 2024 22:02
Forum: Other questions and discussions
Topic: need help with mqtt (domoticz/in)
Replies: 13
Views: 2947

Re: need help with mqtt (domoticz/in)

I tried to solve it, getting "404 Not Found" in response :( I will try tomorrow again
by Eugene
Sunday 15 December 2024 20:29
Forum: Other questions and discussions
Topic: need help with mqtt (domoticz/in)
Replies: 13
Views: 2947

Re: need help with mqtt (domoticz/in)

FireWizard wrote: Sunday 15 December 2024 18:52
But why not try it?
I confirm, second interface without auto-discovery towards same MQTT broker works fine, my devices are updated!
Now i need to rework my setup from curl to mosquitto_pub :)

FireWizard, thanks a lot for your help!
by Eugene
Sunday 15 December 2024 17:47
Forum: Other questions and discussions
Topic: need help with mqtt (domoticz/in)
Replies: 13
Views: 2947

Re: need help with mqtt (domoticz/in)

sorry for spam, guys. i was digging into domoticz to mqtt integration, i am currently using "MQTT Autodiscovery" to connect to mosquitto. domoticz\in and domoticz\out topics mentions on the "MQTT client gateway". Do i need a 2nd link to MQTT from domoticz without auto-discovery in this scenario to ...
by Eugene
Sunday 15 December 2024 17:18
Forum: Other questions and discussions
Topic: need help with mqtt (domoticz/in)
Replies: 13
Views: 2947

Re: need help with mqtt (domoticz/in)

interesting - i tried running tcpdump on the domoticz interface towards mosquitto and it appears that my messages sent with mosquitto_pub are not even reaching the domoticz :( other messages ( zwave, zigbee) are reaching domoticz with no issues. also tried posting messages with mqtt explorer - those ...