Search found 17 matches
- Saturday 23 February 2019 17:42
- Forum: Python
- Topic: Python Plugin Domoticz-Enigma2
- Replies: 31
- Views: 8859
Re: Python Plugin Domoticz-Enigma2
plugin.py same error 2019-02-23 16:52:14.970 Error: (Enigma2) failed to load 'plugin.py', Python Path used was ':/usr/lib/python3.4/:/usr/lib/python3.4/plat-arm-linux-gnueabihf:/usr/lib/python3.4/lib-dynload'. 2019-02-23 16:52:14.970 Error: (ee) Module Import failed, exception: 'ImportError' 2019 ...
- Wednesday 23 January 2019 15:45
- Forum: DIY Hardware and Protocols
- Topic: IO Pi Plus (digital expansion board)
- Replies: 1
- Views: 2175
IO Pi Plus (digital expansion board)
How to use (IO Pi Plus digital expansion board) it in Domoticz? Is there anyone who has experience?
https://www.abelectronics.co.uk/p/54/io ... s#assembly
https://www.abelectronics.co.uk/p/54/io ... s#assembly
- Wednesday 12 December 2018 16:19
- Forum: LUA
- Topic: Domoticz-Enigma2 Status check
- Replies: 0
- Views: 418
Domoticz-Enigma2 Status check
Who will help to write LUA or phython script based on bash that will check the status of the enigma2 decoder every 5 or 30 seconds? #!/bin/bash curl http://192.168.0.193/web/powerstate > /home/pi/domoticz/scripts/enigma2/powerstate_enigma2_living3.xml enigma2LivingStatus=`xmlstarlet sel -t -m ...
- Sunday 09 December 2018 14:20
- Forum: Python
- Topic: Python Plugin Domoticz-Enigma2
- Replies: 31
- Views: 8859
Re: Python Plugin Domoticz-Enigma2
Plugin is not working, I have simple script for checking engma2 status #!/bin/bash curl http://192.168.0.xxe/web/powerstate > /home/pi/domoticz/scripts/enigma2/powerstate_enigma2_living3.xml enigma2LivingStatus=`xmlstarlet sel -t -m '//e2instandby' -v . -n </home/pi/domoticz/scripts/enigma2 ...
- Tuesday 27 November 2018 21:55
- Forum: Python
- Topic: Python Plugin Domoticz-Enigma2
- Replies: 31
- Views: 8859
Re: Python Plugin Domoticz-Enigma2
I see on hardware, but not on devices
- Monday 26 November 2018 22:49
- Forum: Python
- Topic: Python Plugin Domoticz-Enigma2
- Replies: 31
- Views: 8859
Re: Python Plugin Domoticz-Enigma2
is in pathOfPackages = '/home/pi/.local/lib/python3.5/site-packages' what is wrong? LOG: 2018-11-26 22:37:39.662 Error: (Enigma2) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-Enigma2/:/usr/lib/python35.zip:/usr/lib/python3.5:/usr/lib/python3.5/plat-arm-linux ...
- Monday 26 November 2018 19:19
- Forum: Python
- Topic: Python Plugin Domoticz-Enigma2
- Replies: 31
- Views: 8859
Re: Python Plugin Domoticz-Enigma2
Which ? pathlib pathOfPackages = '/usr/lib/python3/dist-packages' ~ $ python3 -m site sys.path = [ '/home/pi', '/usr/lib/python35.zip', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-arm-linux-gnueabihf', '/usr/lib/python3.5/lib-dynload', '/home/pi/.local/lib/python3.5/site-packages', '/usr/local ...
- Sunday 25 November 2018 15:27
- Forum: LUA
- Topic: Checking Dreambox state
- Replies: 35
- Views: 16135
Re: Checking Dreambox state
If some want. I have created python plugin for Domoticz. Any comment are welcome. https://github.com/kofec/Domoticz-Enigma2 I installed it, I added the hardware, but i do not see device. What can be wrong? I do not understand this as; ""First use script "tinycontrol.py" to verify if you have needed ...
- Wednesday 31 October 2018 14:58
- Forum: Switches and Scenes
- Topic: Push Button physical GPIO
- Replies: 2
- Views: 2490
Re: Push Button physical GPIO
Configure at startup. You can do so by adding the lines you would like to use to the 'rc.local'. Type: sudo nano /etc/init.d/domoticz.sh to edit the file Go to the end of the file, and just add after ':' place your commands. #Run export GPIO Raspberry /usr/local/bin/gpio export 16 in /usr/local/bin ...
- Tuesday 30 October 2018 13:43
- Forum: Switches and Scenes
- Topic: Push Button physical GPIO
- Replies: 2
- Views: 2490
Re: Push Button physical GPIO
It be correct?
1 step.
sudo nano /etc/init.d/domoticz.sh
/usr/local/bin/gpio export 16 in
/usr/local/bin/gpio edge 16 both
2 step.
Connect switch PIN 1 with PIN 36 (GPIO 16) with the resistor
1 step.
sudo nano /etc/init.d/domoticz.sh
/usr/local/bin/gpio export 16 in
/usr/local/bin/gpio edge 16 both
2 step.
Connect switch PIN 1 with PIN 36 (GPIO 16) with the resistor
- Monday 29 October 2018 15:34
- Forum: Switches and Scenes
- Topic: Push Button physical GPIO
- Replies: 2
- Views: 2490
Push Button physical GPIO
How to set the physical button in domoticz, so that: press, change status to ON, press again, change status to OFF.
Something like, press to turn it on if it's off, press to turn off if it is switched on,
Input GPIO 16
output GPIO 22
How to configure raspberry?
Something like, press to turn it on if it's off, press to turn off if it is switched on,
Input GPIO 16
output GPIO 22
How to configure raspberry?
- Thursday 18 October 2018 11:59
- Forum: Temperature and Weather
- Topic: Temperature measurement with a resistive sensor
- Replies: 1
- Views: 577
Temperature measurement with a resistive sensor
Temperature measurement with a resistive sensor ESMU 100? How to do it?
Sensor ESMU 100 Danfoss:
http://heating.danfoss.com/PCMPDF/viead100.pdf
Sensor ESMU 100 Danfoss:
http://heating.danfoss.com/PCMPDF/viead100.pdf
- Thursday 18 October 2018 11:24
- Forum: Kodi (XBMC)
- Topic: Raspbian+KODI+Domoticz
- Replies: 7
- Views: 4128
Re: Raspbian+KODI+Domoticz
Port must be 9090 on domoticz, them is ok
- Monday 15 October 2018 18:20
- Forum: Kodi (XBMC)
- Topic: Raspbian+KODI+Domoticz
- Replies: 7
- Views: 4128
Re: Raspbian+KODI+Domoticz
What is wrong?
- Sunday 14 October 2018 10:53
- Forum: Kodi (XBMC)
- Topic: Raspbian+KODI+Domoticz
- Replies: 7
- Views: 4128
Re: Raspbian+KODI+Domoticz
https://uploads.tapatalk-cdn.com/20181014/d85c83f0deebc4504bd9be33f5e7cd16.jpg https://uploads.tapatalk-cdn.com/20181014/3b976d7cb2140c7081d4792e971dfc92.jpg https://uploads.tapatalk-cdn.com/20181014/f5da246c60aec376592424beedf12904.jpg https://uploads.tapatalk-cdn.com/20181014 ...
- Friday 12 October 2018 17:50
- Forum: Kodi (XBMC)
- Topic: Raspbian+KODI+Domoticz
- Replies: 7
- Views: 4128
Re: Raspbian+KODI+Domoticz
KODI port 8080
Domoticz port 8181
Pilot in sot working, staus ON,
when try wichth message: "Error sending switch command, check device/hardware !"
Domoticz port 8181
Pilot in sot working, staus ON,
when try wichth message: "Error sending switch command, check device/hardware !"
- Friday 12 October 2018 11:43
- Forum: Kodi (XBMC)
- Topic: Raspbian+KODI+Domoticz
- Replies: 7
- Views: 4128
Raspbian+KODI+Domoticz
I installed kodi on Raspbian + domoticz.
I have set the port 2020 i KODI
I can see the device in the domoticz, but I can not control the remote control. What is wrong?
Is any additional configuration needed?
I can not run kodi 8080 port because I have a domoticz on it
I have set the port 2020 i KODI
I can see the device in the domoticz, but I can not control the remote control. What is wrong?
Is any additional configuration needed?
I can not run kodi 8080 port because I have a domoticz on it