Search found 5 matches

by redhouse
Wednesday 21 August 2024 16:39
Forum: Other questions and discussions
Topic: Spike in Enphase data
Replies: 19
Views: 1853

Re: Spike in Enphase data

I have the exact same issue and managed to resolve some of the erroneous values by manipulating the database using DB SQL Browser Lite. Mainly Meter, Meter_Calendar and Device_Status. I'm also interested on how the monthly value is being calculated. I have run some tests on a test system, and it ...
by redhouse
Monday 22 April 2024 8:56
Forum: Zigbee
Topic: Ikea Vindstyrka E2112 PM25 and VOC index sensors not created on Zigbee2MQTT plugin
Replies: 14
Views: 2787

Re: Ikea Vindstyrka E2112 PM25 and VOC index sensors not created on Zigbee2MQTT plugin

Since it seems your are using Node-Red already, it might be a good idea to use that instead. Pick-up the MQTT message from the Ikea Vindstyrka and create a function to split the MQTT message to the separate devices (IDX's). That way, you don't have to depend on the owner/maintainer of the plug-in. I ...
by redhouse
Friday 13 August 2021 12:56
Forum: Temperature and Weather
Topic: Ikea vindriktning air quality sensor
Replies: 26
Views: 6258

Re: Ikea vindriktning air quality sensor

Moving the config variables to the config file was indeed also on my todo list :). The Ikea sensor provides values in ug/m3 and not ppm, because it is a generic sensor, measuring particles in the air at intervals. Ppm is typically used for specific sensors which measure the concentration of one type ...
by redhouse
Wednesday 11 August 2021 11:55
Forum: Temperature and Weather
Topic: Ikea vindriktning air quality sensor
Replies: 26
Views: 6258

Re: Ikea vindriktning air quality sensor

Interesting idea, indeed. I will have a look.
by redhouse
Tuesday 10 August 2021 18:13
Forum: Temperature and Weather
Topic: Ikea vindriktning air quality sensor
Replies: 26
Views: 6258

Ikea vindriktning air quality sensor

Hi all, I took the idea of the Ikea vindriktning air quality sensor hack for home assistant and modified the code significantly to make it suitable to use with Domoticz. For those interested, please visit my github repository: https://github.com/marceldbo/VINDRIKTNING-esp8266-MQTT-Domoticz Since I ...