Search found 72 matches

by rwblinn
Tuesday 08 October 2024 12:07
Forum: Show your projects
Topic: Homeassistant to Domoticz MQTT Autodiscovery
Replies: 8
Views: 1704

Re: Homeassistant to Domoticz MQTT Autodiscovery

I thought HA already has its own Energy Dashboard for a long time. I saw remarks the Domoticz dashboard was based on the HA dashboard... Yes and using ... but for my Domoticz as Datalogger setup want to store same data, so that is why will use Domoticz Energy Dashboard as well. Think we are good ...
by rwblinn
Tuesday 08 October 2024 11:20
Forum: Show your projects
Topic: Homeassistant to Domoticz MQTT Autodiscovery
Replies: 8
Views: 1704

Re: Homeassistant to Domoticz MQTT Autodiscovery

Hi, thanks again for further info. What I meant is that the two devices created using MQTTAD are listed in the Domoticz Devices List (with hardware MQTTAD Client) but not in the Setup of the Hardware Controller MQTT Auto Discovery Client Gateway (named MQTTAD Client). Exploring the ...
by rwblinn
Monday 07 October 2024 17:39
Forum: Show your projects
Topic: Homeassistant to Domoticz MQTT Autodiscovery
Replies: 8
Views: 1704

Re: Homeassistant to Domoticz MQTT Autodiscovery

Thanks for help = appreciated. Now it is clear how to setup and use MQTTAD. Have updated post #1 accordingly = used the prefix ha2domoticz for the state topics. Please note that the battery device is a solar system battery used to power a house. The Domoticz device General/Percentage is fine for ...
by rwblinn
Monday 07 October 2024 12:15
Forum: Show your projects
Topic: Homeassistant to Domoticz MQTT Autodiscovery
Replies: 8
Views: 1704

Re: Homeassistant to Domoticz MQTT Autodiscovery

Thanks for further clarification. Have corrected the statement. Not clear what you mean by: "It is better to have the state and set topics not in the same topic as the AD topic as it can cause confusion for Domoticz finding the config topics." Could you share another example? What is advised to use ...
by rwblinn
Monday 07 October 2024 11:21
Forum: Show your projects
Topic: Homeassistant to Domoticz MQTT Autodiscovery
Replies: 8
Views: 1704

Homeassistant to Domoticz MQTT Autodiscovery

Hi All, Sharing my experience of receiving data from Home Assistant (HA) into Domoticz using MQTT Autodiscovery (MQTTAD). Purpose To send data from HA to Domoticz for historical data logging. Example logging the HA entity Solar Battery Charge State (0-100%). Background After using Domoticz for ...
by rwblinn
Saturday 10 February 2024 12:25
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20240210 See post #1 ( GitHub ). NEW: Project ESP32CYD - ESP32 Cheap Yellow Display first prototype. Project ESP32CYD This project is a first attempt to create an ESP32 Cheap Yellow Display solution programmed with MicroPython. From the MicroPython projects created so far, this one has been ...
by rwblinn
Tuesday 30 January 2024 10:49
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20240130 See post #1 ( GitHub ). NEW: Project LCD114 - LCD display 1.14 inch 240x135 resolution + Joystick & User Keys acting as Domoticz Mini Controller for selective Domoticz devices. UPD: Appendix > Hints. This project explores how to connect and use the Waveshare Pico-LCD-1.14. This is a ...
by rwblinn
Thursday 25 January 2024 18:18
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

If you can help me great To get to the basics of the Raspberry Pi Pico/Pico W and MicroPython recommend, the documentation provided by the Raspberry Pi foundation. I have used that to get going. First getting-started-with-the-pico followed by get-started-pico-w then ready to start with MicroPython ...
by rwblinn
Tuesday 23 January 2024 10:29
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

MMm what do i need for ble hardware devcice to run ble on the pico? Or is in the pico everything i need? The Pico W supports Bluetooth Classic and Bluetooth Low Energy (BLE). No additional components required. See the Raspberry Pi announcement: https://www.raspberrypi.com/news/new-functionality ...
by rwblinn
Monday 22 January 2024 11:31
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20240122 See post #1 ( GitHub ). NEW: Project LCD480x320 - LCD display 3.5-inch 480x320 resolution displaying selective Domoticz device data via Domoticz HTTP API/JSON. UPD: Minor changes. The project LCD480x320 purpose is to explore how to connect and use an LCD 3.5-inch display with ...
by rwblinn
Monday 15 January 2024 13:10
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

I do not have Apple AirTags but found info on the OpenMQTTGateway forum. With that, expect the BLE Scanner will find Apple AirTags. If you have some, give a try with the command python blescanner.py -a 1 and check the key advertisementdata. Approach: Turn Airtag(s) off Run BLE Scanner and copy ...
by rwblinn
Monday 08 January 2024 10:45
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20240108 See post #1 ( GitHub ). NEW: Project PICOACT - Bluetooth Low Energy Environment (BLE) Actuator publishing pushbutton state to Domoticz using MQTT Auto Discovery. NEW: Project BLE Scanner - Tool (Python3) to scan for BLE devices and return a JSON object (array) with device data. UPD ...
by rwblinn
Wednesday 27 December 2023 11:22
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20231227 See post #1 ( GitHub ). NEW: Project PICOES - Bluetooth Low Energy Environment (BLE) Sensor publishing to Domoticz using MQTT Auto Discovery. UPD: Minor changes. The project PICOES purpose is to create a Bluetooth Low Energy (BLE) environment sensor using the Raspberry Pi Pico W ...
by rwblinn
Saturday 11 November 2023 18:16
Forum: Other questions and discussions
Topic: Domoticz and MicroPython
Replies: 4
Views: 1015

Re: Domoticz and MicroPython

Nice write-up. Thanks. As FYI started earlier this year exploring the Raspberry Pi Pico W with Domoticz. https://www.domoticz.com/forum/viewtopic.php?t=40244 Currently working on a (just-for-fun) Make project, Lighthouse65, using bricks, with actuators and sensors connected to the Pico W webserver ...
by rwblinn
Monday 05 June 2023 19:03
Forum: Show your projects
Topic: Domoticz Homematic IP Workbook
Replies: 5
Views: 4629

Re: Domoticz Homematic IP Workbook

Update 20230605 See post #1. NEW: Function Custom Pages - Various jQuery DataTables embedded in Domoticz custom pages, like device statelist, devicelist, statelist, roomlist. NEW: Function Pluggable Switch and Meter (HmIP-PSM) - PSM Switch, PSM Power & Energy, PSM Power Monitor. NEW: Function ...
by rwblinn
Wednesday 17 May 2023 16:03
Forum: MQTT Auto Discovery
Topic: New Setup Feature for MQTT Autodiscover in 2023.1 Beta
Replies: 8
Views: 2529

Re: New Setup Feature for MQTT Autodiscover in 2023.1 Beta

Thanks for clarity on the component type number. Performed a test with component type number: MQTT-AD Configuration & State Message mosquitto_pub -r -h localhost -p 1883 -t "domoticz/number/sensorGardenH/config" -m '{"name": "Garden Hum 2", "device_class": "humidity", "state_topic": "domoticz/number ...
by rwblinn
Wednesday 17 May 2023 14:39
Forum: MQTT Auto Discovery
Topic: New Setup Feature for MQTT Autodiscover in 2023.1 Beta
Replies: 8
Views: 2529

Re: New Setup Feature for MQTT Autodiscover in 2023.1 Beta

No devices listed although added to Domoticz. Raspberry Pi 4B, Domoticz 2023.1 Build 15234 BETA. Please advice what is missing in the MQTT configuration. Ran mqtt_ad_record.sh with output mqtt_ad_record_all.log: 2023-05-17T14:23:55+0200 1 domoticz/sensor/sensorGardenT/config {"name": "Garden Temp ...
by rwblinn
Tuesday 16 May 2023 18:08
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20230517
See post #1.
  • NEW: Project Distance Sensor HC-SR04 HTTP API/JSON.
  • NEW: Project Distance Sensor HC-SR04 MQTT Auto Discovery.
  • NEW: Project IKEA VINDRIKTNING Air Quality sensor with several solutions.
  • UPD: Minor changes.
by rwblinn
Saturday 06 May 2023 18:45
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Update 20230506
See post #1.
  • NEW: Project Stepper Motor with several solutions Selector Switch Angle Move, Blind Simulation, Timer Run Stop.
  • UPD: Minor changes.
by rwblinn
Friday 28 April 2023 20:09
Forum: Show your projects
Topic: Domoticz MicroPython Projects
Replies: 20
Views: 12283

Re: Domoticz MicroPython Projects

Nice project.. Thanks. Will try to get my Sunblinds working with a stepper motor So the blinds, blinds the sun when in am in the bathroom, And when i a am not, the blinds ging to open. So the sun can heat my Bathroom:-) Added to my ToDo list the project Stepper Motor. This project will use (again ...