Re: [openwisp] Configuration template fro Wireless

2019-09-04 Thread Reza Toghraee
Hi Noumbissi *Thanks for your reply.* *actually I managed to figure out. I was setting the network field in interface section, however I just found there is a section called "Attached networks" , I added the new Wireless to "lan" attached network and everything worked very well now.* *Just

Re: [openwisp] Configuration template fro Wireless

2019-09-04 Thread Noumbissi Valere
Hello Reza, I have not used OpenWISP with a real OpenWRT device only with a Virtual device. But have you tried entering the value of the IP address in the IP address field? I think that might be the problem. The default is from a DHCP server. If you don't have a DHCP server, then sending the

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Noumbissi Valere
You are welcome Amit, Glad I could help . On Wed, Sep 4, 2019, 1:21 PM Amit Goyal wrote: > Hello Noumbissi > > Sorry by mistake I have added one more text , that's why it was not > working . > removed extra text and update code. It's working now. > > Thanks a lot for your help ! > > On

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread A Stanley
How did you add the file in the container? Did you rebuild the container? On Wed, Sep 4, 2019, 3:06 AM Noumbissi Valere wrote: > Hello Amit, > > did the openwisp-controller restart without any errors? and is the normal > flow of adding new devices working without any errors? if they are, then

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Amit Goyal
Hello Noumbissi Sorry by mistake I have added one more text , that's why it was not working . removed extra text and update code. It's working now. Thanks a lot for your help ! On Wednesday, September 4, 2019 at 12:36:54 PM UTC+5:30, Noumbissi Valere wrote: > > Hello Amit, > > did the

[openwisp] Configuration template fro Wireless

2019-09-04 Thread Reza Toghraee
Hi I'm new to OpenWISP and found it very useful. I'm building a test environment with few OpenWRT wireless Access points (BT Hub 5 Type A) and OpenWISP2 I have successfully deployed the OWISP2 on a Raspberry Pi using the Ansible module and have the OWISP2 up and working. I managed to

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Noumbissi Valere
Hello Amit, did the openwisp-controller restart without any errors? and is the normal flow of adding new devices working without any errors? if they are, then it should work. please ensure the method is in the class and that openwisp-controller restarts with the added changes. On Wed, Sep 4,

Re: [openwisp] Need to add one more field template information in device table of openwisp UI

2019-09-04 Thread Amit Goyal
Hi Noumbissi Thanks for your help. I have updated * /usr/src/app/openwisp_controller/config/admin.py* inside openwisp container as below but changes are not reflecting on UI side even after openwisp restart. //Added template_field in DeviceAdmin class DeviceAdmin(MultitenantAdminMixin,