Search found 10 matches

by Ashitaka
Wednesday 01 July 2020 13:47
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 30856

Re: Dashticz IP Cameras - Features, Fixes & Updates

Hello, I tested the new camera block, and it worked very well on Chrome, I tried it on Edge, and humm. I guess it doesn't worked well on Edge ^^' All the camera are showing, there is no carousel, then when you click on a camera feed to show the stream, it crashed in console showing nothing and you ...
by Ashitaka
Friday 29 May 2020 13:23
Forum: Bugs
Topic: Blinds - "Stop" Button send the STOP command twice to Domoticz
Replies: 5
Views: 3261

Re: Blinds - "Stop" Button send the STOP command twice to Domoticz

It's working ! Thanks for the fix
by Ashitaka
Thursday 28 May 2020 16:21
Forum: Bugs
Topic: Blinds - "Stop" Button send the STOP command twice to Domoticz
Replies: 5
Views: 3261

Re: Blinds - "Stop" Button send the STOP command twice to Domoticz

Thanks a lot, I'll test that soon (is it already in the 3.4.9.1 ?)
by Ashitaka
Thursday 28 May 2020 16:19
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 30856

Re: Dashticz IP Cameras - Features, Fixes & Updates

Thanks, I'll test that ! Ok, it doesn't work.. <div class="cam-container"> <img class="stream" src="h ttp://xxxx/Streaming/channels/102/httppreview"> <div class="cam-tray shut"> <img class="cam-tray-img" src="h ttp://xxxx/Streaming/channels/102/picture &d=1590674321001 " data-video="h ttp://xxxx ...
by Ashitaka
Wednesday 27 May 2020 17:11
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 30856

Re: Dashticz IP Cameras - Features, Fixes & Updates

Working block (with workaround) blocks['cam_stairs'] = { type: 'camera', imageUrl: 'http://10.XXX.XXX.XXX/Streaming/channels/102/picture?', videoUrl: 'http://10.XXX.XXX.XXX/Streaming/channels/102/httppreview', refresh: 5000, width: 12, height: 300 } Block with problem (without workaround) Originally ...
by Ashitaka
Wednesday 27 May 2020 17:10
Forum: Bugs
Topic: Blinds - "Stop" Button send the STOP command twice to Domoticz
Replies: 5
Views: 3261

Blinds - "Stop" Button send the STOP command twice to Domoticz

Well hello there, I witnessed a strange behavior while testing my blinds on Dashticz. Inside, Domoticz, no problems at all, everything is working as intended. Meanwhile, when I'm using the blind inside Dashticz, the "STOP" button isn't working as intended. When using it, it sent twice the json ...
by Ashitaka
Wednesday 27 May 2020 16:59
Forum: Dashticz
Topic: Dashticz IP Cameras - Features, Fixes & Updates
Replies: 180
Views: 30856

Re: Dashticz IP Cameras - Features, Fixes & Updates

Hello ;o) I have a question, I'm not sure if it is a bug or not. I'm using the camera block. The block is working well, it shows the camera picture. When I'm clicking it, it shows a popup with the live feed, this is working too. I can click a button on the bottom of the live feed to expand/show a ...
by Ashitaka
Tuesday 19 May 2020 9:38
Forum: Temperature and Weather
Topic: Lost connection Netatmo
Replies: 22
Views: 4045

Re: Lost connection Netatmo

I have the same problem. See this post Still no solution to provide, the problem appeared with the latest release of Domoticz. Every day around ~22h30, the plugin is, unable to connect to Netatmo servers, the Netatmo mobile app is working fine though. It starts working again after ~5-8hours ...
by Ashitaka
Sunday 17 May 2020 23:12
Forum: Dashticz
Topic: Dashticz v3.4.6 beta
Replies: 22
Views: 2249

Re: Dashticz v3.4.6 beta

Thanks for the tips !
by Ashitaka
Sunday 17 May 2020 13:41
Forum: Dashticz
Topic: Dashticz v3.4.6 beta
Replies: 22
Views: 2249

Re: Dashticz v3.4.6 beta

blocks[16] = { single_block: true, value : "<Temp> C | <Humidity> %" } blocks["16_3"] = { title = 'Barometer'; } Here my example: IDX contains 3 sensors.(Temp, Humidity, Barometer) Once you use the single_block to true, you can't split information into two blocks. For example I want Temp and ...