Search found 8 matches

by raxor
Monday 27 April 2015 10:15
Forum: Other questions and discussions
Topic: Shutdown Remote Windows PC
Replies: 43
Views: 33919

Re: Shutdown Remote Windows PC

Whitout a password, user non admin. Create a new normal user without password Windows key + R lusrmgr.msc (users folder right button --> create user) untick (user change pass next logon) and tick (password never expires, and cannot change pass) If your windows 7 are professional or ultimate (not for ...
by raxor
Monday 27 April 2015 9:37
Forum: Other questions and discussions
Topic: Shutdown Remote Windows PC
Replies: 43
Views: 33919

Re: Shutdown Remote Windows PC

Hi. net rpc -S 192.168.1.xx -U king%day shutdown -t 1 -f is correct, obviusly you need correct IP (change "xx" for your last ip digits) And you need samba-common for "net rpc" command In raspberry for example, (synology have samba-common ) sudo apt-get install samba-common ssh your domoticz and test ...
by raxor
Monday 20 April 2015 9:16
Forum: Others
Topic: Efergy elite wireless electricity monitor
Replies: 4
Views: 4916

Re: Efergy elite wireless electricity monitor

If you search how-to integrate Efergy energy monitor in Domoticz.

See this: http://www.domoticz.com/forum/viewtopic.php?f=14&t=6177

EFERGY have API, and works very well.
by raxor
Monday 20 April 2015 0:27
Forum: Utility
Topic: EFERGY API json, energy sensor Working
Replies: 7
Views: 14855

Re: EFERGY API json, energy sensor. advice needed

Finally i solved with jq How-to install jq: http://www.domoticz.com/wiki/Battery_level_check#Dependencies_-_hardware_.2F_software_.2F_operating_system input [{"cid":"PWER","data":[{"1429473875000":285.085}],"sid":"591051","units":"kWm","age":12}] jq -r .[].data` returns [{"1429473875000":285.085 ...
by raxor
Saturday 18 April 2015 13:17
Forum: Other questions and discussions
Topic: Shutdown Remote Windows PC
Replies: 43
Views: 33919

Re: Shutdown Remote Windows PC

Nope, this script is to shutdown, and to start I use wake on lan virtual device in domoticz, is too easy, enable some values in bios menu from pc wake on events on energy management, in Windows, network controller setup, enable magic packet wake on, or wake on lan (WOL), you need mac address of your ...
by raxor
Friday 17 April 2015 21:08
Forum: Utility
Topic: EFERGY API json, energy sensor Working
Replies: 7
Views: 14855

EFERGY API json, energy sensor Working

Hi. Efergy energy meter have a open API to retrieve info. You only need create a new token for apps: 1- login with your efergy credentials in energyhive (efergy is a energyhive rebranded) http://www.energyhive.com/settings/tokens - Click on add token And you can test json with this token here: http ...
by raxor
Friday 17 April 2015 18:57
Forum: Other questions and discussions
Topic: Shutdown Remote Windows PC
Replies: 43
Views: 33919

Re: Shutdown Remote Windows PC

Shutdown Windows computer (windows 7) from domoticz: using Synology or raspberry as a Domoticz server INSTRUCCIONS FOR RASPBERRY you need samba-common package sudo apt-get install samba-common nano /home/pi/domoticz/scripts/shutdown_PC.sh content of script #!/bin/sh #Shutdown Computer # IP of ...
by raxor
Friday 17 April 2015 12:59
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 351640

Re: domoticz in synology as package! Available now.

Hi all After a hard and funny work i have mi XPENology DSM 5.1 (HP 54NL) working with Domoticz. I'm sysadmin and have some skill in development. Material i use: kankunit smartplugs wifi (x4 relay.cgi hacked), 3x FIBARO x2 1.5 relay and Controller Aeon Labs Z-Stick S2 Version: domoticz_bromolow-5.1_2 ...