Search found 18 matches

by teha
Tuesday 26 April 2022 19:02
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

So register an account at https://developer.home-connect.com/ create an application 1_homeconnect.jpg in domoticz create harware with the home connect plugin 2_Domoticzhardware.jpg username/pwd should be the username in the app (not in developer.home-connect.com) port number is your choice, I did ...
by teha
Tuesday 26 April 2022 18:36
Forum: Other questions and discussions
Topic: Siemens/Bosch Home Connect Ecosystem
Replies: 86
Views: 29549

Re: Siemens/Bosch Home Connect Ecosystem

mario-peters is a star! finally got my washer and dryer up and running, kind of amazing that this still works after this many years There are some addons that need to work properly in python to make this happen So I got things working in an ubuntu virtual environment, i wll in the next comming weeks ...
by teha
Wednesday 06 April 2022 23:11
Forum: Utility
Topic: Present "day ahead data"
Replies: 4
Views: 746

Re: Present "day ahead data"

Guess you are doing Tibber for your hourly rates for power I was thinking the same and my only idea is to use Dashtics and directly feed the data from script without populating domoticz I am already using another frontpage as my "dashboard" (not dashticz though), this one https://www.domoticz.com ...
by teha
Tuesday 22 March 2022 11:32
Forum: Python
Topic: Python Plugin: Tibber [Unsupported]
Replies: 18
Views: 4716

Re: Python Plugin: Tibber

found the problem!! I had registered 2 homes in the Tibber app but I did only have a contract with one of the addresses, so currectSubscription was "null" for the 2nd subscription and caused the error (If you ever want to update with this fault tolerance!!!!) Unfortunately ou need to contact Tibber ...
by teha
Monday 21 March 2022 11:54
Forum: Python
Topic: Python Plugin: Tibber [Unsupported]
Replies: 18
Views: 4716

Re: Python Plugin: Tibber

Looks promising but I have a small problem 2022-03-21 10:45:05.654 Tibber: {'Status': '200', 'Headers': {'Date': 'Mon, 21 Mar 2022 10:45:05 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Content-Length': '510', 'Connection': 'keep-alive', 'X-Powered-By': 'Express', 'Access-Control-Allow ...
by teha
Thursday 30 March 2017 12:27
Forum: Switches and Scenes
Topic: Set HUE lights to certain color
Replies: 2
Views: 1928

Re: Set HUE lights to certain color

I use to go with a bash script #!/bin/bash curl -s -H "Accept: application/json" -X PUT --data '{"on": true,"bri": 232,"hue": 45232,"sat": 254,"xy": [0.1880,0.0816],"ct": 153}' http://yourIPadress/api/yourAPIuserkey/lights/HueLampID/state;\ Then you also have the funny tag "trasitiontime" that you ...
by teha
Sunday 04 December 2016 19:07
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

I implemented the slide and color change for HUE light and it all work fine on the laptop

But I can't slide or change color on the iPad, something I missed?
by teha
Monday 20 June 2016 20:22
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

I'm switching over to the frontpage from G3rard, works great. Now I would like to use some images for my PIR's in a couple of cells. I have no coding skills whatsoever, so I'm looking at the rest of the script and try to accomplish something :oops: I have added this lines to frontpage.js: //replace ...
by teha
Friday 10 June 2016 11:35
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

I use the version from g3rard on github

think the 5 is the inc/dec in percent for the dimming
by teha
Thursday 09 June 2016 19:40
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

thanks! That indeed did the trick for me! Thanks! :mrgreen: Next (and last) hurdle for me is the combination of zwave and kaku dimmers. I've used the last frontpage jannl posted in this thread. Kaku dimmers work like a charm. I can dim from 1 to 100%. Zwave dimmers start somewhere around 19, and go ...
by teha
Tuesday 07 June 2016 20:17
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

I use a picture of the camera on the frontpage and when I click on the picture it opens the live stream in a popup. For the live stream the stream of Domoticz is used. This is the code I am using in frontpage.html for the popup: <div id="popup_camera"><img src="http://ip:port/camsnapshot.jpg?idx=2 ...
by teha
Thursday 10 March 2016 23:41
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81675

Re: Step by step guide: Sonos integration

Thank you Holland for the note about the node.js version I was indeed outdated Keep in mind that the link for installing version 4.0.0 have a different path for node.js running on the latest domoticz distribution image so the copy command in the end will be to /home/pi and not for /usr/local, that ...
by teha
Tuesday 08 March 2016 10:06
Forum: Show your projects
Topic: Step by step guide: Sonos integration
Replies: 125
Views: 81675

Re: Step by step guide: Sonos integration

I really liked the way that Jishi implemented the http-api however when I install and run this I get error when i run the server.js

anyone having any ideas?
by teha
Monday 07 March 2016 12:45
Forum: Other questions and discussions
Topic: IFTTT to trigger domoticz
Replies: 5
Views: 8771

Re: IFTTT to trigger domoticz

Can you please share your ifttt-makers channel configuration?

i am interested what you put in the fields (URL, Method, Content Type, Body) to be able to control the virtual switch
by teha
Wednesday 17 February 2016 12:39
Forum: Z-Wave
Topic: OpenZwave and Greenwave
Replies: 10
Views: 5832

Re: OpenZwave and Greenwave

I have the following experience I have a Aeon Stick S2 and a one port greenwave plug Previously this plug starting to flash every now and then, needed to push the button to get it rolling again I did the following: 1. Start polling the device 2. Increase the "No communication light" setting to 60 I ...
by teha
Sunday 14 February 2016 1:13
Forum: Z-Wave
Topic: Please help, adding Philio PAN11-1
Replies: 9
Views: 3492

Re: Please help, adding Philio PAN11-1

I did write a pan11-1b.xml file and edited this secion in the manufacturer_specific.xml <Manufacturer id="013c" name="Philio Technology Corporation"> <Product type="0001" id="0001" name="PAN11-4 Smart Energy Plug In Switch"/> <Product type="0001" id="0003" name="PAN04-1 Double Relay Switch 2x1.5kW ...
by teha
Thursday 14 January 2016 20:11
Forum: Z-Wave
Topic: Starting with Z-Wave: all Z-wave PLUS/Gen5 or mixed?
Replies: 7
Views: 8423

Re: Starting with Z-Wave: all Z-wave PLUS/Gen5 or mixed?

So there is a catch Z-Wave Plus is backward compatible with Z-Wave , so when the Z-Wave Plus - compatible devices included in a Z-Wave network will work, but will not be able to utilize the benefits of Z-Wave Plus. All this sounds very good , right? There's a catch!, and that is that you can only ...
by teha
Sunday 10 January 2016 23:31
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 416076

Re: NEW frontpage.html - request comments

Love this frontpage! Have been poking around and really love the easiness behind it! Great job to you all! Two questions... If I create a third page , would it bee to much for the Rasp PI2 & Domoticz to handle. I've already added an extra row to both of the pages, but I feel I need a 3 page. And I ...