Thank you for your response,
I'll appreciate hearing from you ..
Search found 22 matches
- Wednesday 01 May 2024 18:00
- Forum: Dashticz
- Topic: Dashticz v2 to v3 Migration Problem with Weather Block
- Replies: 3
- Views: 736
- Friday 26 April 2024 20:57
- Forum: Dashticz
- Topic: Dashticz v2 to v3 Migration Problem with Weather Block
- Replies: 3
- Views: 736
Dashticz v2 to v3 Migration Problem with Weather Block
I'm migrating v2 to v3
The old version was a block which automatically wrapped to next line looked like following the new weather block does not do the wrap an seperate block in the second line would have to display the weather data with a time shift
The old version was a block which automatically wrapped to next line looked like following the new weather block does not do the wrap an seperate block in the second line would have to display the weather data with a time shift
- Friday 29 May 2020 11:41
- Forum: Suggestions
- Topic: ZWave-Protocol / Z-Uno Implementation
- Replies: 0
- Views: 317
ZWave-Protocol / Z-Uno Implementation
Dear all, currently the ZWave devices are implemented using the manufacturer_specific.xml file and the corresponding device description file. The Z-Uno gives the developer the possibility to use an own product id ( https://z-uno.z-wave.me/Reference/ZUNO_SETUP_PRODUCT_ID/ ) for using multiple ZUnos ...
- Tuesday 15 January 2019 23:18
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 118369
Re: Dashticz - Bug report
found out the scaling of the y axis and the label round to 2 decimals to get better data visualisation ( eg. baro data ) in the graph.js edit the makeMorrisGraph and add the bold values ... function makeMorrisGraph(idx, graphProperties) { Morris.Line({ parseTime: false, element: 'graphoutput' + idx ...
- Monday 31 December 2018 11:16
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 118369
Re: Dashticz - Bug report
Found the solution , the graph.js does not currently support the type of sensor . Following changes suggested in graph.js : graph.js ~Line 75 case 'Solar Radiation': txtUnit = 'Watt/m2'; decimals = 0; break; case 'Pressure': txtUnit = 'Bar'; break; case 'Soil Moisture': txtUnit = 'cb'; break; case ...
- Friday 28 December 2018 21:05
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 522049
Re: Dashticz - General Discussions
@HansieNL
I'm steps further now , thanks for the support and i think it was a typo ...
I'm steps further now , thanks for the support and i think it was a typo ...
- Friday 28 December 2018 21:03
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 118369
Re: Dashticz - Bug report
I'm on the latest beta and the Pressure sensor data is not displayed if it is configured as a graph . The sensor data is filled from a script and diplayed correct in domoticz , but not on dashticz ... The domoticz data as follows : { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0 ...
- Tuesday 25 December 2018 22:27
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 522049
Re: Dashticz - General Discussions
@HansieNL Thanks for reply , I've narrowed the error a little bit, its a little bit strange the device 369 is displayed, the device 382 and the following devices are not displayed . I debugged with wireshark and in the url http://192.168.251.225:8080/json.htm?username=XY=&password=XY=&type=devices ...
- Monday 24 December 2018 14:48
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 522049
Re: Dashticz - General Discussions
@HansieNL
Thanks for reply , this was only a try because of no clue why there are no values from domoticz shown on the screens ...
I'm using the 2.5.1 version of dashticz on a rapi 3 and version V4.10215 of domoticz on a another raspi.
Thanks for reply , this was only a try because of no clue why there are no values from domoticz shown on the screens ...
I'm using the 2.5.1 version of dashticz on a rapi 3 and version V4.10215 of domoticz on a another raspi.
- Friday 21 December 2018 23:15
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 522049
Re: Dashticz - General Discussions
just starting with dashticz and getting no infos from domoticz , the clock and the openweather on screen 1 is working fine , but the other infos from domoticz ( 623 is a temp sensor ) is not seen on the dashboard , any suggestions ? CONFIG:js var config = {} config['domoticz_ip'] = 'http://X.X.X.X ...
- Sunday 09 December 2018 20:58
- Forum: Examples & Solutions
- Topic: Accessing dzvents JSON Data Table
- Replies: 2
- Views: 4128
Re: Accessing dzvents JSON Data Table
thanks for the clarifying code. This was the hint I was searching for , it works now !
- Sunday 09 December 2018 17:06
- Forum: Examples & Solutions
- Topic: Accessing dzvents JSON Data Table
- Replies: 2
- Views: 4128
Accessing dzvents JSON Data Table
Hello , I've got two problems with the dzvents data format . I'm reading data from a website which returns the data in json format like this : { "8700": { "name": "Aussentemperatur", "value": "7.8", "unit": "°C", "desc": "", "dataType": 0 } } I'm replacing the "8700" item with "Temp" in the ...
- Sunday 18 November 2018 20:55
- Forum: Z-Wave
- Topic: Devolo Metering Plug MT02792
- Replies: 8
- Views: 819
Re: Devolo Metering Plug MT02792
hi gizmocuz,
updated the release version to the latest beta , domoticz restarted after completion , manually set domoticz to "new devices allowed for 5 minutes" and the energy values are shown in domoticz ... its working fine now
thank you !
updated the release version to the latest beta , domoticz restarted after completion , manually set domoticz to "new devices allowed for 5 minutes" and the energy values are shown in domoticz ... its working fine now
thank you !
- Sunday 18 November 2018 20:31
- Forum: Z-Wave
- Topic: Devolo Metering Plug MT02792
- Replies: 8
- Views: 819
Re: Devolo Metering Plug MT02792
the values are updated on the owz panel , the power values and the energy values are calculated in the right way , they are all plausible.
thank you gizmocuz for updating domoticz , i will try this with the latest beta ...
i will report back ...
thank you gizmocuz for updating domoticz , i will try this with the latest beta ...
i will report back ...
- Saturday 17 November 2018 21:43
- Forum: Z-Wave
- Topic: Devolo Metering Plug MT02792
- Replies: 8
- Views: 819
Re: Devolo Metering Plug MT02792
I configured the plug to send reports every 6 minutes ( minimm setting ) but there is no additional device detected . I am wondering if there is a conflict because the energy value is once on the ozw panel seen as energy with the unit W (active power) and the same energy value with the unit VA ...
- Friday 16 November 2018 20:48
- Forum: Z-Wave
- Topic: Devolo Metering Plug MT02792
- Replies: 8
- Views: 819
Re: Devolo Metering Plug MT02792
Yes , I was activating "Allow New Devices for 5 Minutes " on domoticz and
plugged the metering plug off the socket and on again , but the Energy Value is still missing,,,
plugged the metering plug off the socket and on again , but the Energy Value is still missing,,,
- Thursday 15 November 2018 23:46
- Forum: Z-Wave
- Topic: Devolo Metering Plug MT02792
- Replies: 8
- Views: 819
Devolo Metering Plug MT02792
Version: V4.9700 Build Hash: a3a45906 Build Date: 2018-06-23 16:24:51 Platform: Raspi Plugin/Hardware: RazBerry as GPIO Hat Hi there , the metering plug 2792 is the "V2" version of the older plug called 2646. The XML file is nearly the same, the two device are working fine . The only sad thing is ...
- Saturday 04 August 2018 17:14
- Forum: Z-Wave
- Topic: Z-Uno multiple Sensors not seen in Domoticz
- Replies: 1
- Views: 656
Z-Uno multiple Sensors not seen in Domoticz
Hello there , I'm searching for the solution of following problem in domoticz : I am using a z-uno device with multiple channels setup : 1 Binary-Switch ZUNO_SWITCH_BINARY 1 Multilevel-Sensor Distance 1 Multilevel Sensor Tankcapacity 1 Multilevel Sensor General Purpose with Percent Scale When I ...
- Saturday 24 February 2018 17:35
- Forum: Device information
- Topic: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
- Replies: 56
- Views: 20967
Re: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
... found a solution ...
setting the value to 215 ( 255 - 40 = -4.0 degrees Offset ) is corresponding to the negative offset
setting the value to 215 ( 255 - 40 = -4.0 degrees Offset ) is corresponding to the negative offset
- Friday 23 February 2018 18:59
- Forum: Device information
- Topic: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
- Replies: 56
- Views: 20967
Re: Z-Wave factfile Eurotronic Spirit Z-Wave+ radiator thermostat controller
Thank you for the XML File , but there is a problem with the temperature offset setting. If you set the offset to a value below 0 the value is not set. I bought the valve to use it as an alternative to the danfoss lc-13 , because of the missing offset setting. If you have a radiator built in a ...