Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. fsgrazzutti
    F
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 21
    • Best 7
    • Groups 0

    fsgrazzutti

    @fsgrazzutti

    7
    Reputation
    3
    Profile views
    21
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Location Olching - BY (DE) Age 58

    fsgrazzutti Follow

    Best posts made by fsgrazzutti

    • RE: Custom widget

      @jkandasa,

      I found a typo in your example : https://<mycontrollerip>:8334/mylib/gauge.min.js
      Using https://<mycontrollerip>:8443/mylib/gauge.min.js it works !

      Congratulations for MyController !

      posted in Dashboard
      F
      fsgrazzutti
    • RE: Weird behaviour on time report

      Hi,

      not really, I sent a request and got 3 replies.

      cause 1:
      I discovered that OpenHab was enabled at the same time even if I removed the gateway from its things (just wanted to give it a try), so I just unistalled it and the problem disappeared.
      For a while...

      cause 2:
      I was using MYSController for real time debugging of my sensors, but without enablig the "RX only" mode.
      Once enabled the RX only mode, the problem disappeared completely.

      So, there's nothing wrong with MyController, but rather a weird scenario caused by me.

      Enabling ACK on both sensors and Mycontroller I could figure out what was going on.

      So, false alarm, sorry !

      Franco.

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: No position or time from MySensors GPS Sensor

      I have some additional information.

      I added a S_INFO child to the GPS sensor and sent the position as text. MyController gets confused again.
      I suspected that the semicolon ; can generate confusion in the parser, so in the text information I changed the semicolon ; with a pipe | separator and the text is reported correctly.
      2020-06-23.png 2020-06-23 (1).png

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa thanks for your kind answer.
      It's what I imagined.
      My use case is: Recreational vehicle equipped with 15-20 nodes to monitor resources like air quality, water, batteries, power supplies and chargers, gas, temperature&humidity, gps, heading and inclination and so on.

      So, it's a Smart Mobile Home !

      I chose to build a display node just because the white background of the web interface does not fit really well (too much light during the night, annoying when you drive. But I would have avoided it if I only could πŸ˜‰ since it's time and nerves consuming, and buy a couple of cheap tablets instead.

      But since I am there, I'd like to keep on using it, so if we could increment it it would be super nice. The same applies to operations and to dashboard, since it'a hard to pick the proper sensor variable when you have about 200 sensor variables, and growing.

      Thanks in advance and keep up the good work !
      Franco.

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa I am using nRF24L01. since the distance is short and there are no RF obstacles.

      Most sensors are base on the Keywish RF-NANO, which is very convenient for non-battery supplied applications.
      The serial gateway itself is just an RF-NANO plugged into the Raspberry Pii where MyController is running.

      So far I've developed:

      with RF-NANO

      1. temperature/humdity sensors
      2. RS485 sensor interfaced with 2 power meters (for inverter and mains)
      3. GPS sensor
      4. water tank level and flow
      5. inclinometer (sleeping and cooking on a inclined plane is no fun).

      with ESP32+nRF

      1. BLE interface to commercial Solar Charger
      2. Wifi interface to commercial Battery Manager
      3. Air Quality Sensor (this works as a Wifi gateway)

      with Arduino Mega + nRF (maybe I'll migrate to ESP32 using WiFi)

      1. touch 3.5" display

      Lights, relays, door locks and alarms to come.

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa it works !
      it is a bit slower than before (30") but it does what I was missing.

      Great job, thank you !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa increasing the memory did it. thanks again !

      posted in Troubleshooting
      F
      fsgrazzutti

    Latest posts made by fsgrazzutti

    • RE: missing tag error on influxdb

      @jkandasa thank you !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: missing tag error on influxdb

      I just added the tag host=mycontroller and now it works, but still I would like to understand why itΒ΄s needed.

      posted in Troubleshooting
      F
      fsgrazzutti
    • missing tag error on influxdb

      hello,
      I just installed influx db on the same RPi where mycontroller runs, just for testing.

      I get this error, no matter which variable I am sending:
      2020-11-12 11:43:01,414 ERROR [mc-th-pool-4] [org.mycontroller.standalone.externalserver.driver.DriverInfluxDB:58] Exception, fan_controller_7_ambient_1_temperature,7_1_temperature value=26 1605177781357000000
      org.influxdb.InfluxDBException$UnableToParseException: unable to parse 'fan_controller_7_ambient_1_temperature,7_1_temperature value=26 1605177781357000000': missing tag value

      this is the settings screenshot
      influxdb settings.PNG

      any help is appreciated.
      Franco

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa increasing the memory did it. thanks again !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa oh good hint. I will try it !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa it works !
      it is a bit slower than before (30") but it does what I was missing.

      Great job, thank you !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa many thanks ! I will try it and report back to you !

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa did you have any chance to look at the list issue ? now the server is installed in the camper and I look forward to visualize the data on the display πŸ™‚

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa I am using nRF24L01. since the distance is short and there are no RF obstacles.

      Most sensors are base on the Keywish RF-NANO, which is very convenient for non-battery supplied applications.
      The serial gateway itself is just an RF-NANO plugged into the Raspberry Pii where MyController is running.

      So far I've developed:

      with RF-NANO

      1. temperature/humdity sensors
      2. RS485 sensor interfaced with 2 power meters (for inverter and mains)
      3. GPS sensor
      4. water tank level and flow
      5. inclinometer (sleeping and cooking on a inclined plane is no fun).

      with ESP32+nRF

      1. BLE interface to commercial Solar Charger
      2. Wifi interface to commercial Battery Manager
      3. Air Quality Sensor (this works as a Wifi gateway)

      with Arduino Mega + nRF (maybe I'll migrate to ESP32 using WiFi)

      1. touch 3.5" display

      Lights, relays, door locks and alarms to come.

      posted in Troubleshooting
      F
      fsgrazzutti
    • RE: Forward payload list too short

      @jkandasa thanks for your kind answer.
      It's what I imagined.
      My use case is: Recreational vehicle equipped with 15-20 nodes to monitor resources like air quality, water, batteries, power supplies and chargers, gas, temperature&humidity, gps, heading and inclination and so on.

      So, it's a Smart Mobile Home !

      I chose to build a display node just because the white background of the web interface does not fit really well (too much light during the night, annoying when you drive. But I would have avoided it if I only could πŸ˜‰ since it's time and nerves consuming, and buy a couple of cheap tablets instead.

      But since I am there, I'd like to keep on using it, so if we could increment it it would be super nice. The same applies to operations and to dashboard, since it'a hard to pick the proper sensor variable when you have about 200 sensor variables, and growing.

      Thanks in advance and keep up the good work !
      Franco.

      posted in Troubleshooting
      F
      fsgrazzutti