Browsed by
Author: bill

ESPhome pulse counter

ESPhome pulse counter

time: – platform: homeassistant on_time: – seconds: 0 minutes: 0 hours: 0 then: – sensor.integration.reset: total_turns sensor: – platform: pulse_counter pin: 12 id: turns – platform: integration name: “Daily Turns” sensor: turns time_unit: min

New LoraWAN GPS Concentrator

New LoraWAN GPS Concentrator

www.dragino.com/products/lora/item/149-lora-gps-hat.html Features: Support Raspberry Pi 3B/3B+/4 Up to -142.5dBm sensitivity with SX1257 Tx/Rx front-end 70 dB CW interferer rejection at 1 MHz offset Able to operate with negative SNR, CCR up to 9dB Emulates 49x LoRa demodulators and 1x (G)FSK demodulator Dual digital TX&RX radio front-end interfaces 10 programmable parallel demodulation paths Dynamic data-rate (DDR) adaptation GPS Module to provide timestamp and location info

LoraWAN TTN Mapper

LoraWAN TTN Mapper

ttnmapper.org/ github.com/ricaun/esp32-ttnmapper-gps // Set up the channels used by the Things Network, which corresponds // to the defaults of most gateways. Without this, only three base // channels from the LoRaWAN specification are used, which certainly // works, so it is good for debugging, but can overload those // frequencies, so be sure to configure the full frequency range of // your network here (unless your network autoconfigures them). // Setting up channels should happen after LMIC_setSession, as that //…

Read More Read More

Moes QS-WiFi-D01 Dimmer

Moes QS-WiFi-D01 Dimmer

This device can currently be flashed to tasmota with Tuya-convert. The advice on blakadder.github.io/templates/qs-wifi_D01_dimmer.html was great and suggested compiling tasmota with scripting and setting up the following script to get the dimming working gist.github.com/thxthx0/c22555f6ec25c3367264729a0ff74dce#file-wifi-dimmer-script-txt Once the device is all setup correctly a command can be issued via the Tasmota console to make it appear in Home Assistant, Enables MQTT discovery: SetOption19 1 Light brightness can now be fully controlled

Home Assistant: Fix the entity IDs for zigbee2mqtt devices

Home Assistant: Fix the entity IDs for zigbee2mqtt devices

New Zigbee devices might get setup in Home Assistant before you get a chance to setup friendly names in the zigbee2mqtt config file: /home/user/docker/hassio/share/zigbee2mqtt/devices.yaml If this happens a fix is as follows: stop home assistant clear the incorrect entities from: /home/user/docker/hassio/homeassistant/.storage/core.entity_registry restart home assistant and the zigbee2mqtt devices should now be in home assistant with the correct friendly entity IDs

Flashing an ESP32

Flashing an ESP32

Module is an WEMOS LOLIN32 v1.0.0 pip install esptool esptool -p COM4 erase_flash ## Testing Flashing Micropython esptool -p COM4 –baud 460800 write_flash -z 0x1000 esp32-idf4-20191102-v1.11-549-gf2ecfe8b8.bin

CC2531 Zigbee

CC2531 Zigbee

The CC2531 is a complete ZigBee / IEEE 802.15.4 transceiver bundled with an 8051 CPU and an USB interface on one chip. s.click.aliexpress.com/e/8TaxhkU github.com/Koenkk/Z-Stack-firmware/blob/master/coordinator/Z-Stack_3.0.x/bin/CC2531_20190425.zip www.ti.com/tool/FLASH-PROGRAMMER CC Debugger Zigbee Emulator Supportwww.ebay.co.uk/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=CC+Debugger&_sacat=0 www.gadget-freakz.com/zigbee-in-home-assistant-with-zigbee2mqtt/ Parts:www.ebay.co.uk/itm/CC2531-Analyzer-Module-Stable-Sniffer-Protocol-Wireless-USB-Interface-For-Zigbee/163911036662 www.ebay.co.uk/itm/CC2531-Sniffer-Protocol-Analyzer-USB-Dongle-BTool-Downloader-for-Zigbee/372750840596 www.ebay.co.uk/itm/CC-Debugger-and-Programmer-Downloader-for-RF-System-on-Chips-Fast-UK-Shipping/163891479384

Lora, ESP32 + MicroPython

Lora, ESP32 + MicroPython

LSN50 -Waterproof Long Range Wireless LoRa Sensor Nodedwmzone.com/en/dragino/536-1604-lsn50-waterproof-long-range-wireless-lora-sensor-node.html#/22-center_frequency-868mhz Heltec ASR650x-based ( ARMĀ® Cortex M0+ Core and SX1262 ) heltec.org/project/htcc-ab01/ ( 3.5uA ) heltec.org/project/htcc-am01/ ( 3.5uA ) github.com/HelTecAutomation/ASR650x-Arduino/blob/master/PinoutDiagram/HTCC-AM01.pdf github.com/HelTecAutomation/ASR650x-Arduino ESP32-PICO + SX1276 module heltec.org/project/wireless-stick-lite/ ( 30uA ) heltec.org/project/wireless-shell/ ( 10uA ) docs.heltec.cn/download/wireless_shell_reference_hardware_design.pdf github.com/Heltec-Aaron-Lee/WiFi_Kit_series/files/3469714/Sleep.test.Panda.Board.txt www.aliexpress.com/item/33030551325.html github.com/Heltec-Aaron-Lee/WiFi_Kit_series/tree/master/esp32/libraries/ESP32/examples/DeepSleep/ExternalWakeUp TTGO 868MHz/915MHz SX1276 ESP32 LoRa 0.96 Inch Blue OLED Display Bluetooth WIFI Lora Kit 32 Module IOT Board for Arduinowww.aliexpress.com/item/32840258107.html MicroPython firmware port with lots includedgithub.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki github.com/aizukanne/ESP32-micropython-lora github.com/mallagant/uLoRaWAN github.com/pycom/pycom-micropython-sigfox www.hackster.io/search?i=projects&q=lorawan