Search found 8 matches
- Monday 04 January 2021 17:29
- Forum: Heating/cooling
- Topic: Rooted Toon plugin
- Replies: 112
- Views: 72423
Re: Rooted Toon plugin
Hansaplast31, one my Toon2 aswell on my test Toon1 i get the same error when i start the plugin, I send to the readouts for http://ipoftoon/hdrv_zwave?action=getDevices.json for my Toon2 and Toon1 by PM with the git checkout 690b9b7 i get on startup: 2021-01-04 17:30:45.766 Sunrise: 08:43:00 SunSet ...
- Monday 04 January 2021 16:14
- Forum: Heating/cooling
- Topic: Rooted Toon plugin
- Replies: 112
- Views: 72423
Re: Rooted Toon plugin
Hello, installed the plugin in a clean domoticz and a fresh ubuntu image on my proxmox server. Only the first version off the plugin gave me the right reading for energy, in the versions after that all energy values are 0 On start i get the following 2021-01-04 15:53:03.863 Sunrise: 08:43:00 SunSet ...
- Sunday 22 September 2019 23:18
- Forum: Utility
- Topic: blaupunkt Q3200 alarmsystem
- Replies: 3
- Views: 1217
Re: blaupunkt Q3200 alarmsystem
Hello, any news on this, also looking for a new alarm system which can connect with domoticz in some kind of way?
- Friday 22 February 2019 12:02
- Forum: Dashticz
- Topic: Dashticz - Beta 2.5.5
- Replies: 8
- Views: 1434
Re: Dashticz - Beta 2.5.5
I had a same kind of problem, adding the lines below from the custum.js to my own custom.js solved the problem in my case.
function getExtendedBlockTypes(blocktypes){
//blocktypes.Type['Lighting 2'] = { icon: 'fa fa-lightbulb-o', title: '<Name>', value: 'ds' }
return blocktypes;
}
function getExtendedBlockTypes(blocktypes){
//blocktypes.Type['Lighting 2'] = { icon: 'fa fa-lightbulb-o', title: '<Name>', value: 'ds' }
return blocktypes;
}
- Thursday 08 February 2018 0:15
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 117618
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
Managed to get the info from the slave to the master rapsberry with a script from an other topic https://www.domoticz.com/forum/viewtopic.php?f=6&t=7303&start=20#p58622 Why do you even need a slave Domoticz to do this? As I explained a few posts back, it's overkill and a second pi will happily ...
- Tuesday 06 February 2018 21:53
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 117618
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
Hi all, No really an expert in all this, but managed to get my watermeter working with the python script and this https://www.kiwi-electronics.nl/inductive-proximity-sensor-switch-panel-mount sensor. All setup on a spare / test raspberry pi, when all works well the sensor will be connected to my ...
- Monday 05 February 2018 22:57
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 117618
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
Hi all, No really an expert in all this, but managed to get my watermeter working with the python script and this https://www.kiwi-electronics.nl/inductive-proximity-sensor-switch-panel-mount sensor. All setup on a spare / test raspberry pi, when all works well the sensor will be connected to my ...
- Thursday 19 October 2017 18:13
- Forum: RFLink Transceiver
- Topic: RFLink R48 available
- Replies: 12
- Views: 4368
Re: RFLink R48 available
great work! a methode (credits ro roondar) to easy update from commandline. fire these commands: sudo apt-get install python2.7 avrdude wget https://github.com/roondar/RFLink-update/archive/master.zip unzip master.zip cd RFLink-update-master/ cp settings.ini.tpml settings.ini chmod 755 update ...