I do have all the parts and managed to flash the Board wiht a binary for IR-Gateway.
What exaclty do i have to do to get this running?
Is there a completely finished binary to flash or do i have to tell the board that i connected a HCSR501 via some config stuff?
I cant find anything in the documentation, talking especially about using openMQTTGateway in Sensor-Configuration and how to trim it especially for a certain sensor
My guess is, that all of you guys have knowledge about how to deal with these boards and im an absolute newbie
Sorry if i did miss something in the documentation
Great that you got it working with your custom environment, but I’m not sure you would need to use the env:nodemcuv2-pilight environment as a basis to extend with your HCSR501, as it doesn’t sound like you’re using any RF/pilight connectivity/functionality with your ESP8266.
So a custom environment with just the basic ESP8266 functionality plus the HCSR501 relevant additoons would be enough.
If and how you want to customise your Base_Topic is really up to you, but you might want to leave it at the default, especially if you possibly will add more OpenMQTTGateways to your setup in the future, and also depending on which controller you are using
The easiest way to see what is minimally needed for an ESP8266 environment, is to have a look what all/most of the existing nodemcuv2 environments have in common, and what is different depending on their functionality.
With libraries.fastled not really needed for your project, but libraries.esp8266_mdns making it nicer for accessing on your network, especially if and when you might want to do local OTA updates.