Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. pansen
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by pansen

    • pansen

      Howto use myscontroller from node-red-contrib-mysensors?
      Node-RED • • pansen  

      3
      0
      Votes
      3
      Posts
      873
      Views

      tbowmo

      @pansen FYI, I just released a small bug fix for the mysensors node-red module.. So now it should show the correct node ID's in the controller view.
    • pansen

      [SOLVED] MQTT message does not show (MySensors on ESP8266)
      Troubleshooting • • pansen  

      4
      0
      Votes
      4
      Posts
      1599
      Views

      pansen

      @gohan said in MQTT message does not show (MySensors on ESP8266): Have you considered using easy esp or other similar firmware? Esay esp won't work for me since it depends on the Arduino IDE but I am using platform.io. Any incentives to change? @Yveaux said in MQTT message does not show (MySensors on ESP8266): @pansen said in MQTT message does not show (MySensors on ESP8266): mosquitto_sub -h localhost -t Sonoff-Out Try subscribing to all topics starting with the Sonoff-Out prefix, using a wildcard, and see if that makes a difference: mosquitto_sub -h localhost -t Sonoff-Out/# That was it, thanks! 0 1 0 1 0 1 2.1.1 Sonoff PIR Switch 1.1 0 edit: and some verbose output for completeness: x@x:~$ mosquitto_sub -h localhost -v -t Sonoff-Out/# Sonoff-Out/0/73/1/0/2 1 Sonoff-Out/0/73/1/0/2 0
    • pansen

      S_RGBW appearing with V_VAR1 etc instead V_RGBW
      Troubleshooting • • pansen  

      1
      0
      Votes
      1
      Posts
      618
      Views

      No one has replied

    • pansen

      Nice cases/housings for projects
      Enclosures / 3D Printing • • pansen  

      3
      0
      Votes
      3
      Posts
      2465
      Views

      pansen

      Thanks, IKEA is indeed a good inspiration source!
    • pansen

      lm2596 + LED + Arduino PWM
      Troubleshooting • • pansen  

      5
      0
      Votes
      5
      Posts
      3614
      Views

      pansen

      @mfalkvidd: I just finished version 2 of a prototype, when It is working like I want I will present it in the "Projects" subforum
    • pansen

      Noob questions: MQTT, openhab, Orange Pi, Arduino
      OpenHAB • • pansen  

      3
      0
      Votes
      3
      Posts
      2922
      Views

      pansen

      Thanks @LastSamurai, indeed I only needed to restart the node to see the message. Turns out directly connecting the nrf24 via SPI acts like an Ethernet gateway listening on all interfaces on port 5003. (This information was new to me). Regarding MQTT: I tried Openhab, but it did not work out of the box with the Ethernet gateway, so I quickly tried domoticz and the SPI-nrf24 worked straight away. Could I have domoticz and OpenHAB (for my 5.1 receiver) running at the same time and communicating via MQTT? Regarding internet access: No, I actually do not want to expose any actuators but maybe sensors (HVAC, alarms). But this is low prio.
    • pansen

      Use dev branch in controller, release for nodes?
      Development • • pansen  

      3
      0
      Votes
      3
      Posts
      928
      Views

      pansen

      thanks @mfalkvidd , I'll post again if I run into problems!