├── .gitattributes ├── Display last Linux logins.txt ├── FritzBoxCalllist.txt ├── FritzBoxCalllist_improved.txt ├── LICENSE ├── README.md ├── View IP Cam Images in Dashboard.txt ├── evaluate_MPR121.txt └── snippets ├── detect_device_presence_via_ping.json ├── espeasy └── control_gpios_of_esp_easy_device.json ├── fridge_door_monitoring_by_energy_consumption.json ├── fritz_box_control_dect_200_socket.json ├── fritz_box_control_dect_500_light_bulb.json ├── fritz_box_control_dect_thermostat_heater.json ├── fritz_box_read_dect_repeater_temperature.json ├── httpCall2mqtt_bridge_example.json ├── nodered ├── mpr121_evaluation_via_nodered.json └── rcwl_motion_sensor_evaluation_via_nodered.json ├── nodered_automatic_frostwarning_push_message.json ├── nodered_public_ip_via_pushover_message.json ├── nodered_simple_pushover_message.json ├── pushbullet_notification_at_ssh_login.json ├── pxlBlck_pbbar_command_nodeRed_control_example.json ├── read_raspberry_pi_cpu_serialnumber.json ├── simple_servo_butterfly_valve_control.json ├── sma_devices ├── sma_home_manager_data_retrieval.json ├── sma_inverter_data_retrieval.json └── sma_wallbox_data_retrieval.json ├── spotify_control.json ├── switch_monitor_state_raspberryPi.json ├── tankerkoenig_api_retrieval.json ├── zigbee └── zigbee_ikea_fyrtur_roller_blind_e1757.json ├── zigbee_clima_sensor_ts0201_read.json ├── zigbee_e1744_volume_remote.json ├── zigbee_ikea_STYRBAR_button.json ├── zigbee_ikea_tradfri_E1603_E1702_E1708_outlet.json ├── zigbee_ikea_tradfri_e1525_e1745_motion_sensor.json ├── zigbee_ikea_tradfri_e1743_dimmer.json ├── zigbee_ikea_tradfri_shortcut_btn_E1812_dimmer2.json ├── zigbee_sonoff_SNZB-03_motion_sensor.json ├── zigbee_tyua_4x_TS0044_button.json └── zigbee_xiaomi_aqara_MCCGQ11LM_door_window_sensor.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/.gitattributes -------------------------------------------------------------------------------- /Display last Linux logins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/Display last Linux logins.txt -------------------------------------------------------------------------------- /FritzBoxCalllist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/FritzBoxCalllist.txt -------------------------------------------------------------------------------- /FritzBoxCalllist_improved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/FritzBoxCalllist_improved.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/README.md -------------------------------------------------------------------------------- /View IP Cam Images in Dashboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/View IP Cam Images in Dashboard.txt -------------------------------------------------------------------------------- /evaluate_MPR121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/evaluate_MPR121.txt -------------------------------------------------------------------------------- /snippets/detect_device_presence_via_ping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/detect_device_presence_via_ping.json -------------------------------------------------------------------------------- /snippets/espeasy/control_gpios_of_esp_easy_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/espeasy/control_gpios_of_esp_easy_device.json -------------------------------------------------------------------------------- /snippets/fridge_door_monitoring_by_energy_consumption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/fridge_door_monitoring_by_energy_consumption.json -------------------------------------------------------------------------------- /snippets/fritz_box_control_dect_200_socket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/fritz_box_control_dect_200_socket.json -------------------------------------------------------------------------------- /snippets/fritz_box_control_dect_500_light_bulb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/fritz_box_control_dect_500_light_bulb.json -------------------------------------------------------------------------------- /snippets/fritz_box_control_dect_thermostat_heater.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/fritz_box_control_dect_thermostat_heater.json -------------------------------------------------------------------------------- /snippets/fritz_box_read_dect_repeater_temperature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/fritz_box_read_dect_repeater_temperature.json -------------------------------------------------------------------------------- /snippets/httpCall2mqtt_bridge_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/httpCall2mqtt_bridge_example.json -------------------------------------------------------------------------------- /snippets/nodered/mpr121_evaluation_via_nodered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/nodered/mpr121_evaluation_via_nodered.json -------------------------------------------------------------------------------- /snippets/nodered/rcwl_motion_sensor_evaluation_via_nodered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/nodered/rcwl_motion_sensor_evaluation_via_nodered.json -------------------------------------------------------------------------------- /snippets/nodered_automatic_frostwarning_push_message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/nodered_automatic_frostwarning_push_message.json -------------------------------------------------------------------------------- /snippets/nodered_public_ip_via_pushover_message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/nodered_public_ip_via_pushover_message.json -------------------------------------------------------------------------------- /snippets/nodered_simple_pushover_message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/nodered_simple_pushover_message.json -------------------------------------------------------------------------------- /snippets/pushbullet_notification_at_ssh_login.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/pushbullet_notification_at_ssh_login.json -------------------------------------------------------------------------------- /snippets/pxlBlck_pbbar_command_nodeRed_control_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/pxlBlck_pbbar_command_nodeRed_control_example.json -------------------------------------------------------------------------------- /snippets/read_raspberry_pi_cpu_serialnumber.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/read_raspberry_pi_cpu_serialnumber.json -------------------------------------------------------------------------------- /snippets/simple_servo_butterfly_valve_control.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/simple_servo_butterfly_valve_control.json -------------------------------------------------------------------------------- /snippets/sma_devices/sma_home_manager_data_retrieval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/sma_devices/sma_home_manager_data_retrieval.json -------------------------------------------------------------------------------- /snippets/sma_devices/sma_inverter_data_retrieval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/sma_devices/sma_inverter_data_retrieval.json -------------------------------------------------------------------------------- /snippets/sma_devices/sma_wallbox_data_retrieval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/sma_devices/sma_wallbox_data_retrieval.json -------------------------------------------------------------------------------- /snippets/spotify_control.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/spotify_control.json -------------------------------------------------------------------------------- /snippets/switch_monitor_state_raspberryPi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/switch_monitor_state_raspberryPi.json -------------------------------------------------------------------------------- /snippets/tankerkoenig_api_retrieval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/tankerkoenig_api_retrieval.json -------------------------------------------------------------------------------- /snippets/zigbee/zigbee_ikea_fyrtur_roller_blind_e1757.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee/zigbee_ikea_fyrtur_roller_blind_e1757.json -------------------------------------------------------------------------------- /snippets/zigbee_clima_sensor_ts0201_read.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_clima_sensor_ts0201_read.json -------------------------------------------------------------------------------- /snippets/zigbee_e1744_volume_remote.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_e1744_volume_remote.json -------------------------------------------------------------------------------- /snippets/zigbee_ikea_STYRBAR_button.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_ikea_STYRBAR_button.json -------------------------------------------------------------------------------- /snippets/zigbee_ikea_tradfri_E1603_E1702_E1708_outlet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_ikea_tradfri_E1603_E1702_E1708_outlet.json -------------------------------------------------------------------------------- /snippets/zigbee_ikea_tradfri_e1525_e1745_motion_sensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_ikea_tradfri_e1525_e1745_motion_sensor.json -------------------------------------------------------------------------------- /snippets/zigbee_ikea_tradfri_e1743_dimmer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_ikea_tradfri_e1743_dimmer.json -------------------------------------------------------------------------------- /snippets/zigbee_ikea_tradfri_shortcut_btn_E1812_dimmer2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_ikea_tradfri_shortcut_btn_E1812_dimmer2.json -------------------------------------------------------------------------------- /snippets/zigbee_sonoff_SNZB-03_motion_sensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_sonoff_SNZB-03_motion_sensor.json -------------------------------------------------------------------------------- /snippets/zigbee_tyua_4x_TS0044_button.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_tyua_4x_TS0044_button.json -------------------------------------------------------------------------------- /snippets/zigbee_xiaomi_aqara_MCCGQ11LM_door_window_sensor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nerdiyde/NodeRedSnippets/HEAD/snippets/zigbee_xiaomi_aqara_MCCGQ11LM_door_window_sensor.json --------------------------------------------------------------------------------