geopicker auf map.ffnw.de vs conf auf aktueller firmware

Hallo Leute, mir fiel gerade auf, dass der uci Befehl, den man sich über den geopicker auf der map.ffnw.de ausgeben lassen kann, nicht mehr so 100% auf die Config in unserer aktuellen Firmware passt. Man bekommt bspw. uci set gluon-node-info.@location[0]='location'; uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].static_location='1'; uci set gluon-node-info.@location[0].latitude='egal'; uci set gluon-node-info.@location[0].longitude='egal'; uci commit gluon-node-info aber in der Firmware habe ich folgendes: uci show | grep location geolocator.settings.auto_location='0' geolocator.settings.static_location='1' gluon-node-info.location=location gluon-node-info.location.altitude='egal' gluon-node-info.location.latitude='egal' gluon-node-info.location.share_location='1' gluon-node-info.location.longitude='egal' uhttpd.px5g.location='Berlin' Will heißen, der Wert static_location steht mittlerweile nicht mehr unter gluon-node-info.@location[0] sondern unter geolocator.settings, wie auch der Wert auto_lacotion. Vielleicht sollte das in der Map mal entsprechend angepasst werden? Ab welcher Firmwareversion das nicht mehr passt, habe ich jetzt nicht geprüft. LG Lorenz

Puhhhhh... Wer hat denn den letzten Build gemacht? lrnzo via Dev <dev@lists.ffnw.de> schrieb am Fr., 27. Apr. 2018, 23:42:
Hallo Leute,
mir fiel gerade auf, dass der uci Befehl, den man sich über den geopicker auf der map.ffnw.de ausgeben lassen kann, nicht mehr so 100% auf die Config in unserer aktuellen Firmware passt. Man bekommt bspw.
uci set gluon-node-info.@location[0]='location'; uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].static_location='1'; uci set gluon-node-info.@location[0].latitude='egal'; uci set gluon-node-info.@location[0].longitude='egal'; uci commit gluon-node-info
aber in der Firmware habe ich folgendes:
uci show | grep location geolocator.settings.auto_location='0' geolocator.settings.static_location='1' gluon-node-info.location=location gluon-node-info.location.altitude='egal' gluon-node-info.location.latitude='egal' gluon-node-info.location.share_location='1' gluon-node-info.location.longitude='egal' uhttpd.px5g.location='Berlin'
Will heißen, der Wert static_location steht mittlerweile nicht mehr unter gluon-node-info.@location[0] sondern unter geolocator.settings, wie auch der Wert auto_lacotion. Vielleicht sollte das in der Map mal entsprechend angepasst werden?
Ab welcher Firmwareversion das nicht mehr passt, habe ich jetzt nicht geprüft.
LG Lorenz
_______________________________________________ Dev mailing list -- dev@lists.ffnw.de To unsubscribe send an email to dev-leave@lists.ffnw.de

On 04/25/18 10:18, lrnzo via Dev wrote:
Hallo Leute,
mir fiel gerade auf, dass der uci Befehl, den man sich über den geopicker auf der map.ffnw.de ausgeben lassen kann, nicht mehr so 100% auf die Config in unserer aktuellen Firmware passt. Man bekommt bspw.
uci set gluon-node-info.@location[0]='location'; uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].static_location='1'; uci set gluon-node-info.@location[0].latitude='egal'; uci set gluon-node-info.@location[0].longitude='egal'; uci commit gluon-node-info
aber in der Firmware habe ich folgendes:
uci show | grep location geolocator.settings.auto_location='0' geolocator.settings.static_location='1' gluon-node-info.location=location gluon-node-info.location.altitude='egal' gluon-node-info.location.latitude='egal' gluon-node-info.location.share_location='1' gluon-node-info.location.longitude='egal' uhttpd.px5g.location='Berlin'
Will heißen, der Wert static_location steht mittlerweile nicht mehr unter gluon-node-info.@location[0] sondern unter geolocator.settings, wie auch der Wert auto_lacotion. Vielleicht sollte das in der Map mal entsprechend angepasst werden?
Ab welcher Firmwareversion das nicht mehr passt, habe ich jetzt nicht geprüft.
Ja, das ist ab der Version 20180215 der Fall, da dort die upsteram MRs gebackported sind. vg Tarek

Hi, wie lauten die Befehle denn nun richtig? Von meinem iPhone gesendet
Am 28.04.2018 um 14:30 schrieb Jan-Tarek Butt via Dev <dev@lists.ffnw.de>:
On 04/25/18 10:18, lrnzo via Dev wrote: Hallo Leute, mir fiel gerade auf, dass der uci Befehl, den man sich über den geopicker auf der map.ffnw.de ausgeben lassen kann, nicht mehr so 100% auf die Config in unserer aktuellen Firmware passt. Man bekommt bspw. uci set gluon-node-info.@location[0]='location'; uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].static_location='1'; uci set gluon-node-info.@location[0].latitude='egal'; uci set gluon-node-info.@location[0].longitude='egal'; uci commit gluon-node-info aber in der Firmware habe ich folgendes: uci show | grep location geolocator.settings.auto_location='0' geolocator.settings.static_location='1' gluon-node-info.location=location gluon-node-info.location.altitude='egal' gluon-node-info.location.latitude='egal' gluon-node-info.location.share_location='1' gluon-node-info.location.longitude='egal' uhttpd.px5g.location='Berlin' Will heißen, der Wert static_location steht mittlerweile nicht mehr unter gluon-node-info.@location[0] sondern unter geolocator.settings, wie auch der Wert auto_lacotion. Vielleicht sollte das in der Map mal entsprechend angepasst werden? Ab welcher Firmwareversion das nicht mehr passt, habe ich jetzt nicht geprüft.
Ja, das ist ab der Version 20180215 der Fall, da dort die upsteram MRs gebackported sind.
vg Tarek
_______________________________________________ Dev mailing list -- dev@lists.ffnw.de To unsubscribe send an email to dev-leave@lists.ffnw.de

On 04/28/18 14:47, Stefan Dunkel via Dev wrote:
Hi,
wie lauten die Befehle denn nun richtig?
Sie lautet: uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].latitude='<Num>'; uci set gluon-node-info.@location[0].longitude='<Num>'; uci set gluon-node-info.@location[0].altitude='<Num>'; uci set geolocator.settings.static_location='1'; uci commit gluon-node-info; uci commit geolocator; Schöne grüße Tarek

Moin, ist das nur in unserer FW so oder gab es da eine komplette Änderung? Von meinem iPhone gesendet
Am 01.05.2018 um 11:17 schrieb Jan-Tarek Butt via Dev <dev@lists.ffnw.de>:
On 04/28/18 14:47, Stefan Dunkel via Dev wrote: Hi, wie lauten die Befehle denn nun richtig?
Sie lautet:
uci set gluon-node-info.@location[0].share_location='1'; uci set gluon-node-info.@location[0].latitude='<Num>'; uci set gluon-node-info.@location[0].longitude='<Num>'; uci set gluon-node-info.@location[0].altitude='<Num>'; uci set geolocator.settings.static_location='1'; uci commit gluon-node-info; uci commit geolocator;
Schöne grüße Tarek
_______________________________________________ Dev mailing list -- dev@lists.ffnw.de To unsubscribe send an email to dev-leave@lists.ffnw.de
participants (4)
-
Jan-Tarek Butt
-
lrnzo
-
Simon Kurka
-
Stefan Dunkel