Search found 3 matches

by bart59
Monday 20 April 2020 17:14
Forum: MySensors
Topic: Exception in MySensorsBase::SendSensor2Domoticz
Replies: 0
Views: 2044

Exception in MySensorsBase::SendSensor2Domoticz

My Domoticz crashed multiple times/day within the MySensorsBase::SendSensor2Domoticz() function. I downloaded the sources, compiled and found an error around line 990 where vType == V_FORECAST. The following code if (pSensorBaro) { float Baro; if (pSensorBaro->GetValue(V_PRESSURE, Baro)) { int ...
by bart59
Friday 11 November 2016 16:41
Forum: Utility
Topic: P1 Smart meter USB does not save 115200 baud rate correct
Replies: 2
Views: 2292

Re: P1 Smart meter USB does not save 115200 baud rate correct

I am no longer able to reproduce the problem. It seems to work fine now. I do have another problem that may be related: I have 2 USB devices plugged into my Raspberry: P1 cable and RFXcom tranceiver. With each reboot of the raspberry the allocation of ttyUSB0 and ttyUSB1 is kind of random. This ...
by bart59
Wednesday 02 November 2016 0:46
Forum: Utility
Topic: P1 Smart meter USB does not save 115200 baud rate correct
Replies: 2
Views: 2292

P1 Smart meter USB does not save 115200 baud rate correct

(Raspberry PI 3 - version v3.5849 (beta) also same with the stable version In the "setup" screen for the "P1 Smart Meter" you can select the baud rate (9600 or 115200). I see 3 problems: 1. In the web interface the setting for 115200 is not saved. When returning to this page the setting falls back ...