Search found 15 matches

by iguaan
Monday 18 November 2024 20:27
Forum: MQTT Auto Discovery
Topic: MQTT Energy info wrong on dashboard
Replies: 4
Views: 1388

Re: MQTT Energy info wrong on dashboard

Sadly this data isn't available, since there isn't any official documentation released about Mitsubishi CN105 serial connector.
The guys at Git managed to get the data by tapping/monitoring the serial port that is connected to Mitsubishi web app device.
by iguaan
Monday 18 November 2024 20:07
Forum: MQTT Auto Discovery
Topic: MQTT Energy info wrong on dashboard
Replies: 4
Views: 1388

Re: MQTT Energy info wrong on dashboard

Is there some way to get that IDX value from devices tab and create somehow some custom sensor to show those daily values?
by iguaan
Thursday 14 November 2024 14:35
Forum: MQTT Auto Discovery
Topic: MQTT Energy info wrong on dashboard
Replies: 4
Views: 1388

MQTT Energy info wrong on dashboard

I'm receiving MQTT HA autodiscovery daily energy consumption data from device. In "devices" tab all the readings are correct, but on dashboard it shows random numbers. Data is updated daily at midnight. Published data: case SensorType::POWER: payloadJson[F("unit_of_meas")] = F("kWh"); payloadJson[F ...
by iguaan
Saturday 20 February 2021 0:23
Forum: MySensors
Topic: No data from sensor
Replies: 1
Views: 1780

Re: No data from sensor

What's the delay between readings?
Try delay 5s, i know delay is bad but give it a try (not wait())
Had issues with it also and then changed sensor.

Sent from my MI 9 using Tapatalk

by iguaan
Wednesday 17 February 2021 10:48
Forum: MySensors
Topic: Geting data from domoticz by mysensor node
Replies: 1
Views: 2229

Re: Geting data from domoticz by mysensor node

Mysensor nodes can request only V_TEXT from domoticz, check mysensors API.
Using events or scripts write data from esp node to text field and request that text from mys node.
by iguaan
Thursday 03 December 2020 21:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installing domoticz on Freenas
Replies: 7
Views: 1675

Re: Installing domoticz on Freenas

Well gave it another try today and it worked like a charm: * iocage create -n "domoticz" -r 11.3-RELEASE ip4_addr="your_interface_name|your_ip_address/24" defaultrouter="your_gateway" vnet="off" allow_raw_sockets="1" boot="on" * iocage exec domoticz * pkg update && pkg upgrade //although pkg was for ...
by iguaan
Wednesday 02 December 2020 21:54
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installing domoticz on Freenas
Replies: 7
Views: 1675

Re: Installing domoticz on Freenas

<r><QUOTE author="FireWizard"><s>[quote="FireWizard"]</s>Hi,<br/> <br/> See the WIKI: <URL url="https://www.domoticz.com/wiki/FreeNAS">https://www.domoticz.com/wiki/FreeNAS</URL><br/> <br/> And also at iXsystems: <URL url="https://www.truenas.com/community/threads/howto-domoticz-and-open-zwave-in-a ...
by iguaan
Thursday 22 October 2020 18:58
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installing domoticz on Freenas
Replies: 7
Views: 1675

Installing domoticz on Freenas

Have anyone successfully installed/built latest domoticz 2020 to Freenas or Freebsd 11.3?
Maybe some tips what's different from previous domoticz installs.
by iguaan
Tuesday 25 August 2020 22:20
Forum: MySensors
Topic: PWM for 4-pins FAN
Replies: 6
Views: 2693

Re: PWM for 4-pins FAN

If I do this my fan start to make a little noise. (the one that I got rid off using #define PWM_FREQ_HZ (25000) #define PWM_CYCLE_US (1000000/PWM_FREQ_HZ) Timer1.initialize(PWM_CYCLE_US); Timer1.pwm(LED_PIN, 1023); ) I think it is because TimerOne library only work with pin9 and 10 on the arduino ...
by iguaan
Tuesday 25 August 2020 22:19
Forum: MySensors
Topic: PWM for 4-pins FAN
Replies: 6
Views: 2693

Re: PWM for 4-pins FAN

You could try:
#define MY_RF24_CE_PIN 5
And rewire that pin on radio.
Interrupt pins on nano/micro are 2, 3.

Sent from my MI 9 using Tapatalk

by iguaan
Tuesday 25 August 2020 10:54
Forum: MySensors
Topic: PWM for 4-pins FAN
Replies: 6
Views: 2693

Re: PWM for 4-pins FAN

Led pin 9 is used by radio, change it to 3.

Sent from my MI 9 using Tapatalk

by iguaan
Friday 21 August 2020 11:09
Forum: MySensors
Topic: How presentation works?
Replies: 4
Views: 2497

Re: How presentation works?

Couldn't find anything helpful. Mostly about http API but this part is handled in gateway which is compiled by mysensors crew and I don't want to interfere there.

Sent from my MI 9 using Tapatalk

by iguaan
Wednesday 19 August 2020 21:11
Forum: MySensors
Topic: How presentation works?
Replies: 4
Views: 2497

Re: How presentation works?

Anyone?

Sent from my MI 9 using Tapatalk

by iguaan
Wednesday 05 August 2020 20:55
Forum: MySensors
Topic: How presentation works?
Replies: 4
Views: 2497

Re: How presentation works?

Maybe there is some other manual besides on the website or wiki that i can look into?

Sent from my MI 9 using Tapatalk

by iguaan
Friday 31 July 2020 21:20
Forum: MySensors
Topic: How presentation works?
Replies: 4
Views: 2497

How presentation works?

I have created a weather sensor which has hum, temp, baro, predicition and lux. Aslo i have attached there another ds temp sensor (for node internal temp for safety, since it's ac powered). Problem is that when i update fw over ota or reboot node, it'll occasionally detect sensors all mixed up: temp ...