Search found 222 matches
- Monday 11 September 2017 11:19
- Forum: Python
- Topic: Plugins not showing in hardware list
- Replies: 11
- Views: 7287
Re: Plugins not showing in hardware list
uh... looks like I have the same problem too no plugin listed in the availbale hardware I do have WanIP hardware installed (but I assume it is not working anymore) and I've added SamsungTV control, but looks unavailble in the hardware list Tried to install libpython3.4 but already installed ...
- Saturday 18 February 2017 18:22
- Forum: Show your projects
- Topic: LCD (20x4 made in China)
- Replies: 69
- Views: 31268
LCD (20x4 made in China)
My script for RPi stats: #!/bin/bash #CPU_Temp CPU_Temp=`/opt/vc/bin/vcgencmd measure_temp|cut -c6-9` OUTPUT=`curl "http://192.168.3.200:8080/json.htm?type=command¶m=udevice&idx=21&nvalue=0&svalue=$CPU_Temp"` #CPU_Usage CPU_Usage=`top -bn 1 | awk 'NR>7{s+=$9} END {print s/4}'` OUTPUT=`curl ...
- Monday 13 February 2017 0:08
- Forum: Cameras
- Topic: PRi + MotionEye + Domoticz Setup - Help Please
- Replies: 19
- Views: 11715
Re: PRi + MotionEye + Domoticz Setup - Help Please
Set mjpg_client_idle_timeout to 0 in your motioneye.conf file and you'll no longer get empty JPEGs (except for the very first request after you restart the server).
- Saturday 07 January 2017 18:14
- Forum: Windows
- Topic: Domoticz App for Windows Phone
- Replies: 43
- Views: 22118
Re: Domoticz App for Windows Phone
That's difficult, 3 x halfPeterHarrie wrote:The app is half English, half French and half Dutch.
- Friday 06 January 2017 16:37
- Forum: Other questions and discussions
- Topic: Nefit Easy not so Easy
- Replies: 8
- Views: 3783
Re: Nefit Easy not so Easy
I was thinking my thermostat is using the guest network in my house and Domoticz isn't They are both in a different IP-network can that be the problem? That will be a problem when the IP traffic isn't routed between those 2 networks. That is something to check on your router, or simply connect your ...
- Friday 06 January 2017 16:34
- Forum: Suggestions
- Topic: Honeywell Lyric T6
- Replies: 2
- Views: 2859
Re: Honeywell Lyric T6
I don't think there is an API available for the T6
https://developer.honeywell.com/content ... rted-guide
So I think you have to wait until it is published by Honeywell or use reverse engineering to find out the used protocol yourself.
https://developer.honeywell.com/content ... rted-guide
So I think you have to wait until it is published by Honeywell or use reverse engineering to find out the used protocol yourself.
- Thursday 05 January 2017 23:07
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 136169
Re: Domoboard a New Dashboard using Domoticz as backend
Feel free to build the template and share your workAwst6000 wrote: What is wise for me to do?
Create my own template with the 6 different 'Knmi actueel' pages or shall I wait until someone is so kind to create this template within Domoboard?
- Wednesday 04 January 2017 21:05
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 136169
Re: Domoboard a New Dashboard using Domoticz as backend
You can also use the generic systemd method. Create a file /etc/systemd/system/domoboard.service Don't forget to modify the location of the domoboard installation and config file to your needs. [Unit] Description=Domoboard Domotica Dashboard [Service] ExecStart=/usr/bin/python /opt/domoboard/server ...
- Wednesday 12 October 2016 0:36
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 166408
Re: Nefit Easy™
No, the http server is not updated but there is no need to do that. You can send this uri directly. What you are looking for is an updated Nefit class in Domoticz to support this feature.
- Friday 23 September 2016 17:53
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 74352
Re: Find My iPhone implementation in LUA script
Oke, now I have something very strange.... I'm monitoring 2 iPhones with this script. Both used to work fine. Now one of the phones keeps on switching: coming home - leaving home - coming home - etc.... The 'leave' address is my work address. Of course I'm not there every other five minutes. It ...
- Sunday 18 September 2016 23:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Start at boot after upgrade to Ubuntu server 16.04
- Replies: 2
- Views: 2086
Re: Start at boot after upgrade to Ubuntu server 16.04
Ubuntu switched to systemd as off version 16.04 see this blog post on how to get it 'fixed'
https://randomstuffintech.wordpress.com ... -domoticz/
https://randomstuffintech.wordpress.com ... -domoticz/
- Sunday 11 September 2016 10:19
- Forum: Design, usability and languages
- Topic: My new PI screen
- Replies: 17
- Views: 10213
Re: My new PI screen
Did you consider using MQTT for your updates? It might only be a good trigger to update the divs but can also be used to grab the values from
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk
- Friday 24 June 2016 18:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Make fails on Ubuntu 14.04.4 x64 DigitalOcean droplet
- Replies: 2
- Views: 1096
Re: Make fails on Ubuntu 14.04.4 x64 DigitalOcean droplet
This issue occurs due to a lack of memory so ... upgrade your droplet or add some swap memory.
But .. why don't you just download the latest binary?
http://www.domoticz.com/download.html
But .. why don't you just download the latest binary?
http://www.domoticz.com/download.html
- Saturday 18 June 2016 10:35
- Forum: Other questions and discussions
- Topic: Help with pulling snmp from device
- Replies: 5
- Views: 2453
Re: Help with pulling snmp from device
I use Node RED to extract SNMP data from some devices and put it into Domoticz.
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk
- Tuesday 07 June 2016 1:23
- Forum: Suggestions
- Topic: Suggestion: current value in logfile
- Replies: 5
- Views: 1710
Re: Suggestion: current value in logfile
Try the commandline parameter -verbose 1 when starting Domoticz
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk
- Sunday 05 June 2016 2:05
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 166408
Re: Nefit Easy™
It's not about pointing fingers, it's about solving the issue on the right place :) Did someone made contact Robert about these issues? The communication between the easy and Bosch servers has been reverse engineered so any additional info might give some very valuable information. Verzonden vanaf ...
- Saturday 04 June 2016 11:33
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 166408
Re: Nefit Easy™
I don't think it's a Domoticz issue. Mine is running for weeks/months without any issue. Occasionally I get a malformed answer or a request time out, but that's no issue and works as designed.
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk
- Saturday 28 May 2016 21:24
- Forum: Other questions and discussions
- Topic: webcam trouble I6032W-P
- Replies: 4
- Views: 1811
Re: webcam trouble I6032W-P
You could check if one of the options on this website will work https://www.ispyconnect.com/man.aspx?n=Revotech
I think the snapshot feature in the GUI indicates automatic image uploads.
Verzonden vanaf mijn iPhone met Tapatalk
I think the snapshot feature in the GUI indicates automatic image uploads.
Verzonden vanaf mijn iPhone met Tapatalk
- Saturday 28 May 2016 8:34
- Forum: Other questions and discussions
- Topic: webcam trouble I6032W-P
- Replies: 4
- Views: 1811
Re: webcam trouble I6032W-P
Can you post 'your settings'. I don't think this camera supports snapshot URLs but only RTSP streams.
- Thursday 19 May 2016 22:46
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 166408
Re: Nefit Easy™
Same issue here, it occurs just after an update from the Nefit easy server/hardware was received
Verzonden vanaf mijn iPhone met Tapatalk
Verzonden vanaf mijn iPhone met Tapatalk