Search found 5 matches
- Tuesday 19 February 2019 18:12
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Accessing Domoticz from 2 interfaces
- Replies: 1
- Views: 1718
Re: Accessing Domoticz from 2 interfaces
I was indeed missing something: properly flushing my NAT rules! I had been using just: sudo iptables -F Once I started using the following before creating my rules it worked (no other change): sudo iptables -F sudo iptables -X sudo iptables -t nat -F sudo iptables -t nat -X sudo iptables -t mangle ...
- Monday 18 February 2019 20:10
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Accessing Domoticz from 2 interfaces
- Replies: 1
- Views: 1718
Accessing Domoticz from 2 interfaces
I’m trying to access the Domoticz Web Service (port 8080) on my Raspberry Pi via both of the following interfaces (which have static IPs): Ethernet (eth0, 172.22.0.99, connected to a Netgear router). Wi-Fi (wlan0, 172.24.1.1, providing an Access Point). Currently, I can only access the web service i ...
- Tuesday 31 May 2016 8:35
- Forum: Design, usability and languages
- Topic: Checkbox status on/off almost indistinguishable
- Replies: 0
- Views: 673
Checkbox status on/off almost indistinguishable
Hi, I'm using a Raspberry Pi 3 with the supplied Epiphany Web Browser, and the Domoticz check boxes almost look the same irrespective of whether they are checked or not. They just look very slightly darker at the top or bottom. I'm wondering how I can change them to something more obvious? I'd also ...
- Sunday 22 May 2016 15:15
- Forum: Other questions and discussions
- Topic: Boost: compile latest source or use add-apt-repository
- Replies: 1
- Views: 883
Re: Boost: compile latest source or use add-apt-repository
I thought Domoticz users might appreciate this discussion on the above question:
http://unix.stackexchange.com/questions ... repository
http://unix.stackexchange.com/questions ... repository

- Saturday 21 May 2016 11:50
- Forum: Other questions and discussions
- Topic: Boost: compile latest source or use add-apt-repository
- Replies: 1
- Views: 883
Boost: compile latest source or use add-apt-repository
I’m at a junction should I go one way or another…? Boost 1.55 is part of Jessie stable, and the advice when installing Domoticz is to use the latest Boost, ie. now 1.61, though “as of 19th December 2015 that is version 1.60.” Installing and running Domoticz on a Raspberry PI . (Edit: following advice ...