Need help with initial setup :(
-
Hi there,
I'm lost with my setup:
- Gateway: Nodemcu
- Client: Pro Mini
Both have an Adafruit RFM69HCW see here
According to the Adafruit samples the boards need to be reset, which I'm doing.The first try delivers a lot of output which I cannot really decode yet,
it seems as if they are not talking to each other, but I'm not sure if that's correct and what
all the messages mean.The output as well as code is here: https://gist.github.com/solars/920dd3151356f6c5795169a36bb01d9a
Could anyone please help me getting started with mysensors?
-
With auto you need a controller that provides it, and since usually it's not the case, you'd better specify the node ID
-
I don't see any ID set in the log: try running the clear eeprom sketch and run your code again, otherwise you could try run your gateway with ethernet instead of MQTT and connect MySController with auto ID enabled and see if it assigns the ID to the node; once assigned the node will store the ID in eeprom and should not forget it.
-
if I read the logs correctly, the gateway is actually receiving something. Try to use the GatewayEsp8266 sketch, connect the myscontroller to it and power on the node
This post is deleted! -
if I read the logs correctly, the gateway is actually receiving something. Try to use the GatewayEsp8266 sketch, connect the myscontroller to it and power on the node