ePrivacy and GPDR Cookie Consent by TermsFeed Generator OpenHAB - SmartHome | DomoticsDuino - Computer engineer, Smart Home / OpenHAB, Flight Sim and others...
OpenHAB - SmartHome (256 posts)

OPENHAB 4: Part 2 - Integrating my Light and Rain Sensors with MQTT and TASMOTA - VIDEO

In this second part of the integration process of the light and rain sensors that we saw in the previous videos, connected to the SONOFF via ADS1115 and serial port, we go deeper into the creation of OpenHAB objects (things, channel, items) via MQTT integration.

As we saw in the previous videos, the data comes from a SONOFF 4ch with TASMOTA firmware via MQTT protocol, connected to the sensors via serial port and ADS1115 analog / digital converter, using the I2C protocol; this configuration allows you to acquire analog values ​​on digital pins, very useful for devices that do not have analog inputs or that do not have enough of them.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: Part 1 - Integrating my Light and Rain Sensors with MQTT and TASMOTA - VIDEO

In this video I show the MQTT configuration with TASMOTA for my SONOFF 4CH, so that I can send to OPENHAB the values ​​of the light and rain sensors that we saw in the previous videos, connected to the SONOFF via ADS1115 and serial port.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: Read analog sensor data (light, rain) with TASMOTA, SONOFF 4CH and ADS1115 - VIDEO

After having tested the light sensor and the rain sensor, connected to a sonoff 4CH with TASMOTA firmware (see previous post), let's see the configuration together.

In this video I will guide you step by step through configuring Tasmota on a Sonoff 4CH to read analog data from a dusk sensor and a rain sensor via an ADS1115.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: I tested the LIGHT sensor and the RAIN sensor with SONOFF 4CH and TASMOTA - VIDEO

I tested the light sensor and the rain sensor, connected to a sonoff 4CH with TASMOTA firmware.

The SONOFF, using serial connection, is able to obtain the data of the two analog sensors, thanks to the use of an external ADC that allows up to 4 analog connections.

Let's see what happened

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: IPAD as control panel - I need battery status - VIDEO

In this short video I tell you about my idea of ​​using an old iPad.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB in a NUTSHELL: SITEMAP Part 1 - Everything you need to know - VIDEO

New video of the OpenHAB in a Nutshell series.

Let's introduce the SITEMAP, the historical user interface of OpenHAB, describing its features and peculiarities that make it still useful for many use cases.

SITEMAP are used mainly in mobile APP, both iOS and Android, because they are very lightweight and clean.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: LIGHT and RAIN sensor, connected to a SONOFF 4 CH with TASMOTA firmware - Preview - VIDEO

Very short video with a small spoiler on a possible next project to integrate in OpenHAB 4.

A rain sensor and a light sensor connected to an analog-to-digital converter connected to a SONOFF 4CH via I2C connection and TASMOTA firmware.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB in a NUTSHELL: 29. User interface introduction - VIDEO

Let's resume the OpenHAB in a Nutshell series, addressing the topic of graphical interfaces from the end user's point of view.

In this video I make a brief introduction on all the types of pages present in OpenHAB, with particular attention to the default home page, closely linked to the semantic modeling of the system

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: INFLUXDB v. 2 64 bit - Checking TASKS - VIDEO

Very short video to verify the correct execution of INFLUXDB 2 TASKS, which allow the historicization of some data acquired by OpenHAB.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: INFLUXDB v. 2 64 bit - My first FLUX TASK to manage historical data - VIDEO

As the last step of the InfluxDB v.2 64 bit update from the old 1.8 version, I migrate the continuous queries to the new INFLUXDB TASKS.

This step is used to efficiently manage the historical data, being able to define automatic aggregation and archiving rules.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: Post Upgrade Test for INFLUXDB v. 2 on RASPBERRY PI 4 with 64 bit OS - VIDEO

After updating the InfluxDB 1.8 docker container to version 2, we verify the presence of the migrated data, using Grafana.

Then we do the final configuration of the docker container and modify OpenHAB so that it can write to INFLUXDB v. 2

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: INFLUXDB upgrade from v. 1.8 to v. 2 on RASPBERRY PI 4 with 64 bit OS - VIDEO

Finally, let's upgrade InfluxDB from v 1.8 to v 2.0 using docker containers and the official procedure.

After duplicating the Influxdb 1.8 container, let's create the container with Influxdb 2 image, following the upgrade procedure for data and configuration.

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: INFLUXDB v. 2 on RASPBERRY PI 4 - Test with OPENHAB and GRAFANA - VIDEO

Let's run some read and write tests on InfluxDB v. 2 using OpenHAB and Grafana.

We are almost ready for the final migration

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: INFLUXDB 2 on RASPBERRY PI 4 with 64 BIT OpenHabian OS as a DOCKER container - VIDEO

Let's install InfluxDB v. 2 on Raspberry PI 4 with 64 bit Openhabian OS, using a DOCKER container, together with my current InfluxDB v. 1.8 instance

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: UI2FILES software updated - VIDEO

Short video update on my UI2FILES software, which is used to migrate the configuration made via MAIN UI to text files.

I have inserted some changes to handle the lack of management of aggregation functions on groups and the management of profiles in the configuration of links between items and channels

 

UI2FILES Link: https://github.com/domoticsduino/openhab4-ui2files

Enjoy your viewing

[Open on YOUTUBE]

OPENHAB 4: Some problems with TIMEZONE? RESOLVED!!! - VIDEO

Short video to show a problem I had on my fresh installation of OpenHAB 4.2.

The current time used by OpenHAB for logs and rules invocations was wrong by one hour. The problem was the time zone not set correctly.

It seems that setting the correct time zone on the operating system and in the OpenHAB settings is not enough, but an additional step is needed to definitively solve the problem.

Idea had following the content of a POST of the official OPENHAB forum, which you can find at this link: https://community.openhab.org/t/oh3-does-not-respect-the-local-timezone/121850

Enjoy your viewing

[Open on YOUTUBE]