Search found 13 matches

by djmoon
Sunday 10 June 2018 18:01
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Re: Using OpenWeatherMap clouds prediction to control blind and heating

I don't find such information in json reponse from open weather map... sorry.
by djmoon
Sunday 10 June 2018 8:58
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Re: Using OpenWeatherMap clouds prediction to control blind and heating

Oups... I'm just modify the code and explanations because I do a mistake and mix weather underground and open weather map in same code. Now everything use openweather map where free mode is still available (no more free mode in weather underground !)
by djmoon
Thursday 10 May 2018 14:41
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Re: Using OpenWeatherMap clouds prediction to control blind and heating

Now we have a lot of virtual sensor (at least "clouds 3h" one). But this sensor can change every 15 minutes if it's a day with clouds and winds (often in Belgium !) I we use directly the clouds in 3h data the heater can turn on and off every 15 minutes ! As I use a floor heater with water, the ...
by djmoon
Thursday 10 May 2018 12:02
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Re: Using OpenWeatherMap clouds prediction to control blind and heating

This is the simplified version with only 3h clouds forecast # Script to get forecast from OpenWeatherMap and put them on virtual sensor of DOMOTICZ # Work on Python 3.4.2 # May 10, 2018 - Inspired by lot's of script commented by J.Teheux # Sugest to create CRON to launch this script every 15 minutes ...
by djmoon
Thursday 10 May 2018 11:55
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Re: Using OpenWeatherMap clouds prediction to control blind and heating

First the Python script to get weather forecast. The most important for this project is clouds in 3 hours, We can do a simplified script with only this stuff if you want. I'm not a professional programmer and script are inspired from other one. If people can find from what I'm interested, I forgot ...
by djmoon
Wednesday 09 May 2018 21:34
Forum: Temperature and Weather
Topic: Using OpenWeatherMap clouds prediction to control blind and heating
Replies: 7
Views: 5347

Using OpenWeatherMap clouds prediction to control blind and heating

Hi everyone, I want to share my recent results about controlling floor heating and blinds with clouds predictions. History : I have a recent home (6 years) in Belgium with very good insulation and a perfect south exposition... Heated by floor heating with a Daikin air to water heat pump. This system ...
by djmoon
Monday 02 January 2017 17:54
Forum: 1-wire
Topic: Use proper 1-wire master - DS2482-800 - with Domoticz ?
Replies: 3
Views: 6958

Re: Use proper 1-wire master - DS2482-800 - with Domoticz ?

Hi, I've such a chip too with a Rpi and it work fine now from... yesterday ! I don't find other solution than OWFS. In resume : Configure I2C Installing OWFS Create proper folder Setup OWFS Put OWFS on startup Reboot In domoticz, Add a "One Wire" hardware that can read value directly in the folder ...
by djmoon
Tuesday 19 April 2016 20:54
Forum: Others
Topic: Niko Home Control
Replies: 7
Views: 5588

Re: Niko Home Control

Hi Tom, Yes it'll be a good thinks to work like Hue light... it's seem to work like NHC. I've to learn about Lua... I don't realy do thinks with it at this time... I begin too in RPi world ! I've tried Python... I would like to use C++ too and I'll be fun to learn Lua too... Itch ! But the example ...
by djmoon
Wednesday 13 April 2016 21:09
Forum: Others
Topic: Niko Home Control
Replies: 7
Views: 5588

Re: Niko Home Control

Nice to know that other people are interesting too ! I find an other project to control with HTML5/PHP Niko Home control but like I said I think that's the best way is to do a "connector" to a existing free software like domoticz... https://github.com/jaader/PortailNHC (I use it to list the device ...
by djmoon
Wednesday 23 March 2016 21:50
Forum: Others
Topic: I2C HTU21D
Replies: 6
Views: 4175

I2C HTU21D

Hi all, I'm just try to add I2C HTU21D to my Domoticz Hardware, but when I go to "devices" I d'ont see it. I try some python code on my Raspberry Pi2 and I"m able to connect to this device and receive the temperature and humidity... my I2C seem to be configured correctly and my device seem to work ...
by djmoon
Friday 18 March 2016 21:29
Forum: Others
Topic: Niko Home Control
Replies: 7
Views: 5588

Re: Niko Home Control

Hello world, I continue my projet and I've first basic results. I'm able to control with domoticz on/off action on Niko Home Control with this simple first python3 script #!/usr/bin/python """ 03/18/2016 Set_NHC V1.0 Niko Home Control (NHC) Set actions from Python3 Control Actions by sending TCP ...
by djmoon
Thursday 17 March 2016 21:42
Forum: Others
Topic: Niko Home Control
Replies: 7
Views: 5588

Niko Home Control

Hello world ! I'm Jerome from Belgium. I have a "Niko Home Control" (NHC) system in my home but the possibilities are limited... :x I would like to control shutters with "Niko Home Control" and "Daikin altherma Heatpump" with RPi GPIO to limit overheat of my home. But the sun heat the home most of ...
by djmoon
Thursday 17 March 2016 21:20
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Newbie questions for kwh meter
Replies: 1
Views: 1303

Re: Newbie questions for kwh meter

I search something like that too ! I find this two interresting posts about that 'problem' But I don't try at this time... It'll be nice to have a implemented pulse counter usable directly with Rpi GPIO (by example give how many pulses on one hour... I my case the pulses will be no more than one by ...