Search found 4 matches

by Pino77
Monday 12 February 2018 19:18
Forum: ESP8266
Topic: Sonoff: ESP not so easy?
Replies: 3
Views: 6868

Re: Sonoff: ESP not so easy?

Hi MikeF,

indeed the Tasmota firmware works better on the Sonoff. But with only the IDX of a virtual switch will it not work for me. Do you use MQTT? (Domoticz needs to know in some way the IP adress of the Sonoff switch i think.) And how have you setup the MQTT part?

https://s13.postimg.org ...
by Pino77
Monday 29 February 2016 21:17
Forum: Show your projects
Topic: Get weather info from internet to Domoticz !
Replies: 10
Views: 4138

Re: Get weather info from internet to Domoticz !

@Marq, dank voor je hulp maar ik lijk niet veel verder te komen:

pi@zwave ~ $ sudo apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2 ...
by Pino77
Monday 29 February 2016 11:43
Forum: Show your projects
Topic: Get weather info from internet to Domoticz !
Replies: 10
Views: 4138

Re: Get weather info from internet to Domoticz !

Hi Marq,
thanks for your help and patience, without line numbers I get this:

pi@zwave ~/domoticz/scripts $ ./getweatherinfo.php
-bash: ./getweatherinfo.php: /usr/bin/php: bad interpreter: No such file or directory
pi@zwave ~/domoticz/scripts $

How do I install PHP on the raspberry pi? (I use the ...
by Pino77
Sunday 21 February 2016 15:08
Forum: Show your projects
Topic: Get weather info from internet to Domoticz !
Replies: 10
Views: 4138

Re: Get weather info from internet to Domoticz !

Thanks Marq for sharing. I have tried it. But whe i tired to run the php script I get this:

pi@zwave ~/domoticz/scripts $ chmod +x getweatherinfo.php
pi@zwave ~/domoticz/scripts $ ./getweatherinfo.php
./getweatherinfo.php: line 1: 1.: command not found
./getweatherinfo.php: line 2: ?php: No such ...