mycontroller-v1-legacy icon indicating copy to clipboard operation
mycontroller-v1-legacy copied to clipboard

My sensors Names disappering every time

Open bmanos opened this issue 6 years ago • 3 comments

Hello @jkandasa as I said to the forum I have the following issue I change the name of my sensors from ex:1.1 to Temperature and after a while the 1.1 appears again. You told me that this is the normal behavior but it would be nice once the sensors are discovered and you set some values like the name to be able to keep them and not to have to enter them each time. Thanks Emmanuel

bmanos avatar Sep 01 '19 10:09 bmanos

Did you give a name in the MySensors arduino sketch? Because every time a node restart, it or every time a presentation request occurs, it erase the name entered in mycontroller, and if you did not set a name in the sketch, it simply replace it by nothing.

aneantisor avatar Sep 07 '19 06:09 aneantisor

see : https://github.com/mycontroller-org/mycontroller/issues/464

seant100 avatar Sep 26 '19 20:09 seant100

The same here. Using "nameLocked":true in the node properties, successfully lock the node name, but I find no way to lock sensors names.


MyController

Version
    1.5.0
Database schema revision
    1.04.06 - 2018 Dec 04
Database type
    H2 database embedded
Database version
    1.4.194 (2017-03-10)
Git commit:branch
    b4e9a0cc5e911acb0053e27579eb6c7b9850b76c:master
Built on
    2019-12-11T11:29:51+0530
Build JDK
    1.8.0_232
Build tool
    Apache Maven 3.5.4

Java virtual machine specification

VM vendor
    Oracle Corporation
VM name
    Java HotSpot(TM) 64-Bit Server VM
VM version
    1.8.0_251-b08
Java home
    /opt/jdk1.8.0_251/jre

Operating system

Operating system
    Linux
Architecture
    amd64
Version/Kernel
    4.19.0-6-amd64
Location
    /opt/mycontroller/

gothormr avatar Jun 27 '20 00:06 gothormr