Search found 8 matches

by btw8
Tuesday 20 November 2018 18:43
Forum: Others
Topic: No state refreshing from Hue
Replies: 3
Views: 499

Re: No state refreshing from Hue

Solved for me. I have installed current version for DSM 6.1 (3.8153) that was available at jadahl. That works as before.
by btw8
Tuesday 20 November 2018 18:18
Forum: Others
Topic: No state refreshing from Hue
Replies: 3
Views: 499

Re: No state refreshing from Hue

Thank you for your quick reply! Obviously i searched not long enough.

Where can i get an earlier version package without that bug? Until now i use the packages provided by jadahl.com. But there is only the current version available for DSM 6.2.
by btw8
Tuesday 20 November 2018 16:33
Forum: Others
Topic: No state refreshing from Hue
Replies: 3
Views: 499

No state refreshing from Hue

Hi, i moved from one NAS (Synology DS-116 with Domoticz 3.8152) to a new (Synology DS-918+ with Domoticz 4.9700). i used Backup & Restore to keep the data of Domoticz. Everything is working fine except the state of my hue lamps. When i swith them with my phone or by hue switches the state of the hue ...
by btw8
Monday 16 November 2015 9:14
Forum: iOS
Topic: Domotix App v1.0.6: Problem with blinds and server data
Replies: 2
Views: 4034

Re: Domotix App v1.0.6: Problem with blinds and server data

I don't think so. On my NAS the latest Domoticz build V2.3595 is running. Thanks to Jadahl (http://www.jadahl.com).
I also have the Pilot App installed on iPhone. With this all switches are working as expected, including both kinds of my blinds.
by btw8
Sunday 15 November 2015 16:40
Forum: iOS
Topic: Domotix App v1.0.6: Problem with blinds and server data
Replies: 2
Views: 4034

Domotix App v1.0.6: Problem with blinds and server data

I bought the App Domotix for my iPhone 6 with IOS 9.1 and have problems controlling my blinds. I wrote two times to the contact-address on zilverline.com but got no response so far, perhaps i have more luck here… Domoticz is running stable since a month on my Synology DS-214+ with RFXtrx433E. I have ...
by btw8
Wednesday 11 November 2015 11:16
Forum: Utility
Topic: How to import data from php script for a counter
Replies: 2
Views: 1593

Re: How to import data from php script for a counter

Thank you Stephan for pointing me in the right direction. The following script works for pushing the value of actual power to a virtual device. Greetings, Oliver. <?php /* ########## DATA KOSTAL ########## */ $url = "192.168.11.99"; $username = "user"; $password = "password"; $ch = curl_init(); curl ...
by btw8
Sunday 08 November 2015 15:48
Forum: Utility
Topic: What OWL device can report power for all 3 phases separately
Replies: 7
Views: 2360

Re: What OWL device can report power for all 3 phases separa

Hi,
i have a WBZ from NZR (http://www.nzr.de/en/products/electrici ... r-wbz.html) with LAN Module
See the attached screenshot for the output of this device.

Greetings, Oliver
by btw8
Sunday 08 November 2015 14:35
Forum: Utility
Topic: How to import data from php script for a counter
Replies: 2
Views: 1593

How to import data from php script for a counter

Hello Community, i'm new to domoticz and not sure if this is the right place for my question. Domoticz is running here on a Synology DS-214. Everything is perfect so far but now i wonder how to get data from variables in php script that is running on the same machine into domoticz as a counter. I ...