• Status>ResourceLogs Discover response.

    Comments & Feedback
    5
    0 Votes
    5 Posts
    276 Views
    skywatchS
    @jkandasa ok- sorry I got confused there for a while!
  • Action on node connected?

    Developers Zone
    3
    0 Votes
    3 Posts
    356 Views
    skywatchS
    That sounds promising - I was thinking of having a 'beacon' node in the car that would turn on outside lights whenever I got within range and it was dark outside. I could also have the controller send any warning messages (like alarm activation) to the car.
  • What have I done now?

    Troubleshooting
    4
    0 Votes
    4 Posts
    279 Views
    skywatchS
    IF it helps at all here are some captures of the resources section..... [image: 1559984146848-r-n.jpg] [image: 1559984146814-r-gw.jpg]
  • 1.3.0 and 400:Bad Request

    Troubleshooting
    16
    0 Votes
    16 Posts
    1k Views
    jkandasaJ
    @skywatch np, this one help you, https://github.com/mycontroller-org/mycontroller/issues/473
  • Topology

    Comments & Feedback
    2
    0 Votes
    2 Posts
    292 Views
    jkandasaJ
    @skywatch Can it be set so default is not checked? No, default it is enabled. Realtime: shows original connection status, used to see a chain of nodes connected if disabled, just link all the nodes to gateway directly
  • Strange graphics error on Windows 10

    Troubleshooting
    3
    0 Votes
    3 Posts
    382 Views
    D
    I did it, but nothing changes. Using Firefox from the same laptop (instead of Chrome) works perfectly.
  • Demo login and password

    Getting Started
    2
    0 Votes
    2 Posts
    397 Views
    jkandasaJ
    @Tomas looks like someone changed it. I have updated in the login page too. Username : demo Password : demo
  • REST API for smart sleep enabled nodes

    General Discussion
    4
    0 Votes
    4 Posts
    320 Views
    jkandasaJ
    @mtiutiu said in REST API for smart sleep enabled nodes: It would be nice to have that working using the sendRawMessage endpoint also. I can open an issue on Github if needed. Yes, please open a ticket. I will check and update you. Thanks!
  • MyController via smartphone

    General
    4
    0 Votes
    4 Posts
    373 Views
    jkandasaJ
    @dr_pub Yes a sort of API is enough and we have APIs already. We are going to restructure our MyControler completely in 2.x version, So I do not want to invest much time with the mobile application for 1.x version 2.x version will come with the mobile application.
  • Arduino IDE 1.8.9 available.

    General
    1
    1 Votes
    1 Posts
    193 Views
    No one has replied
  • 0 Votes
    10 Posts
    645 Views
    skywatchS
    @TomG Thanks - I have a few pi2 running like that as they can't boot from SD, so I know how you do that. I have thoughts on what I can do next, but it is Mothers Day here tomorrow and I will be busy all weekend
  • How to reduce size of file - moquette_store.mapdb.p

    General Discussion
    2
    0 Votes
    2 Posts
    260 Views
    jkandasaJ
    @habartik93 Stop MyController and delete mycontroller/conf/persistent_stores/* director and start MyController. backup of moquette_store.mapdb.p not required. If you are still afraid to delete, take a backup of moquette_store.mapdb.p and delete it then start MyController. If everything goes good. delete your backup file of moquette_store.mapdb.p. it will free up space in your disk.
  • How to install my controller on windows.

    Getting Started
    4
    0 Votes
    4 Posts
    1k Views
    jkandasaJ
    @lukash535 This is a great sharing!!
  • How to set sensor value with javascript

    Developers Zone
    8
    0 Votes
    8 Posts
    3k Views
    D
    Maybe I missed something, but I have fake sensors defined on real nodes, and I update them thru scripts, and I have ack enabled. Everything works fine! The message goes thru the gateway, the node receives it and replies with ack, even if it doesn't anything with it. Is your nose sleeping maybe?
  • set a time delay in java operation

    General Discussion
    4
    0 Votes
    4 Posts
    299 Views
    jkandasaJ
    @Anduril said in set a time delay in java operation: Another minor question: I added Names to my sensors (which were auto-detected during node presentation if that matters), but they get overwritten with for example 74522 TSF:MSG:READ,17-17-0,s=22,c=0,t=23,pt=0,l=0,sg=1: which seems to be the complete serial incoming message for that sensor. Is this know and is there a way to avoid this name-changing? Yes, we have an option to lock the name. Add this property on your node. "lockNode": true For more detail have a look at https://github.com/mycontroller-org/mycontroller/issues/464
  • Ghost Nodes (Eeeek!).

    Comments & Feedback
    20
    0 Votes
    20 Posts
    2k Views
    skywatchS
    @Daniele Thanks for sharing your knowledge. I still use the bootloader that is installed in China, so not the issue for me. I also specify node ID in the sketch to avoid issues with getting it assigned from the GW. I have had a much better experience lately with new quality power supply, but still had a weird crash this week. I woke to find the pi running, activity light flashing as it normally does, but no web page served, no ssh access and no activity light on the SSD. Within a few days I will re-build removing as many dupont connectors as I can and soldering wires instead. It's really the last thing I can think of, but I am seeing things improve which is a good thing!
  • running script?

    General Discussion
    2
    0 Votes
    2 Posts
    251 Views
    jkandasaJ
    @Wieee It may not run as is. We have to check.
  • Get setpoint

    MyControllerDevice (ESP8266)
    2
    0 Votes
    2 Posts
    287 Views
    jkandasaJ
    @BigTretas Can you elaborate your query bit more?
  • gpio shutdown from within mycontroller?

    Developers Zone
    4
    0 Votes
    4 Posts
    382 Views
    jkandasaJ
    @skywatch Do you think it will be an issue with mcagent also running? Could there be a conflict with both python and mcagent trying to access the gpio ports? If you access the same pin from both side(Python and mcagent), it may conflict. Otherwise no issue.
  • Cant get OTA to start

    Troubleshooting
    11
    0 Votes
    11 Posts
    838 Views
    A
    @aliasjim I noticed the MYSbootloader defaults to PA level MAX. When i use this PA level with my nodes in normal operation they don't function eigther. I might try with a bootloader compiled with lower PA level, maybe, just maybe i will get lucky. Now i only need to find someone who is willing to compile it for me