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 ...
Search found 3 matches
- Monday 20 April 2020 17:14
- Forum: MySensors
- Topic: Exception in MySensorsBase::SendSensor2Domoticz
- Replies: 0
- Views: 3108
- Friday 11 November 2016 16:41
- Forum: Utility
- Topic: P1 Smart meter USB does not save 115200 baud rate correct
- Replies: 2
- Views: 2364
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 ...
- Wednesday 02 November 2016 0:46
- Forum: Utility
- Topic: P1 Smart meter USB does not save 115200 baud rate correct
- Replies: 2
- Views: 2364
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 ...
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 ...