Search found 8 matches
- Monday 22 October 2018 8:48
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2380
- Views: 636916
Re: Domoticz app 2.0
The temperature tab didn't work before updating just now, it just showed an empty page. Edit: apparently it doesn't handle "stale" devices very well. Got some old laying around for historical purposes, but those don't get any updates any more. Can you send (PM) me a view-only account so i can debug ...
- Sunday 21 October 2018 15:41
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2380
- Views: 636916
Re: Domoticz app 2.0
The temperature tab didn't work before updating just now, it just showed an empty page. Now it shows this: https://uploads.tapatalk-cdn.com/20181021/90d5df8e923afae80dce5397492ea2d5.jpg Edit: apparently it doesn't handle "stale" devices very well. Got some old laying around for historical purposes ...
- Saturday 15 September 2018 17:44
- Forum: Dashticz
- Topic: dashticz: Important Request
- Replies: 203
- Views: 25492
Re: IMPORTANT REQUEST!!!
Another option perhaps could be to make the code available so one could host them themselves?
- Tuesday 28 August 2018 19:44
- Forum: Cameras
- Topic: Lost password of camera
- Replies: 5
- Views: 3396
Re: Lost password of camera
No idea how domoticz stores such credentials. But, since http is used to talk with the camera, the communications are in plain text and can thus easily be sniffed using tcpdump/wireshark/etc. A third option could be performing a factory reset on the camera itself.
- Saturday 25 August 2018 11:40
- Forum: Utility
- Topic: P1 cable no data on Linux
- Replies: 9
- Views: 1799
Re: P1 cable no data on Linux
Still curious why the "old" cable would work with HyperTerminal. Guess we'll never know 

- Thursday 23 August 2018 19:04
- Forum: Utility
- Topic: P1 cable no data on Linux
- Replies: 9
- Views: 1799
Re: P1 cable no data on Linux
Yeah, had overlooked that part. You sure you used same serial settings? Wouldn't surprise me if HyperTerminal would play some tricks under the hood. Step 1 would be to get it to work though cu/screen/whatever command line tool. Only once that shows proper data, then try to get it to work within ...
- Thursday 23 August 2018 18:59
- Forum: Utility
- Topic: P1 cable no data on Linux
- Replies: 9
- Views: 1799
Re: P1 cable no data on Linux
Sounds like the wrong cable. Like with no or wrong resistor in it. That resistor gives a signal to the smart meter to have it actually report data.
Edit: scratch that. Overlooked the successful test on Windows.
Edit: scratch that. Overlooked the successful test on Windows.
- Thursday 23 August 2018 17:59
- Forum: Other questions and discussions
- Topic: Best practices for Domoticz logfile?
- Replies: 55
- Views: 23981
Re: Best practices for Domoticz logfile?
The use of copytruncate doesn't require a restart. It does involve a race condition which could lead to loss of (log)data. Any data written between the copy and the truncate will get lost.