pihome-shc / pihome

PiHome - Smart Heating, Ventilation and Air Conditioning (HVAC)
http://www.pihome.eu
Other
52 stars 25 forks source link

Network management from web gui #336

Open pihome-shc opened 3 years ago

pihome-shc commented 3 years ago

Manage network settings from web gui.

pihome-shc commented 3 years ago

@twa127 is this fully functional network configuration for selected connection?

twa127 commented 3 years ago

Hi,

Not at the moment, it is purely informative, the main reason for the table data is for the Sonoff, I'm using the gateway IP address of the primary interface + the child_id to identify the Sonoff. I want to be able to handle the Sonoff's button to override any state set by Pihome, so I need to do a http request to the Sonoff to get its current state within boiler.php

I use connmanctl to configure the network interfaces on the beaglebone, I guess you don't do that on the RPi

pihome-shc commented 3 years ago

@twa127 after updating, my settings are broken, even if i manually add enter in network_setting table, no errors in apache logs either,

twa127 commented 3 years ago

okay looking at it

twa127 commented 3 years ago

Please give the latest commit a try and let me know

pihome-shc commented 3 years ago

@twa127 Thank you, that fixed the issue,