Search found 15 matches

by richardh
Friday 20 January 2023 14:57
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 180
Views: 28541

Re: Netatmo authentication changes Oct 2022

Updated to the latest beta and still no CO2 measurements. Other values are ok, no logon failures. It looks like CO2 isn't picked up anymore by domoticz??
by richardh
Thursday 12 January 2023 15:31
Forum: Temperature and Weather
Topic: Netatmo authentication changes Oct 2022
Replies: 180
Views: 28541

Re: Netatmo authentication changes Oct 2022

Hi all,

I changed the password and there are no logon errors in the Netatmo log but my CO2 is still "0" on all 3 devices. I'm on 2022.2 beta 14956 on a Raspi with buster.
It all worked on 2022.1 stable, problems started with 2022.2 stable and latest beta doesn't fix it.
by richardh
Sunday 15 November 2015 15:59
Forum: Suggestions
Topic: Blockly, hour(s) before or after sunset/sunrise
Replies: 1
Views: 3270

Blockly, hour(s) before or after sunset/sunrise

Hi, logic based on sunset or sunrise times is already possible in Blockly and works flawless. My request would be to add the possibility in the time options in Blockly to use "hours (or minutes) before or after sunset/sunrise". I have this option in my AVM 7490 router which controls a few DECT200 ...
by richardh
Friday 13 November 2015 16:04
Forum: Rfxcom Transceiver
Topic: Freelux switches supported by RFXcom?
Replies: 4
Views: 1181

Re: Freelux switches supported by RFXcom?

I've got the remote working but no reception on the RFXcom, none of the protocols is working.

Too bad, looks like I can't use these.
by richardh
Wednesday 11 November 2015 19:29
Forum: Rfxcom Transceiver
Topic: Freelux switches supported by RFXcom?
Replies: 4
Views: 1181

Re: Freelux switches supported by RFXcom?

Thanks for the tips. The remote is not working but I got a tip from freelux to check the "hidden" battery inside. If I get it working I'll use the learn option.
by richardh
Friday 06 November 2015 14:28
Forum: Rfxcom Transceiver
Topic: Freelux switches supported by RFXcom?
Replies: 4
Views: 1181

Freelux switches supported by RFXcom?

Hi,

I have some Freelux remote 433Mhz switches laying around and I was wondering if they can be used by RFX433e/Domoticz (see attached picture). Anyone using them?

richard
Freelux.jpg
Freelux.jpg (248.96 KiB) Viewed 1179 times
by richardh
Sunday 12 July 2015 13:39
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

Yes, you can get the status from the DECT200 and put it into Domoticz. The status can be queried with a call like: (f.get_state('AIN-ID')) which will give you 1 or 0 for on or off. Next you can tell domoticz what the status is, for on it would be something like: r = urllib2.urlopen("http://127.0.0.1 ...
by richardh
Thursday 11 June 2015 22:16
Forum: Python
Topic: Python script for Netatmo weather station
Replies: 144
Views: 52528

Re: Python script for Netatmo weather station

The netatmo URL's changed to https:// instead of http:// And update to the latest version of domoticz beta channel.
by richardh
Thursday 11 June 2015 22:13
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

nice to hear you've got it working!

the energy readings are in the fritzl.py file and could be exported and placed into domoticz. I haven't done it but the wiki gives some examples of placing values in domoticz. Temperature is not in the fritzl script, but you could add it ;-)
by richardh
Wednesday 10 June 2015 21:30
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

No problem. 2.7.3 is ok.

good luck,
by richardh
Wednesday 10 June 2015 19:19
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

Do you have python installed? If you do test the scripts by running from the command prompt.
by richardh
Tuesday 02 June 2015 20:34
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

Hi, I'll give it a try: 1. make a fritz (or whatever you like) directory in the scripts dir of domoticz, this way all fritzbox files are in one place 2. install the fritzl.py file from github: https://github.com/mperlet/fritzl in the fritz directory 3. change the _fritz_url in the fritzl.py file to ...
by richardh
Saturday 31 January 2015 11:10
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

Re: AVM FritzBox DECT 200 switch supported?

I found a working solution. I'm using the python scripts from mperlet from github with simple shellscripts for the on and off commands. They work on my Fritzbox 7340 with fritz!os 6.10 and 3 Fritz!Dect 200 switches. I followed the tips for getting the Lifx to work with virtual switches and the ...
by richardh
Sunday 25 January 2015 20:12
Forum: Switches and Scenes
Topic: AVM FritzBox DECT 200 switch supported?
Replies: 17
Views: 9341

AVM FritzBox DECT 200 switch supported?

Hi all, I'm setting up Domoticz and I was wondering if it would support my AVM Dect200 switches? As a switch they also report temperature and power usage and are controlled through an API on the Fritzbox router (7340 XS4all). If they are not supported right now, will they be in the coming future ...