Search found 13 matches
- Tuesday 22 December 2020 18:58
- Forum: Python
- Topic: Wiki Script, don't work "Python - Monitor Domoticz IP address"
- Replies: 8
- Views: 603
Re: Wiki Script, don't work "Python - Monitor Domoticz IP address"
Hi again, Version of Python: pi@RPi3:~/domoticz/scripts/python $ python --version Python 2.7.16 pi@RPi3:~/domoticz/scripts/python $ python3 --version Python 3.7.3 pi@RPi3:~/domoticz/scripts/python $ python2 --version Python 2.7.16 pi@RPi3:~/domoticz/scripts/python $ Running "python3 ip_address.py ...
- Monday 21 December 2020 22:18
- Forum: Python
- Topic: Wiki Script, don't work "Python - Monitor Domoticz IP address"
- Replies: 8
- Views: 603
Re: Wiki Script, don't work "Python - Monitor Domoticz IP address"
I Need to have a IP discovery script and "Python - Monitor Domoticz IP address" looks fine but it dosent work. I think urllib2 is the problem. The port number was missing from this python script and the script is written for python2. I now updated the wiki script to include the port number and also ...
- Sunday 20 December 2020 19:16
- Forum: Python
- Topic: Wiki Script, don't work "Python - Monitor Domoticz IP address"
- Replies: 8
- Views: 603
Re: Wiki Script, don't work "Python - Monitor Domoticz IP address"
IMHO that script has no purpose. you publish the new ip address to a sensor you can no longer read, since the ip address has changed. much better would be an email with the new ip address. better use a portscanner and scan your network for open port 8080, or whatever port you use. NMAP is a good ...
- Friday 18 December 2020 10:52
- Forum: Python
- Topic: Wiki Script, don't work "Python - Monitor Domoticz IP address"
- Replies: 8
- Views: 603
Wiki Script, don't work "Python - Monitor Domoticz IP address"
Hi,
I Need to have a IP discovery script and "Python - Monitor Domoticz IP address" looks fine but it dosent work. I think urllib2 is the problem.
Any tips on how to get this to work:
https://www.domoticz.com/wiki/Python_-_ ... IP_address
I Need to have a IP discovery script and "Python - Monitor Domoticz IP address" looks fine but it dosent work. I think urllib2 is the problem.
Any tips on how to get this to work:
https://www.domoticz.com/wiki/Python_-_ ... IP_address
- Sunday 22 November 2020 13:45
- Forum: Heating/cooling
- Topic: mqtt temperature and humidity
- Replies: 14
- Views: 4742
Re: mqtt temperature and humidity
@FireWizard Perfect!!! Thank you very very much - worked like a charm!
- Sunday 22 November 2020 0:18
- Forum: Heating/cooling
- Topic: mqtt temperature and humidity
- Replies: 14
- Views: 4742
Re: mqtt temperature and humidity
I have a similar issue. I get this (IN*) from a sensor into Node-red and want to change and send it like this (2*) to domoticz: (*1) - I recieve this (string): { "Battery" : 100, "RSSI" : 6, "description" : "", "dtype" : "Temp + Humidity", "id" : "36609", "idx" : 12, "name" : "Temp02", "nvalue" : 0 ...
- Thursday 09 January 2020 15:26
- Forum: Temperature and Weather
- Topic: [SOLVED] Open Weather Map not creating any devices
- Replies: 15
- Views: 8986
Re: [SOLVED] Open Weather Map not creating any devices
Thanks, works great now with city, country!
- Sunday 05 January 2020 10:39
- Forum: ESP8266
- Topic: Battery voltage monitor.
- Replies: 8
- Views: 10040
Re: Battery voltage monitor.
Hi,
Did anyone get this to work and want to share instructions?
Did anyone get this to work and want to share instructions?
- Saturday 14 December 2019 18:30
- Forum: Other questions and discussions
- Topic: Send Domoticz data to and from thingspeak.com
- Replies: 8
- Views: 1325
Re: Send Domoticz data to and from thingspeak.com
Closing this topic right now, going to work with json between my two Domoticz instead.
- Friday 13 December 2019 18:19
- Forum: Other questions and discussions
- Topic: Send Domoticz data to and from thingspeak.com
- Replies: 8
- Views: 1325
Re: Send Domoticz data to and from thingspeak.com
I got MQTT broker to work between two Domoticz devices so now its near to also send data to Thingspeak.
- Wednesday 11 December 2019 19:23
- Forum: Other questions and discussions
- Topic: Send Domoticz data to and from thingspeak.com
- Replies: 8
- Views: 1325
Re: Send Domoticz data to and from thingspeak.com
ok, I'll try that just to make check if the thing to things work
After that, next thing will be to add the script in Domoticz and then add sensor data.

- Wednesday 11 December 2019 18:48
- Forum: Other questions and discussions
- Topic: Send Domoticz data to and from thingspeak.com
- Replies: 8
- Views: 1325
Re: Send Domoticz data to and from thingspeak.com
Great, thanks a lot!
Can't get my head around how to use the above example. Where do I put the code? In a Script/Python (Events) and call it with Blocky?
br
Björn
Can't get my head around how to use the above example. Where do I put the code? In a Script/Python (Events) and call it with Blocky?
br
Björn
- Wednesday 11 December 2019 15:59
- Forum: Other questions and discussions
- Topic: Send Domoticz data to and from thingspeak.com
- Replies: 8
- Views: 1325
Send Domoticz data to and from thingspeak.com
Hi, Working with a setup for a Domoticz on a boat to send sensor data over 3G network to my Domoticz at home. What would be the easiest way to send sensordata (temp, etc) from Domoticz to thingspeak.com (this Domoticz would be behind 3G network so it need to send data). What also be the easiest to ...