Remove saved battery information.
-
Hi,
One of my nodes sent a battery level by mistake. Since this time there is a little battery icon on the node list.
The node doesn't send battery level, as is not battery powered.How can I remove battery information from the node record?
I don't want to remove the node completely and install it again, as it is used on dashboards, actions, and forwarding.Thanks.
-
@Radi-M See if this helps you......
https://forum.mycontroller.org/topic/360/remove-variable-type-without-deleting-sensor
Ah, I just realised that battery level is not a 'sensor' in the usual respect. I had a look but I can't figure it out either!
-
@Radi-M said in Remove saved battery information.:
I don't want to remove the node completely and install it again, as it is used on dashboards, actions, and forwarding.
I got exactly the same issue.
I also tried connecting to the H2 database to see if I could find a table storing this info, but with no luck: I can connect but cannot see any table in the database.@jkandasa could you give us a hint on this?
-
@Daniele can you list the commands that you used?
Most of the time I do mistake on database path.
can you follow this? https://forum.mycontroller.org/topic/18/forgotten-password/2 -
@jkandasa than you for pointing my to that discussion!
I tried with that syntax, but the error I receive is :
SQL Exception: No suitable driver found for mycontroller
By the way, in that folder the db file seems to be called mycontroller.mv.db and not simply mycontroller, is this correct? -
@Daniele Yes, it is calling mycontroller.mv.db.
I tried with that syntax, but the error I receive is :
SQL Exception: No suitable driver found for mycontrollerI try this locally and let you know.