Search found 4 matches
- Saturday 22 December 2018 10:57
- Forum: Show your projects
- Topic: interceptWH2600 - WH2600 Weather Station Interceptor
- Replies: 58
- Views: 24217
Re: interceptWH2600 - WH2600 Weather Station Interceptor
There is still some life. Digging in previous post I found the following procedure, although I still not succeeded pending on finding my PWS port number ---- sudo apt-get update&&sudo apt-get install git cd /home/pi && git clone git://github.com/Doudy/interceptWH2600.git sudo chmod 755 /home/pi/i ...
- Sunday 04 November 2018 13:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: MyDomoticz - Testers wanted!
- Replies: 627
- Views: 133793
Re: MyDomoticz - Testers wanted!
Now it is working OK . Thank you.
The only problem comes from the local cache.
The only problem comes from the local cache.
- Saturday 15 September 2018 20:25
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: MyDomoticz - Testers wanted!
- Replies: 627
- Views: 133793
Re: MyDomoticz - Testers wanted!
Currently i am not able to connect my systems neither using https://my.domoticz.com/ nor http://my.domoticz.com/ . Fortunately I still can connect using Dataplicity service and Wormhole.
- Sunday 12 February 2017 18:18
- Forum: LUA
- Topic: Problem passing variables to UpdateDevice
- Replies: 8
- Views: 3749
Re: Problem passing variables to UpdateDevice
I have used this script with success. Thank you.
The problem of not obtaining minus sign and decimals is solved by changing:
temperature=tonumber(string.match(line, "%-?%d+.?%d*"))
i.e. the format of the string.
Good luck
The problem of not obtaining minus sign and decimals is solved by changing:
temperature=tonumber(string.match(line, "%-?%d+.?%d*"))
i.e. the format of the string.
Good luck