Hi,
I can see the doorbell in RFLink not in RFXCOM.
Search found 15 matches
- Monday 06 November 2017 14:59
- Forum: Others
- Topic: IP Video Door Bell - Atz-dbv01p
- Replies: 82
- Views: 50247
- Thursday 04 August 2016 23:13
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 186794
Re: ELV Max! Heating control system
When the Cube looses the configuration rebooting the Cube will not help. You must then teach in the devices again and configuration must be entered with the (windows) utility program. Sometimes not all devices are gone but just some. Happens to me about 2 to 3 times a year. I have seen more reports ...
- Thursday 04 August 2016 11:47
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 186794
Re: ELV Max! Heating control system
Use Max! tot three years now. Setup: Cube, Living room with 2 radiator thermostats, wall thermostat and windowswitch on garden door. 4 rooms with 1 radiator thermostat, wall thermostat and windowswitch each. Eco switch (hardly used). Switch to turn pump on/off (city heating) I use my own program on ...
- Sunday 22 May 2016 18:53
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: Watermeter doesn't work
- Replies: 6
- Views: 3434
Re: Watermeter doesn't work
Looks like your script contains a while True loop so it will run forever and not return to the command prompt.
- Wednesday 16 March 2016 11:28
- Forum: Suggestions
- Topic: [669] City Heating (Stadsverwarming)
- Replies: 5
- Views: 2155
Re: [669] City Heating (Stadsverwarming)
Hi, In the winter I read the meter once a day, in summer once a week. This will shorten battery lifetime with maybe a month over 10 years, I think that's acceptable. The only values you can read that make sense are the total usage GJ and m3, for these values I don't think it's usefull to read them ...
- Tuesday 15 March 2016 11:00
- Forum: Show your projects
- Topic: Python logging+graphing to optimize central heat efficiency
- Replies: 12
- Views: 11202
Re: Python logging+graphing to optimize central heat efficiency
Hi Joop,
As an alternative to lua you might take a look at ESPeasy: www.esp8266.nu to connect the sensors to domoticz.
Bob.
As an alternative to lua you might take a look at ESPeasy: www.esp8266.nu to connect the sensors to domoticz.
Bob.
- Wednesday 24 February 2016 20:08
- Forum: PHP and all others
- Topic: How to put in json two values t and h and send it to Domoticz
- Replies: 6
- Views: 4744
Re: How to put in json two values t and h and send it to Domoticz
Hi,
You might consider using ESPeasy (www.esp8266.nu) it supports Domoticz and DHT11.
All programming has already been done for you.
You might consider using ESPeasy (www.esp8266.nu) it supports Domoticz and DHT11.
All programming has already been done for you.
- Wednesday 20 January 2016 11:51
- Forum: Suggestions
- Topic: 642 - A custom numeric virtual sensor
- Replies: 7
- Views: 3848
Re: 642 - A custom numeric virtual sensor
Would be great!
And if it's not to much a user selectable icon.
And if it's not to much a user selectable icon.
- Tuesday 12 January 2016 15:49
- Forum: Suggestions
- Topic: [669] City Heating (Stadsverwarming)
- Replies: 5
- Views: 2155
Re: [669] City Heating (Stadsverwarming)
Would love to have this too.
Currently I save the value to a virtual input with type GAS (no gas connection in my house) this allows me to enter the cost in the setting page.
Currently I save the value to a virtual input with type GAS (no gas connection in my house) this allows me to enter the cost in the setting page.
- Friday 18 December 2015 17:38
- Forum: Other questions and discussions
- Topic: Electric counter instant and total
- Replies: 18
- Views: 11808
Re: Electric counter instant and total
Hi, I am not at home for the moment so just a short reply: To see the actual usage and the 5 minute log you must use a virtual input of type Usage (electric) and put the actual value in there (watts). This item should show up in the utility page as type: usage,electric. The guy in the link you gave ...
- Monday 23 November 2015 12:50
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 186794
Re: ELV Max! Heating control system
Hi,
the default portnumber for the MAX! cube is: 62910.
Bob.
the default portnumber for the MAX! cube is: 62910.
Bob.
- Monday 16 November 2015 14:44
- Forum: Temperature and Weather
- Topic: Virtual thermostat with setpoint
- Replies: 4
- Views: 4437
Re: Virtual thermostat with setpoint
There is a virtual input type thermostat setpoint, it shows up in the utilities tab and you can add it to the dashboard. In the utility tab you can setup timers for it to automate settings. In the dashboard you can change setpoint using up/down arrow. To use it you need to create some kind of script ...
- Thursday 22 October 2015 21:36
- Forum: Other questions and discussions
- Topic: Electric counter instant and total
- Replies: 18
- Views: 11808
Re: Electric counter instant and total
The shortlog is updated every 5 minutes so in the logging you will only see 5 minute samples.
In the display you will see the actual (last received) value for the actual usage.
It looks like the counter data (total usage and usage today) are also updated and logged once every 5 minutes.
In the display you will see the actual (last received) value for the actual usage.
It looks like the counter data (total usage and usage today) are also updated and logged once every 5 minutes.
- Thursday 22 October 2015 17:18
- Forum: Other questions and discussions
- Topic: Electric counter instant and total
- Replies: 18
- Views: 11808
Re: Electric counter instant and total
Hi Richard, I expect the hardware part is clear, just tie two inputs together and in the devices tab define a pulscounter for each of them. The kWh pulsecounter sends its data to a Domoticz virtual input of type Counter Incremental (Teller Incrementele), in your case where there are 1000 pulses for ...
- Wednesday 14 October 2015 15:30
- Forum: Other questions and discussions
- Topic: Electric counter instant and total
- Replies: 18
- Views: 11808
Re: Electric counter instant and total
Hi, It would be great to have that option. As a workaround I tied two ESP inputs together and configured both as pulsecounter. One input sends to a virtual input of type Counter Incremental, the other to a type Usage(energy). Depending on the pulse frequency add a calculation in the EspEasy ...