Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
hoegaarden_bierH

hoegaarden_bier

@hoegaarden_bier
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 💬 FOTA (Wireless Programming)
    hoegaarden_bierH hoegaarden_bier

    Not sure what I am doing wrong here,... I followed the instructions for bootloader MYSController using an 'Arduino as ISP',... now when trying eg. the Blink sketch, I see that it takes about 10 seconds before it starts and after some 'blinks' it seems to miss some 'blinks',... any suggestions what might be wrong? The normal optiboot seems to work fine...

    Announcements wireless update over the air sensebender fota firmware over the air wireless programming

  • Wireless nRF24L01+ sniffer for MySensors
    hoegaarden_bierH hoegaarden_bier

    Is there anyone who has the Wireshark dissectors for the latest 1.5 api?
    Mine is complaining about "The Procedure entry point tvb_length could not be located in the DLL library libwireshark.dll"

    Development omg sniffer wireshark nrf24l01+

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    Question:

    When my sensor node does a 'requestTime', what time (epoch) does it send back?
    Is this UTC, localtime????

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    Hey,
    I'll be adding my defects on github as well :)
    Thx for the quick responses, you must be close to my timezone or work very late/early;

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    Question,...
    What makes the status of a NODE (under node details) go down?

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    @jkandasa
    Thx, that works :)

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    When trying to uploading a Firmware , I create a version + type , then try to upload a firmware file (eg. BLINK.ino sketch ), I get an error

    2016-03-01 21:43:32,002 ERROR [Acme.Utils.ThreadPool(8)-PooledThread: Acme.Serve.Serve$ServeConnection@5f12cf] [org.mycontroller.standalone.api.jaxrs.exception.mappers.ApplicationExceptionMapper:41] ApplicationException,
    org.jboss.resteasy.spi.ApplicationException: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:152) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:236) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher.service(TJWSServletDispatcher.java:40) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at Acme.Serve.Serve$ServeConnection.runServlet(Serve.java:2328) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at Acme.Serve.Serve$ServeConnection.parseRequest(Serve.java:2282) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at Acme.Serve.Serve$ServeConnection.run(Serve.java:2054) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at Acme.Utils$ThreadPool$PooledThread.run(Utils.java:1402) [mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at java.lang.Thread.run(Thread.java:744) [na:1.8.0]
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
    	at java.lang.String.substring(String.java:1950) ~[na:1.8.0]
    	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.getFirmware(FirmwareUtils.java:75) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.updateFirmwareFromHexString(FirmwareUtils.java:50) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.mycontroller.standalone.mysensors.firmware.FirmwareUtils.createFirmware(FirmwareUtils.java:161) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at org.mycontroller.standalone.api.jaxrs.FirmwareHandler.createFirmware(FirmwareHandler.java:211) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0]
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0]
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0]
    	at java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0]
    	at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139) ~[mycontroller-standalone-0.0.3-alpha1-SNAPSHOT-single.jar:na]
    	... 15 common frames omitted
    

    This is the way it should work not?

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    When sensor does not have a 'name' (resources-Sensor-sensor details) ,
    it shows as eg. 'null-Humidity' in the dashboard (mixed sensors graph).

    Maybe just show '-Humidity' ignore the null.

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    @jkandasa

    Also here "Use intractive guide line" => "Use interactive guide line

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    I noticed that when graphing data in dashboard (mixed sensors graph) for sensors that send data at different intervals (eg 1=5min;2=1min) that the graph and the interactive guide line is showing something what I think is the epoch time and the marker dots do not align (only at start of graph).
    Turning off the checkbox ( Use intractive guide line) resolves the issue.

    MyController.org mycontroller.org

  • beta testers required for MyController 0.0.3-alpha1 release
    hoegaarden_bierH hoegaarden_bier

    Some typos in English language when adding a widget:
    Do a search on ' grpahica' => 'graphical'

    MyController.org mycontroller.org

  • MyController.org - 0.0.3-alpha1 released
    hoegaarden_bierH hoegaarden_bier

    Very nice work!!!!!!!!!

    I found this controller yesterday ( used Openhab before),
    downloaded it last night (before you released it a few hours later),
    compiled it and it worked almost out of the box on my Raspberry Pi,...

    I am loving it already....
    So easy to use with the mysensors,... only had to install the RF24 module on my raspberry pi and the Mycontroller hooked right into it,....

    Great work,... definitely will be using this and helping out where I can!!!

    Wim

    MyController.org new mycontroller.org controller release

  • Using mqttGateway2.pl for Serial to MQTT on RaspberryPI
    hoegaarden_bierH hoegaarden_bier

    thanks for the response, unfortunately I am running the Openhab on my raspberry so switching to linux is not an option....

    General Discussion

  • Using mqttGateway2.pl for Serial to MQTT on RaspberryPI
    hoegaarden_bierH hoegaarden_bier

    I am having the same problem when sending the response back to the node over MQTT.
    My mqttGateway2.pl crashes and gets in a infinite loop:
    Anyone got a sollution for this problem?

    20160216-21:38:05 TX: [10;10;1;0;24;1 ] fr=010 ci=010 c=C_SET st=V_VAR1 noack '1' -> Publish to gateway '/mySensors/10/10/V_VAR1':'1'
    20160216-21:38:05 Exception: Filehandle GEN0 opened only for input at /usr/local/lib/arm-linux-gnueabihf/perl/5.20.2/AnyEvent/Handle.pm line 966.

    20160216-21:38:05 Restarting...
    20160216-21:38:05 .
    20160216-21:38:05 .
    20160216-21:38:05 trying to restore subscriptions
    20160216-21:38:05 Restoring previous subscriptions:
    20160216-21:38:05 Exception: Filehandle GEN0 opened only for input at /usr/local/lib/arm-linux-gnueabihf/perl/5.20.2/AnyEvent/Handle.pm line 2308.

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular