mycontroller-v1-legacy
mycontroller-v1-legacy copied to clipboard
The Open Source Controller
It would be nice to have a configurable "timeout" on sensors variables (or maybe even at node level) and automatically void variable value after that timeout. The idea is: I...
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...
Source: https://forum.mycontroller.org/topic/143/no-position-or-time-from-mysensors-gps-sensor/7 I ran into the same issue. the format is correct and the serial gateway receives and acknowledge correctly: ``` 130199 TSF:MSG:SEND,12-12-0-0,s=1,c=1,t=49,pt=0,l=23,sg=1,ft=0,st=OK:xx.229702;xx.345557;502 130223 TSF:MSG:READ,0-0-12,s=1,c=1,t=49,pt=0,l=23,sg=0:xx.229702;xx.345557;502 ``` I have edited the...
I get this error 2020-05-04 18:56:15,612 ERROR [Thread-27] [org.mycontroller.standalone.gateway.serial.SerialDataListenerjSerialComm:201] Exception, RawMessage:[20;25;Alecto V1;ID=0005;WINDIR=0008;WINGS=0005;BAT=OK;\r] java.lang.NumberFormatException: Infinite or NaN at java.math.BigDecimal.(BigDecimal.java:898) at java.math.BigDecimal.(BigDecimal.java:875) at org.mycontroller.standalone.utils.McUtils.getDoubleAsString(McUtils.java:106) at org.mycontroller.standalone.utils.McUtils.getDoubleAsString(McUtils.java:117) at org.mycontroller.standalone.provider.rflink.RFLink.getPayload(RFLink.java:112) at org.mycontroller.standalone.provider.rflink.RFLink.getPayload(RFLink.java:116) at org.mycontroller.standalone.provider.rflink.MessageParserRFLink.get(MessageParserRFLink.java:198)...
Java 11
I tried running MyController with Java 11 and I think the startup script should include flags to disable forbidden reflection or not reflect like that: ``` [Wed Nov 07 17:26:49...
For example `03:27:36.187 [main] ERROR org.mycontroller.standalone.AppProperties - Unable to create directory location: /var/www/html/_configurations` should probably be FATAL because it's a showstopper to the operation of mycontroller. Thanks again for the...
Hello, Is it possible to add gigajoule (GJ) as unit? Perhaps to make thins nicer also Megajoule (MJ) and Joule (J) it self? I'm not sure if i can add...
Refer : https://forum.mycontroller.org/topic/146/how-to-set-sensor-value-with-javascript/6 I have "virtual"/"fake" sensor variables which calculate percentage and litres based on the distance sent. I need to be able set those in javascript without MyController sending...
Will it be possible to add the following units of measure to the variables: Water Flow : m^3/h (cubic meter per hour) and l/h (liter per hour) and Kl/h (kilo...
Hi, I noticed that I receive timeouts when reloading a page at random, after inspecting this issue I found that this code is still present and active even when disabling...